kubernetes-sigs / kubernetes-sigs/crdify
Property Validation: `allOf`
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 `allOf` constraint on a property means that the value of the property must match all of the subschemas.
Adding/changing schemas in the set of `allOf` schemas is a breaking change as it is more restrictive, breaks client/user expectations, and may invalidate existing resources.
Removing a schema is likely OK.
Contributor guide
Assessment
This issue has not been assessed yet.