gdcloud harbor backup-repositories create

名称

gdcloud harbor backup-repositories create - 创建新的 Harbor 备份代码库。

摘要

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 范围标志

以下标志适用于所有命令:--configuration--format--help--project--quiet

如需了解详情,请参阅 gdcloud CLI 参考概览页面。