Class: Google::Cloud::Container::V1::Fleet
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::Fleet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Fleet is the fleet configuration for the cluster.
Instance Attribute Summary collapse
-
#membership ⇒ ::String
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
. -
#pre_registered ⇒ ::Boolean
[Output only] Whether the cluster has been registered through the fleet API.
-
#project ⇒ ::String
The Fleet host project(project ID or project number) where this cluster will be registered to.
Instance Attribute Details
#membership ⇒ ::String
Returns [Output only] The full resource name of the registered fleet membership of
the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.
4916 4917 4918 4919 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4916 class Fleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pre_registered ⇒ ::Boolean
Returns [Output only] Whether the cluster has been registered through the fleet API.
4916 4917 4918 4919 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4916 class Fleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered.
4916 4917 4918 4919 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4916 class Fleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |