Google Cloud Dataproc v1 API - Class GkeClusterConfig (5.3.0)

public sealed class GkeClusterConfig : IMessage<GkeClusterConfig>, IEquatable<GkeClusterConfig>, IDeepCloneable<GkeClusterConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class GkeClusterConfig.

The cluster's GKE config.

Inheritance

Object > GkeClusterConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GkeClusterConfig()

public GkeClusterConfig()

GkeClusterConfig(GkeClusterConfig)

public GkeClusterConfig(GkeClusterConfig other)
Parameter
NameDescription
otherGkeClusterConfig

Properties

GkeClusterTarget

public string GkeClusterTarget { get; set; }

Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Property Value
TypeDescription
String

NodePoolTarget

public RepeatedField<GkeNodePoolTarget> NodePoolTarget { get; }

Optional. GKE NodePools where workloads will be scheduled. At least one node pool must be assigned the 'default' role. Each role can be given to only a single NodePoolTarget. All NodePools must have the same location settings. If a nodePoolTarget is not specified, Dataproc constructs a default nodePoolTarget.

Property Value
TypeDescription
RepeatedField<GkeNodePoolTarget>