roles

@JvmName(name = "hlheogvxvkkbtygi")
suspend fun roles(value: Output<List<String>>)
@JvmName(name = "oqovsakydcnfbqpw")
suspend fun roles(value: List<String>)

Parameters

value

The roles associated with the GKE node pool. One of "DEFAULT", "CONTROLLER", "SPARK_DRIVER" or "SPARK_EXECUTOR".


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


@JvmName(name = "jqlhpewlvnvqwcye")
suspend fun roles(values: List<Output<String>>)
@JvmName(name = "xtltobyhywkcgygp")
suspend fun roles(vararg values: String)

Parameters

values

The roles associated with the GKE node pool. One of "DEFAULT", "CONTROLLER", "SPARK_DRIVER" or "SPARK_EXECUTOR".