categories

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


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