mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
((--lvp-node-mounts-config-path=LVP_NODE_MOUNTS_CONFIG_PATH
|
||||
--lvp-node-mounts-config-storage-class=LVP_NODE_MOUNTS_CONFIG_STORAGE_CLASS) ((--lvp-share-path=LVP_SHARE_PATH --lvp-share-storage-class=LVP_SHARE_STORAGE_CLASS) : --shared-path-pv-count=SHARED_PATH_PV_COUNT))
|
||||
[--admin-users=ADMIN_USERS] [--annotations=[KEY=VALUE,...]] [--async]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
|
|
@ -200,6 +201,11 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Set Binary Authorization evaluation mode for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
|
||||
PROJECT_SINGLETON_POLICY_ENFORCE.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the resource.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta container bare-metal admin-clusters update
|
||||
(ADMIN_CLUSTER : --location=LOCATION) [--async]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]]
|
||||
[--login-user=LOGIN_USER]
|
||||
|
|
@ -64,6 +65,11 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Set Binary Authorization evaluation mode for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
|
||||
PROJECT_SINGLETON_POLICY_ENFORCE.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the resource.
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ SYNOPSIS
|
|||
((--lvp-node-mounts-config-path=LVP_NODE_MOUNTS_CONFIG_PATH
|
||||
--lvp-node-mounts-config-storage-class=LVP_NODE_MOUNTS_CONFIG_STORAGE_CLASS) ((--lvp-share-path=LVP_SHARE_PATH --lvp-share-storage-class=LVP_SHARE_STORAGE_CLASS) : --shared-path-pv-count=SHARED_PATH_PV_COUNT))
|
||||
[--admin-users=ADMIN_USERS] [--annotations=[KEY=VALUE,...]] [--async]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
|
|
@ -419,6 +420,11 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Set Binary Authorization evaluation mode for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
|
||||
PROJECT_SINGLETON_POLICY_ENFORCE.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the resource.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta container bare-metal clusters update
|
||||
(CLUSTER : --location=LOCATION) [--admin-users=ADMIN_USERS]
|
||||
[--allow-missing] [--async] [--description=DESCRIPTION]
|
||||
[--enable-application-logs] [--login-user=LOGIN_USER]
|
||||
[--allow-missing] [--async]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--validate-only] [--version=VERSION]
|
||||
[--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
|
||||
|
|
@ -100,6 +102,11 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Set Binary Authorization evaluation mode for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
|
||||
PROJECT_SINGLETON_POLICY_ENFORCE.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the resource.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue