WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTargetArgs

data class WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTargetArgs(val clusterNamespace: Output<String>? = null, val targetGkeCluster: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTargetArgs>

Constructors

Functions

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

Properties

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

A namespace within the GKE cluster to deploy into.

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

The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'