WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTargetArgs

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

Constructors

constructor(clusterNamespace: Output<String>? = null, targetGkeCluster: Output<String>? = null)

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}'

Functions

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