apiGroups

@JvmName(name = "foepuvxejvbpcken")
suspend fun apiGroups(value: Output<List<String>>)
@JvmName(name = "hukrpywmqluntbcb")
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 = "mwxvaccpupafnclp")
suspend fun apiGroups(vararg values: Output<String>)


@JvmName(name = "bbugjaqygnnyckpo")
suspend fun apiGroups(values: List<Output<String>>)
@JvmName(name = "pivaoupurbhisiip")
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.