Skip to content

Commit becd96c

Browse files
committed
docs: add currently needed extra dependency
1 parent aae2fdb commit becd96c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,19 @@ public class WebServerSpec {
168168
#### Automatic generation of CRDs
169169

170170
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:
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

181186
The CRD will be generated in `target/classes/META-INF/fabric8` (or

0 commit comments

Comments
 (0)