categories

@JvmName(name = "vptvpcxmhiapmjby")
suspend fun categories(value: Output<List<String>>)
@JvmName(name = "brxnoifxtwboscqq")
suspend fun categories(value: List<String>?)

Parameters

value

categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.


@JvmName(name = "hhovkpihhqlteblu")
suspend fun categories(vararg values: Output<String>)


@JvmName(name = "gmmyrypderdnpfft")
suspend fun categories(values: List<Output<String>>)
@JvmName(name = "sdhnsqwensudulqp")
suspend fun categories(vararg values: String)

Parameters

values

categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like kubectl get all.