View Source GoogleApi.GKEHub.V1.Model.Scope (google_api_gke_hub v0.16.0)
Scope represents a Scope in a Fleet.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. When the scope was created. -
deleteTime(type:DateTime.t, default:nil) - Output only. When the scope was deleted. -
labels(type:map(), default:nil) - Optional. Labels for this Scope. -
name(type:String.t, default:nil) - The resource name for the scopeprojects/{project}/locations/{location}/scopes/{scope} -
namespaceLabels(type:map(), default:nil) - Optional. Scope-level cluster namespace labels. For the member clusters bound to the Scope, these labels are applied to each namespace under the Scope. Scope-level labels take precedence over Namespace-level labels (namespace_labelsin the Fleet Namespace resource) if they share a key. Keys and values must be Kubernetes-conformant. -
state(type:GoogleApi.GKEHub.V1.Model.ScopeLifecycleState.t, default:nil) - Output only. State of the scope resource. -
uid(type:String.t, default:nil) - Output only. Google-generated UUID for this resource. This is unique across all scope resources. If a scope 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 scope was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.Scope{ createTime: DateTime.t() | nil, deleteTime: DateTime.t() | nil, labels: map() | nil, name: String.t() | nil, namespaceLabels: map() | nil, state: GoogleApi.GKEHub.V1.Model.ScopeLifecycleState.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.