WorkflowTemplatePlacementClusterSelectorArgs

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

Constructors

fun WorkflowTemplatePlacementClusterSelectorArgs(clusterLabels: Output<Map<String, String>>, zone: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementClusterSelectorArgs

Properties

Link copied to clipboard

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

Link copied to clipboard
val zone: Output<String>? = null

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.