Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::Fleet (v0.20.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::Fleet.

Fleet is the fleet configuration for the cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#membership

def membership() -> ::String
Returns
  • (::String) — [Output only] The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects/*/locations/*/memberships/*.

#membership=

def membership=(value) -> ::String
Parameter
  • value (::String) — [Output only] The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects/*/locations/*/memberships/*.
Returns
  • (::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

def pre_registered() -> ::Boolean
Returns
  • (::Boolean) — [Output only] Whether the cluster has been registered through the fleet API.

#pre_registered=

def pre_registered=(value) -> ::Boolean
Parameter
  • value (::Boolean) — [Output only] Whether the cluster has been registered through the fleet API.
Returns
  • (::Boolean) — [Output only] Whether the cluster has been registered through the fleet API.

#project

def project() -> ::String
Returns
  • (::String) — 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.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.