GKE Hub V1beta1 API - Class Google::Cloud::GkeHub::V1beta1::GkeCluster (v0.3.0)

Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::GkeCluster.

GkeCluster contains information specific to GKE clusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_missing

def cluster_missing() -> ::Boolean
Returns
  • (::Boolean) — Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.
def resource_link() -> ::String
Returns
  • (::String) — 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.

def resource_link=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.