kubernetes-sigs / kubernetes-sigs/crdify
Property Validation: `multipleOf`
Open
good first issue
help wanted
kind/feature
priority/important-longterm
triage/accepted
- Dominant language
- Go
- Stars
- 47
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
The `multipleOf` constraint on a property enforces that the value of the property is a multiple of the constraint.
Adding/changing a new `multipleOf` constraint is a breaking change and will invalidate values that were previously allowed.
Removing a `multipleOf` constraint would be a relaxing of the validation and is likely OK
Contributor guide
Assessment
This issue has not been assessed yet.