apiGroups

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

Parameters

value

apiGroups is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.


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


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

Parameters

values

apiGroups is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.