apiGroups

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

Parameters

value

APIGroups is the API groups the resources belong to. '' is all groups. If '' is present, the length of the slice must be one. Required.


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


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

Parameters

values

APIGroups is the API groups the resources belong to. '' is all groups. If '' is present, the length of the slice must be one. Required.