ClusterSelectorResponse

data class ClusterSelectorResponse(val clusterLabels: Map<String, String>, val zone: String)

A selector that chooses target cluster for jobs based on metadata.

Constructors

Link copied to clipboard
fun ClusterSelectorResponse(clusterLabels: Map<String, String>, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster labels. Cluster must have all labels to match.

Link copied to clipboard

Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.If unspecified, the zone of the first cluster matching the selector is used.