1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 20 11:13:38 UTC 2025

This commit is contained in:
Automated 2025-08-20 11:13:38 +00:00
parent d6d01162c7
commit 470b35e498
164 changed files with 1705 additions and 392 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud beta container backup-restore backup-plans create
(BACKUP_PLAN : --location=LOCATION) --cluster=CLUSTER
(--all-namespaces | --selected-applications=SELECTED_APPLICATIONS
| --selected-namespace-labels=SELECTED_NAMESPACE_LABELS
| --selected-namespaces=[SELECTED_NAMESPACES,...]) [--async]
[--deactivated] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
@ -81,18 +82,25 @@ REQUIRED FLAGS
--all-namespaces
Scope of the backup includes resources from all namespaces. Mutually
exclusive with --selected-namespaces and --selected-applications.
exclusive with --selected-namespaces, --selected-applications and
--selected-namespace-labels.
--selected-applications=SELECTED_APPLICATIONS
List of ProtectedApplication instances whose resources are included
in the backup. Mutually exclusive with --all-namespaces and
--selected-namespaces. e.g:
in the backup. Mutually exclusive with --all-namespaces,
--selected-namespaces and --selected-namespace-labels. e.g:
--selected-applications=namespace1/foo,namespace2/bar
--selected-namespace-labels=SELECTED_NAMESPACE_LABELS
List of Namespace labels whose resources are included in the backup.
Mutually exclusive with --all-namespaces, --selected-namespaces and
--selected-applications. e.g:
--selected-namespace-labels=namespacelabel1=value1,namespacelabel2=value2
--selected-namespaces=[SELECTED_NAMESPACES,...]
List of namespaces whose resources are included in the backup.
Mutually exclusive with --all-namespaces and --selected-applications.
e.g: --selected-namespaces=foo,bar
Mutually exclusive with --all-namespaces, --selected-applications and
--selected-namespace-labels. e.g: --selected-namespaces=foo,bar
OPTIONAL FLAGS
--async

View file

@ -8,6 +8,7 @@ SYNOPSIS
[--description=DESCRIPTION] [--etag=ETAG]
[--update-labels=[KEY=VALUE,...]]
[--all-namespaces | --selected-applications=SELECTED_APPLICATIONS
| --selected-namespace-labels=SELECTED_NAMESPACE_LABELS
| --selected-namespaces=[SELECTED_NAMESPACES,...]]
[--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
--backup-retain-days=BACKUP_RETAIN_DAYS --locked]
@ -97,18 +98,25 @@ FLAGS
--all-namespaces
Scope of the backup includes resources from all namespaces. Mutually
exclusive with --selected-namespaces and --selected-applications.
exclusive with --selected-namespaces, --selected-applications and
--selected-namespace-labels.
--selected-applications=SELECTED_APPLICATIONS
List of ProtectedApplication instances whose resources are included
in the backup. Mutually exclusive with --all-namespaces and
--selected-namespaces. e.g:
in the backup. Mutually exclusive with --all-namespaces,
--selected-namespaces and --selected-namespace-labels. e.g:
--selected-applications=namespace1/foo,namespace2/bar
--selected-namespace-labels=SELECTED_NAMESPACE_LABELS
List of Namespace labels whose resources are included in the backup.
Mutually exclusive with --all-namespaces, --selected-namespaces and
--selected-applications. e.g:
--selected-namespace-labels=namespacelabel1=value1,namespacelabel2=value2
--selected-namespaces=[SELECTED_NAMESPACES,...]
List of namespaces whose resources are included in the backup.
Mutually exclusive with --all-namespaces and --selected-applications.
e.g: --selected-namespaces=foo,bar
Mutually exclusive with --all-namespaces, --selected-applications and
--selected-namespace-labels. e.g: --selected-namespaces=foo,bar
--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
Number of days a backup produced via this plan cannot be deleted.