-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(crd-generator): add support for more validation constraints (6447)
Add support for exclusiveMinimum and exclusiveMaximum (#5868) --- Fix annotation description --- Add support for minLength and maxLength (#5836) --- Add support for minItems and maxItems (#5836) --- Add support for minProperties and maxProperties (#5836) --- Add tests for type annotations and cleanup --- Add type support for strings Lists and Maps using `@Size` --- Fix javadoc in Size annotation --- Fix approval test --- Rename group in approvaltest --- Add default value handling again --- Updated docs to describe inclusive/exclusive and `@Size` annotation --- Fix typo --- Cleanup SpecReplicasPathTest --- Add unit tests --- Add changelog entries
- Loading branch information
Showing
13 changed files
with
1,190 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.