Resource: Scope
Scope represents a Scope in a Fleet.
JSON representation |
---|
{
"name": string,
"uid": string,
"createTime": string,
"updateTime": string,
"deleteTime": string,
"state": {
object ( |
Fields | |
---|---|
name |
The resource name for the scope |
uid |
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. |
createTime |
Output only. When the scope was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. When the scope was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deleteTime |
Output only. When the scope was deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. State of the scope resource. |
namespaceLabels |
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 ( An object containing a list of |
labels |
Optional. Labels for this Scope. An object containing a list of |
ScopeLifecycleState
ScopeLifecycleState describes the state of a Scope resource.
JSON representation |
---|
{
"code": enum ( |
Fields | |
---|---|
code |
Output only. The current state of the scope resource. |
ScopeLifecycleState.Code
Code describes the state of a Scope resource.
Enums | |
---|---|
CODE_UNSPECIFIED |
The code is not set. |
CREATING |
The scope is being created. |
READY |
The scope active. |
DELETING |
The scope is being deleted. |
UPDATING |
The scope is being updated. |
Methods |
|
---|---|
|
Creates a Scope. |
|
Deletes a Scope. |
|
Returns the details of a Scope. |
|
Gets the access control policy for a resource. |
|
Lists Scopes. |
|
Updates a scopes. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |