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 {
168168#### Automatic generation of CRDs
169169
170170To 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:
172172
173173``` xml
174174<dependency >
175175 <groupId >io.fabric8</groupId >
176176 <artifactId >crd-generator</artifactId >
177177 <scope >compile</scope >
178178</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 >
179184```
180185
181186The CRD will be generated in ` target/classes/META-INF/fabric8 ` (or
You can’t perform that action at this time.
0 commit comments