Skip to content

Commit f7b07ef

Browse files
committed
feat: use crd-generator
1 parent 98eca5c commit f7b07ef

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

samples/common/crd/crd.yaml

-19
This file was deleted.

samples/common/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<artifactId>operator-framework</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>
29+
<dependency>
30+
<groupId>io.fabric8</groupId>
31+
<artifactId>crd-generator</artifactId>
32+
<scope>compile</scope>
33+
</dependency>
2934
<dependency>
3035
<groupId>org.junit.jupiter</groupId>
3136
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)