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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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}'
Generated from protobuf field string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setTargetGkeCluster
Optional. The target GKE cluster to deploy to.
Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
Generated from protobuf field string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getClusterNamespace
Optional. A namespace within the GKE cluster to deploy into.
Generated from protobuf field string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
string |
setClusterNamespace
Optional. A namespace within the GKE cluster to deploy into.
Generated from protobuf field string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |