public sealed class NamespacedGkeDeploymentTarget : IMessage<GkeClusterConfig.Types.NamespacedGkeDeploymentTarget>, IEquatable<GkeClusterConfig.Types.NamespacedGkeDeploymentTarget>, IDeepCloneable<GkeClusterConfig.Types.NamespacedGkeDeploymentTarget>, IBufferMessage, IMessage
A full, namespace-isolated deployment target for an existing GKE cluster.
[[["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 `NamespacedGkeDeploymentTarget` class within the `Google.Cloud.Dataproc.V1` namespace, which is a full, namespace-isolated deployment target for an existing Google Kubernetes Engine (GKE) cluster."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["It provides two constructors, one default and one that takes another `NamespacedGkeDeploymentTarget` object as a parameter for creating a new instance based on the existing one."],["The class exposes two properties: `ClusterNamespace` for specifying the target namespace within the GKE cluster, and `TargetGkeCluster` for specifying the target GKE cluster using a specific format."],["The webpage also lists the different versions of this documentation, from the latest 5.17.0 to the oldest displayed 3.1.0, in descending order."]]],[]]