Commit 43dfc65
authored
🌱 Move catalogd controllers and webhooks to internal/catalogd (#1749)
* Moving catalogd controllers and webhook
Moving catalogd/internal/controllers and catalogd/internal/webhooks
to internal/catalogd along with the Makefile changes
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
* Removed 'build-deps' target from catalogd Makefile
As build-deps needs the generate target which has been moved to the root
Makefile i.e. operator-controller/Makefile
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
---------
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>1 parent becde51 commit 43dfc65
9 files changed
Lines changed: 10 additions & 21 deletions
File tree
- catalogd
- cmd/catalogd
- internal/catalogd
- controllers/core
- webhook
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 61 | | |
72 | 62 | | |
73 | 63 | | |
| |||
98 | 88 | | |
99 | 89 | | |
100 | 90 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 91 | | |
105 | | - | |
| 92 | + | |
106 | 93 | | |
107 | 94 | | |
108 | 95 | | |
109 | 96 | | |
110 | 97 | | |
111 | 98 | | |
112 | | - | |
| 99 | + | |
113 | 100 | | |
114 | 101 | | |
115 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
File renamed without changes.
0 commit comments