We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eca5c commit f7b07efCopy full SHA for f7b07ef
samples/common/crd/crd.yaml
samples/common/pom.xml
@@ -26,6 +26,11 @@
26
<artifactId>operator-framework</artifactId>
27
<version>${project.version}</version>
28
</dependency>
29
+ <dependency>
30
+ <groupId>io.fabric8</groupId>
31
+ <artifactId>crd-generator</artifactId>
32
+ <scope>compile</scope>
33
+ </dependency>
34
<dependency>
35
<groupId>org.junit.jupiter</groupId>
36
<artifactId>junit-jupiter-api</artifactId>
0 commit comments