File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,19 @@ public class WebServerSpec {
168
168
#### Automatic generation of CRDs
169
169
170
170
To automatically generate CRD manifests from your annotated Custom Resource classes, you only need
171
- to add the following dependency to your project:
171
+ to add the following dependencies to your project:
172
172
173
173
``` xml
174
174
<dependency >
175
175
<groupId >io.fabric8</groupId >
176
176
<artifactId >crd-generator</artifactId >
177
177
<scope >compile</scope >
178
178
</dependency >
179
+ <!-- This dependency will not be needed anymore in a future release of the kubernetes-client -->
180
+ <dependency >
181
+ <groupId >io.fabric8</groupId >
182
+ <artifactId >kubernetes-model-common</artifactId >
183
+ </dependency >
179
184
```
180
185
181
186
The CRD will be generated in ` target/classes/META-INF/fabric8 ` (or
You can’t perform that action at this time.
0 commit comments