Skip to content

Commit

Permalink
Fix copy-paste error in CRD-generator doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IniasP authored Nov 10, 2023
1 parent b8d5ce4 commit d0474e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CRD-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ The field will be skipped in the generated CRD and will not appear in the schema
type: object
```

### io.fabric8.generator.annotation.Min
### io.fabric8.generator.annotation.Default

If a field or one of its accessors is annotated with `io.fabric8.generator.annotation.Min`
If a field or one of its accessors is annotated with `io.fabric8.generator.annotation.Default`

```java
public class ExampleSpec {
Expand Down

0 comments on commit d0474e7

Please sign in to comment.