Class: Google::Cloud::Deploy::V1::AnthosCluster

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#membership::String

Returns Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

Returns:

  • (::String)

    Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.



921
922
923
924
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 921

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