Class: Google::Cloud::GkeHub::V1::GkeCluster

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/membership.rb

Overview

GkeCluster contains information specific to GKE clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_missing::Boolean (readonly)

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

Returns:

  • (::Boolean)

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



224
225
226
227
# File 'proto_docs/google/cloud/gkehub/v1/membership.rb', line 224

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns Immutable. Self-link of the Google Cloud 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 Google Cloud 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.



224
225
226
227
# File 'proto_docs/google/cloud/gkehub/v1/membership.rb', line 224

class GkeCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end