apiGroups

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


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