apiGroups

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


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