apiGroups

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


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