categories

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


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