apiGroups

@JvmName(name = "cqrmmobesranenex")
suspend fun apiGroups(value: Output<List<String>>)
@JvmName(name = "dxrfuaavlvbfmvxm")
suspend fun apiGroups(value: List<String>?)

Parameters

value

APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.


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


@JvmName(name = "keqrqofuvnruqdun")
suspend fun apiGroups(values: List<Output<String>>)
@JvmName(name = "vvpqfjuvrpyekywc")
suspend fun apiGroups(vararg values: String)

Parameters

values

APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.