WorkflowTemplatePlacementClusterSelector

data class WorkflowTemplatePlacementClusterSelector(val clusterLabels: Map<String, String>, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(clusterLabels: Map<String, String>, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val zone: String? = null

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.