NamespacedGkeDeploymentTargetResponse

data class NamespacedGkeDeploymentTargetResponse(val clusterNamespace: String, val targetGkeCluster: String)

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

Constructors

Link copied to clipboard
fun NamespacedGkeDeploymentTargetResponse(clusterNamespace: String, targetGkeCluster: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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