CustomResourceDefinitionSpec [api_object]ai-synthesized · conf 0.82
CustomResourceDefinitionSpec describes how a user wants their resource to appear
apiextensions
A CustomResourceDefinitionSpec is an API resource that represents the specification of a custom resource definition.
Why it matters It allows you to define and manage the structure and behavior of custom resources in a single request.
Key facts - Represents the specification of a custom resource definition - Managed by the apiextensions-apiserver
Common pitfalls - Requires proper configuration and management
Related CustomResourceDefinition (CRD), apiextensions-apiserver
Sources
swagger.json — “io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec”