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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eGkeClusterConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataproc.V1\u003c/code\u003e namespace, which is used to define the configuration for a cluster's GKE (Google Kubernetes Engine) settings.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGkeClusterConfig\u003c/code\u003e documentation is for version 5.17.0, and the documentation also covers a wide range of versions dating back to 3.1.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGkeClusterConfig\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is inherited from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eGkeClusterConfig\u003c/code\u003e include \u003ccode\u003eGkeClusterTarget\u003c/code\u003e, which specifies the target GKE cluster, and \u003ccode\u003eNodePoolTarget\u003c/code\u003e, which defines the node pools for workload scheduling.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor \u003ccode\u003eGkeClusterConfig()\u003c/code\u003e and an overloaded one \u003ccode\u003eGkeClusterConfig(GkeClusterConfig other)\u003c/code\u003e for creating instances, and it includes inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the \u003ccode\u003eObject\u003c/code\u003e base class.\u003c/p\u003e\n"]]],[],null,[]]