categories

@JvmName(name = "nnrvtpmdgcfbtokt")
suspend fun categories(value: Output<List<String>>)
@JvmName(name = "cxxbbfdqxsgeixhd")
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 = "rewjlqewkrlxsjac")
suspend fun categories(vararg values: Output<String>)


@JvmName(name = "kmsgcdapxstnbioc")
suspend fun categories(values: List<Output<String>>)
@JvmName(name = "ksjhofjcwpqpvaph")
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.