mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud beta container fleet create [--async] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
--security-posture=SECURITY_POSTURE
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -50,11 +50,11 @@ FLAGS
|
|||
fleet,
|
||||
|
||||
$ gcloud beta container fleet create \
|
||||
--binauthz-evaluation-mode=POLICY_BINDINGS
|
||||
--binauthz-evaluation-mode=policy-bindings
|
||||
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, POLICY_BINDINGS.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: disabled, policy-bindings.
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
The relative resource name of the Binary Authorization policy to
|
||||
audit and/or enforce. GKE policies have the following format:
|
||||
projects/{project_number}/platforms/gke/policies/{policy_id}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue