Custom Resource Definition Version Patch
data class CustomResourceDefinitionVersionPatch(val additionalPrinterColumns: List<CustomResourceColumnDefinitionPatch>? = null, val deprecated: Boolean? = null, val deprecationWarning: String? = null, val name: String? = null, val schema: CustomResourceValidationPatch? = null, val served: Boolean? = null, val storage: Boolean? = null, val subresources: CustomResourceSubresourcesPatch? = null)
CustomResourceDefinitionVersion describes a version for CRD.
Constructors
Link copied to clipboard
fun CustomResourceDefinitionVersionPatch(additionalPrinterColumns: List<CustomResourceColumnDefinitionPatch>? = null, deprecated: Boolean? = null, deprecationWarning: String? = null, name: String? = null, schema: CustomResourceValidationPatch? = null, served: Boolean? = null, storage: Boolean? = null, subresources: CustomResourceSubresourcesPatch? = null)