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