Custom Resource Definition Version Args
data class CustomResourceDefinitionVersionArgs(val additionalPrinterColumns: Output<List<CustomResourceColumnDefinitionArgs>>? = null, val deprecated: Output<Boolean>? = null, val deprecationWarning: Output<String>? = null, val name: Output<String>, val schema: Output<CustomResourceValidationArgs>? = null, val served: Output<Boolean>, val storage: Output<Boolean>, val subresources: Output<CustomResourceSubresourcesArgs>? = null) : ConvertibleToJava<CustomResourceDefinitionVersionArgs>
CustomResourceDefinitionVersion describes a version for CRD.
Constructors
Link copied to clipboard
fun CustomResourceDefinitionVersionArgs(additionalPrinterColumns: Output<List<CustomResourceColumnDefinitionArgs>>? = null, deprecated: Output<Boolean>? = null, deprecationWarning: Output<String>? = null, name: Output<String>, schema: Output<CustomResourceValidationArgs>? = null, served: Output<Boolean>, storage: Output<Boolean>, subresources: Output<CustomResourceSubresourcesArgs>? = null)
Functions
Properties
Link copied to clipboard
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.