Class Google::Cloud::GkeHub::V1::GkeCluster (v0.1.2)

GkeCluster contains information specific to GKE clusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

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.