Class: Google::Cloud::GkeHub::V1::GkeCluster
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::GkeCluster
- 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
-
#cluster_missing ⇒ ::Boolean
readonly
Output only.
-
#resource_link ⇒ ::String
Immutable.
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.
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 |
#resource_link ⇒ ::String
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.
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 |