View Source GoogleApi.GKEHub.V1.Model.Fleet (google_api_gke_hub v0.16.0)
Fleet contains the Fleet-wide metadata and configuration.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. When the Fleet was created. -
defaultClusterConfig
(type:GoogleApi.GKEHub.V1.Model.DefaultClusterConfig.t
, default:nil
) - Optional. The default cluster configurations to apply across the fleet. -
deleteTime
(type:DateTime.t
, default:nil
) - Output only. When the Fleet was deleted. -
displayName
(type:String.t
, default:nil
) - Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example:Production Fleet
-
labels
(type:map()
, default:nil
) - Optional. Labels for this Fleet. -
name
(type:String.t
, default:nil
) - Output only. The full, unique resource name of this fleet in the format ofprojects/{project}/locations/{location}/fleets/{fleet}
. Each Google Cloud project can have at most one fleet resource, named "default". -
state
(type:GoogleApi.GKEHub.V1.Model.FleetLifecycleState.t
, default:nil
) - Output only. State of the namespace resource. -
uid
(type:String.t
, default:nil
) - Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. When the Fleet was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.Fleet{ createTime: DateTime.t() | nil, defaultClusterConfig: GoogleApi.GKEHub.V1.Model.DefaultClusterConfig.t() | nil, deleteTime: DateTime.t() | nil, displayName: String.t() | nil, labels: map() | nil, name: String.t() | nil, state: GoogleApi.GKEHub.V1.Model.FleetLifecycleState.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.