gdcloud harbor backup-repositories create

שם

gdcloud harbor backup-repositories create - Create a new harbor backup repository.

SYNOPSIS

gdcloud harbor backup-repositories create REPOSITORY_NAME [flags]

דוגמאות

To create a harbor backup repository, run:

  gdcloud harbor backup-repositories create example-repository \
      --project=example-project \
      --secret-name=example-secret \
      --secret-namespace=example-secret-namespace \
      --bucket-endpoint=http://example-endpoint.com \
      --bucket-region=example-region \
      --bucket-name=example-bucket

דגלים נדרשים

      --bucket-endpoint string    Endpoint of the S3 bucket.
      --bucket-name string        Name of the S3 bucket.
      --bucket-region string      Region of the S3 bucket.
      --secret-name string        Name of the secret that contains the credentials for the Harbor instance backup repository.
      --secret-namespace string   Namespace of the secret that contains the credentials for the Harbor instance backup repository.

דגלים אופציונליים

      --async                Returns immediately without waiting for the operation to complete.
      --description string   Description of the Harbor instance backup repository.

GDCLOUD WIDE FLAGS

הדגלים האלה זמינים לכל הפקודות: --configuration, ‏ --format, ‏ --help, ‏ --project, ‏ --quiet.

מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.