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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. When the scope was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deleteTime
|
Output only. When the scope was deleted. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |
|
Lists Memberships bound to a Scope. |
|
Lists permitted Scopes. |
|
Updates a scopes. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |