public sealed class GkeClusterConfig : IMessage<GkeClusterConfig>, IEquatable<GkeClusterConfig>, IDeepCloneable<GkeClusterConfig>, IBufferMessage, IMessage
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}'
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GkeClusterConfig` class within the `Google.Cloud.Dataproc.V1` namespace, which is used to define the configuration for a cluster's GKE (Google Kubernetes Engine) settings."],["The latest version of the `GkeClusterConfig` documentation is for version 5.17.0, and the documentation also covers a wide range of versions dating back to 3.1.0."],["The `GkeClusterConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["Key properties of `GkeClusterConfig` include `GkeClusterTarget`, which specifies the target GKE cluster, and `NodePoolTarget`, which defines the node pools for workload scheduling."],["The class offers two constructors, a default constructor `GkeClusterConfig()` and an overloaded one `GkeClusterConfig(GkeClusterConfig other)` for creating instances, and it includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` base class."]]],[]]