Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wineway authored and manusa committed Sep 16, 2022
1 parent 666a139 commit 66ca429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CRD-generator.md
Expand Up @@ -359,7 +359,7 @@ Corresponding `x-kubernetes-preserve-unknown-fields: true` will be generated in
x-kubernetes-preserve-unknown-fields: true
```

You can also annotation a field with @PreserveUnknownFields:
You can also annotate a field with `io.fabric8.crd.generator.annotation.PreserveUnknownFields`:

```java
interface ExampleInterface {}
Expand Down

0 comments on commit 66ca429

Please sign in to comment.