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.
Implements
IMessage<GkeClusterConfig>, IEquatable<GkeClusterConfig>, IDeepCloneable<GkeClusterConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GkeClusterConfig()
public GkeClusterConfig()
GkeClusterConfig(GkeClusterConfig)
public GkeClusterConfig(GkeClusterConfig other)
Parameter | |
---|---|
Name | Description |
other | GkeClusterConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<GkeNodePoolTarget> |