Skip to content

Releases: kubernetes/apiextensions-apiserver

1.8.0

15 Dec 09:12
Compare
Choose a tag to compare

Action Required:

New Features:

  • [alpha] The CustomResourceDefinition API can now optionally validate custom objects based on a JSON schema provided in the CRD spec. Enable this alpha feature with the CustomResourceValidation feature gate in kube-apiserver.

  • CustomResourceDefinitions support metadata.generation and implement spec/status split.