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 \ GkeClusterConfigMethods
__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}'
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetGkeCluster
Optional. The target GKE cluster to deploy to.
Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClusterNamespace
Optional. A namespace within the GKE cluster to deploy into.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterNamespace
Optional. A namespace within the GKE cluster to deploy into.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|