additionalPrinterColumns

@JvmName(name = "suexqdagxjghkquk")
suspend fun additionalPrinterColumns(value: Output<List<CustomResourceColumnDefinitionPatchArgs>>)
@JvmName(name = "mhlksnojlckhclsf")
suspend fun additionalPrinterColumns(value: List<CustomResourceColumnDefinitionPatchArgs>?)

Parameters

value

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.


@JvmName(name = "esnwvkvalnfisiwe")
suspend fun additionalPrinterColumns(vararg values: Output<CustomResourceColumnDefinitionPatchArgs>)


@JvmName(name = "ycvkpxgvbbbjbuui")
suspend fun additionalPrinterColumns(values: List<Output<CustomResourceColumnDefinitionPatchArgs>>)
@JvmName(name = "qnefyojwylsuhmwx")
suspend fun additionalPrinterColumns(vararg values: CustomResourceColumnDefinitionPatchArgs)

Parameters

values

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.


@JvmName(name = "saiesrenbiengxkk")
suspend fun additionalPrinterColumns(argument: List<suspend CustomResourceColumnDefinitionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "krmqouqydlhbrlbf")
suspend fun additionalPrinterColumns(vararg argument: suspend CustomResourceColumnDefinitionPatchArgsBuilder.() -> Unit)
@JvmName(name = "icuwtvbtjrlanhhv")
suspend fun additionalPrinterColumns(argument: suspend CustomResourceColumnDefinitionPatchArgsBuilder.() -> Unit)

Parameters

argument

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.