Google Cloud Dataproc V1 Client - Class NamespacedGkeDeploymentTarget (3.7.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class NamespacedGkeDeploymentTarget.

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

Generated from protobuf message google.cloud.dataproc.v1.GkeClusterConfig.NamespacedGkeDeploymentTarget

Namespace

Google \ Cloud \ Dataproc \ V1 \ GkeClusterConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ target_gke_cluster string

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

↳ cluster_namespace string

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

getTargetGkeCluster

Optional. The target GKE cluster to deploy to.

Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Returns
TypeDescription
string

setTargetGkeCluster

Optional. The target GKE cluster to deploy to.

Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClusterNamespace

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

Returns
TypeDescription
string

setClusterNamespace

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this