Class KubernetesClusterConfig
The configuration for running the Dataproc cluster on Kubernetes.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class KubernetesClusterConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GkeClusterConfig
Required. The configuration for running the Dataproc cluster on GKE.
Declaration
[JsonProperty("gkeClusterConfig")]
public virtual GkeClusterConfig GkeClusterConfig { get; set; }
Property Value
Type | Description |
---|---|
GkeClusterConfig |
KubernetesNamespace
Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
Declaration
[JsonProperty("kubernetesNamespace")]
public virtual string KubernetesNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
KubernetesSoftwareConfig
Optional. The software configuration for this Dataproc cluster running on Kubernetes.
Declaration
[JsonProperty("kubernetesSoftwareConfig")]
public virtual KubernetesSoftwareConfig KubernetesSoftwareConfig { get; set; }
Property Value
Type | Description |
---|---|
KubernetesSoftwareConfig |