File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
src/main/resources/kubernetes Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change 186
186
</executions >
187
187
</plugin >
188
188
<plugin >
189
+ <!-- Our CRDs are the source of truth for the Kube API; Java code is derived -->
189
190
<groupId >io.fabric8</groupId >
190
191
<artifactId >java-generator-maven-plugin</artifactId >
191
192
<version >${fabric8-client.version} </version >
197
198
</execution >
198
199
</executions >
199
200
<configuration >
200
- <source >src/main/resources/kubernetes</source >
201
+ <!-- The LocallyRunOperatorExtension used in the tests depends on the
202
+ CRDs being in this exact location.
203
+ See https://github.com/operator-framework/java-operator-sdk/issues/2561
204
+ -->
205
+ <source >src/main/resources/META-INF/fabric8/kafka-proxies.kroxylicious.io-v1.yml</source >
201
206
<extraAnnotations >true</extraAnnotations >
202
207
<packageOverrides >
203
208
<!-- the default package name ($apiGroup.$apiVersion) doesn't work for us -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments