NamespacedGkeDeploymentTargetArgs

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

A full, namespace-isolated deployment target for an existing GKE cluster.

Constructors

Link copied to clipboard
fun NamespacedGkeDeploymentTargetArgs(clusterNamespace: Output<String>? = null, targetGkeCluster: Output<String>? = null)

Functions

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

Properties

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

Optional. A namespace within the GKE cluster to deploy into.

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

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