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.
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-04-09 UTC."],[[["This document provides reference information for the `GkeClusterConfig` class within the Google Cloud Dataproc v1 API, specifically for the .NET environment."],["The `GkeClusterConfig` class represents the configuration for a GKE cluster used by Dataproc, allowing it to be deployed to a target GKE cluster within the same project and region."],["It offers a range of versions for the `GkeClusterConfig` class, with the most recent being version 5.17.0 and going back as far as version 3.1.0."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering a diverse array of methods and properties, including `GkeClusterTarget` and `NodePoolTarget`."],["The GkeClusterConfig also allows you to target the GKE NodePools where workloads will be scheduled."]]],[]]