GKE Hub v1beta1 API - Class GkeCluster (2.0.0-beta06)

public sealed class GkeCluster : IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1beta1 API class GkeCluster.

GkeCluster contains information specific to GKE clusters.

Inheritance

object > GkeCluster

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

GkeCluster()

public GkeCluster()

GkeCluster(GkeCluster)

public GkeCluster(GkeCluster other)
Parameter
NameDescription
otherGkeCluster

Properties

ClusterMissing

public bool ClusterMissing { get; set; }

Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.

Property Value
TypeDescription
bool
public string ResourceLink { get; set; }

Immutable. Self-link of the GCP resource for the GKE cluster. For example:

//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster

Zonal clusters are also supported.

Property Value
TypeDescription
string