gdcloud harbor backup-repositories create

NAME

gdcloud harbor backup-repositories create - Crea un nuovo repository di backup di Harbor.

SYNOPSIS

gdcloud harbor backup-repositories create REPOSITORY_NAME [flags]

ESEMPI

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

FLAG OBBLIGATORI

      --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.

FLAG FACOLTATIVI

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

FLAG A LIVELLO DI GDCLOUD

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina di panoramica del riferimento di CLI gdcloud.