WorkflowTemplatePlacementResponse

data class WorkflowTemplatePlacementResponse(val clusterSelector: ClusterSelectorResponse, val managedCluster: ManagedClusterResponse)

Specifies workflow execution target.Either managed_cluster or cluster_selector is required.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.

Link copied to clipboard

Optional. A cluster that is managed by the workflow.