View Source GoogleApi.Container.V1.Model.Fleet (google_api_container v0.45.0)

Fleet is the fleet configuration for the cluster.

Attributes

  • membership (type: String.t, default: nil) - [Output only] The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects/*/locations/*/memberships/*.
  • preRegistered (type: boolean(), default: nil) - [Output only] Whether the cluster has been registered through the fleet API.
  • project (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.Fleet{
  membership: String.t() | nil,
  preRegistered: boolean() | nil,
  project: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.