Class: Google::Cloud::Deploy::V1::AnthosCluster
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AnthosCluster
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information specifying an Anthos Cluster.
Instance Attribute Summary collapse
-
#membership ⇒ ::String
Optional.
Instance Attribute Details
#membership ⇒ ::String
Returns Optional. Membership of the GKE Hub-registered cluster to which to apply
the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
946 947 948 949 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 946 class AnthosCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |