@huaweicloud/huaweicloud-sdk-swr 3.1.45 → 3.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/huaweicloud-sdk-swr.ts +4 -0
- package/package.json +4 -4
- package/v2/{SwrClient.js → SwrClient.ts} +1513 -949
- package/v2/SwrRegion.ts +62 -0
- package/v2/model/AuthInfo.ts +12 -0
- package/v2/model/CreateImageSyncRepoRequest.ts +45 -0
- package/v2/model/CreateImageSyncRepoRequestBody.ts +28 -0
- package/v2/model/CreateImageSyncRepoResponse.ts +8 -0
- package/v2/model/CreateManualImageSyncRepoRequest.ts +45 -0
- package/v2/model/CreateManualImageSyncRepoRequestBody.ts +29 -0
- package/v2/model/CreateManualImageSyncRepoResponse.ts +13 -0
- package/v2/model/CreateNamespaceAuthRequest.ts +39 -0
- package/v2/model/CreateNamespaceAuthResponse.ts +8 -0
- package/v2/model/CreateNamespaceRequest.ts +33 -0
- package/v2/model/CreateNamespaceRequestBody.ts +12 -0
- package/v2/model/CreateNamespaceResponse.ts +8 -0
- package/v2/model/CreateRepoDomainsRequest.ts +45 -0
- package/v2/model/CreateRepoDomainsRequestBody.ts +35 -0
- package/v2/model/CreateRepoDomainsResponse.ts +8 -0
- package/v2/model/CreateRepoRequest.ts +39 -0
- package/v2/model/CreateRepoRequestBody.ts +49 -0
- package/v2/model/CreateRepoResponse.ts +8 -0
- package/v2/model/CreateRetentionRequest.ts +45 -0
- package/v2/model/CreateRetentionRequestBody.ts +19 -0
- package/v2/model/CreateRetentionResponse.ts +13 -0
- package/v2/model/CreateSecretRequest.ts +32 -0
- package/v2/model/CreateSecretResponse.ts +25 -0
- package/v2/model/CreateTriggerRequest.ts +45 -0
- package/v2/model/CreateTriggerRequestBody.ts +110 -0
- package/v2/model/CreateTriggerResponse.ts +8 -0
- package/v2/model/CreateUserRepositoryAuthRequest.ts +45 -0
- package/v2/model/CreateUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/DeleteImageSyncRepoRequest.ts +45 -0
- package/v2/model/DeleteImageSyncRepoRequestBody.ts +18 -0
- package/v2/model/DeleteImageSyncRepoResponse.ts +8 -0
- package/v2/model/DeleteNamespaceAuthRequest.ts +38 -0
- package/v2/model/DeleteNamespaceAuthResponse.ts +8 -0
- package/v2/model/DeleteNamespacesRequest.ts +33 -0
- package/v2/model/DeleteNamespacesResponse.ts +8 -0
- package/v2/model/DeleteRepoDomainsRequest.ts +51 -0
- package/v2/model/DeleteRepoDomainsResponse.ts +8 -0
- package/v2/model/DeleteRepoRequest.ts +39 -0
- package/v2/model/DeleteRepoResponse.ts +8 -0
- package/v2/model/DeleteRepoTagRequest.ts +45 -0
- package/v2/model/DeleteRepoTagResponse.ts +8 -0
- package/v2/model/DeleteRetentionRequest.ts +51 -0
- package/v2/model/DeleteRetentionResponse.ts +8 -0
- package/v2/model/DeleteTriggerRequest.ts +45 -0
- package/v2/model/DeleteTriggerResponse.ts +8 -0
- package/v2/model/DeleteUserRepositoryAuthRequest.ts +44 -0
- package/v2/model/DeleteUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/ImageTag.ts +6 -0
- package/v2/model/Link.ts +18 -0
- package/v2/model/ListApiVersionsRequest.ts +27 -0
- package/v2/model/ListApiVersionsResponse.ts +14 -0
- package/v2/model/ListImageAutoSyncReposDetailsRequest.ts +39 -0
- package/v2/model/ListImageAutoSyncReposDetailsResponse.ts +14 -0
- package/v2/model/ListNamespacesRequest.ts +37 -0
- package/v2/model/ListNamespacesResponse.ts +14 -0
- package/v2/model/ListQuotasRequest.ts +27 -0
- package/v2/model/ListQuotasResponse.ts +14 -0
- package/v2/model/ListRepoDomainsRequest.ts +39 -0
- package/v2/model/ListRepoDomainsResponse.ts +14 -0
- package/v2/model/ListReposDetailsRequest.ts +79 -0
- package/v2/model/ListReposDetailsResponse.ts +25 -0
- package/v2/model/ListRepositoryTagsRequest.ts +81 -0
- package/v2/model/ListRepositoryTagsResponse.ts +25 -0
- package/v2/model/ListRetentionHistoriesRequest.ts +44 -0
- package/v2/model/ListRetentionHistoriesResponse.ts +36 -0
- package/v2/model/ListRetentionsRequest.ts +39 -0
- package/v2/model/ListRetentionsResponse.ts +14 -0
- package/v2/model/ListSharedReposDetailsRequest.ts +79 -0
- package/v2/model/ListSharedReposDetailsResponse.ts +25 -0
- package/v2/model/ListTriggersDetailsRequest.ts +39 -0
- package/v2/model/ListTriggersDetailsResponse.ts +14 -0
- package/v2/model/Retention.ts +31 -0
- package/v2/model/RetentionLog.ts +66 -0
- package/v2/model/Rule.ts +40 -0
- package/v2/model/ShowAccessDomainRequest.ts +51 -0
- package/v2/model/ShowAccessDomainResponse.ts +86 -0
- package/v2/model/ShowApiVersionRequest.ts +39 -0
- package/v2/model/ShowApiVersionResponse.ts +14 -0
- package/v2/model/ShowNamespace.ts +46 -0
- package/v2/model/ShowNamespaceAuthRequest.ts +33 -0
- package/v2/model/ShowNamespaceAuthResponse.ts +52 -0
- package/v2/model/ShowNamespaceRequest.ts +33 -0
- package/v2/model/ShowNamespaceResponse.ts +44 -0
- package/v2/model/ShowQuota.ts +42 -0
- package/v2/model/ShowRepoDomainsResponse.ts +90 -0
- package/v2/model/ShowReposResp.ts +162 -0
- package/v2/model/ShowReposTagResp.ts +150 -0
- package/v2/model/ShowRepositoryRequest.ts +39 -0
- package/v2/model/ShowRepositoryResponse.ts +146 -0
- package/v2/model/ShowRetentionRequest.ts +51 -0
- package/v2/model/ShowRetentionResponse.ts +29 -0
- package/v2/model/ShowSyncJobRequest.ts +45 -0
- package/v2/model/ShowSyncJobResponse.ts +25 -0
- package/v2/model/ShowTriggerRequest.ts +45 -0
- package/v2/model/ShowTriggerResponse.ts +138 -0
- package/v2/model/ShowUserRepositoryAuthRequest.ts +39 -0
- package/v2/model/ShowUserRepositoryAuthResponse.ts +41 -0
- package/v2/model/SyncJob.ts +90 -0
- package/v2/model/SyncRepo.ts +72 -0
- package/v2/model/TagSelector.ts +18 -0
- package/v2/model/Trigger.ts +151 -0
- package/v2/model/TriggerHistories.ts +120 -0
- package/v2/model/UpdateNamespaceAuthRequest.ts +39 -0
- package/v2/model/UpdateNamespaceAuthResponse.ts +8 -0
- package/v2/model/UpdateRepoDomainsRequest.ts +57 -0
- package/v2/model/UpdateRepoDomainsRequestBody.ts +23 -0
- package/v2/model/UpdateRepoDomainsResponse.ts +8 -0
- package/v2/model/UpdateRepoRequest.ts +45 -0
- package/v2/model/UpdateRepoRequestBody.ts +43 -0
- package/v2/model/UpdateRepoResponse.ts +8 -0
- package/v2/model/UpdateRetentionRequest.ts +57 -0
- package/v2/model/UpdateRetentionRequestBody.ts +19 -0
- package/v2/model/UpdateRetentionResponse.ts +8 -0
- package/v2/model/UpdateTriggerRequest.ts +51 -0
- package/v2/model/UpdateTriggerRequestBody.ts +12 -0
- package/v2/model/UpdateTriggerResponse.ts +8 -0
- package/v2/model/UpdateUserRepositoryAuthRequest.ts +45 -0
- package/v2/model/UpdateUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/UserAuth.ts +46 -0
- package/v2/model/VersionDetail.ts +49 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-swr.d.ts +0 -2
- package/huaweicloud-sdk-swr.js +0 -31
- package/v2/SwrClient.d.ts +0 -1332
- package/v2/SwrRegion.d.ts +0 -23
- package/v2/SwrRegion.js +0 -59
- package/v2/model/AuthInfo.d.ts +0 -5
- package/v2/model/AuthInfo.js +0 -14
- package/v2/model/CreateImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/CreateImageSyncRepoRequest.js +0 -47
- package/v2/model/CreateImageSyncRepoRequestBody.d.ts +0 -11
- package/v2/model/CreateImageSyncRepoRequestBody.js +0 -27
- package/v2/model/CreateImageSyncRepoResponse.d.ts +0 -4
- package/v2/model/CreateImageSyncRepoResponse.js +0 -27
- package/v2/model/CreateManualImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/CreateManualImageSyncRepoRequest.js +0 -47
- package/v2/model/CreateManualImageSyncRepoRequestBody.d.ts +0 -11
- package/v2/model/CreateManualImageSyncRepoRequestBody.js +0 -28
- package/v2/model/CreateManualImageSyncRepoResponse.d.ts +0 -6
- package/v2/model/CreateManualImageSyncRepoResponse.js +0 -31
- package/v2/model/CreateNamespaceAuthRequest.d.ts +0 -20
- package/v2/model/CreateNamespaceAuthRequest.js +0 -42
- package/v2/model/CreateNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/CreateNamespaceAuthResponse.js +0 -27
- package/v2/model/CreateNamespaceRequest.d.ts +0 -18
- package/v2/model/CreateNamespaceRequest.js +0 -37
- package/v2/model/CreateNamespaceRequestBody.d.ts +0 -5
- package/v2/model/CreateNamespaceRequestBody.js +0 -14
- package/v2/model/CreateNamespaceResponse.d.ts +0 -4
- package/v2/model/CreateNamespaceResponse.js +0 -27
- package/v2/model/CreateRepoDomainsRequest.d.ts +0 -22
- package/v2/model/CreateRepoDomainsRequest.js +0 -47
- package/v2/model/CreateRepoDomainsRequestBody.d.ts +0 -13
- package/v2/model/CreateRepoDomainsRequestBody.js +0 -38
- package/v2/model/CreateRepoDomainsResponse.d.ts +0 -4
- package/v2/model/CreateRepoDomainsResponse.js +0 -27
- package/v2/model/CreateRepoRequest.d.ts +0 -20
- package/v2/model/CreateRepoRequest.js +0 -42
- package/v2/model/CreateRepoRequestBody.d.ts +0 -27
- package/v2/model/CreateRepoRequestBody.js +0 -52
- package/v2/model/CreateRepoResponse.d.ts +0 -4
- package/v2/model/CreateRepoResponse.js +0 -27
- package/v2/model/CreateRetentionRequest.d.ts +0 -22
- package/v2/model/CreateRetentionRequest.js +0 -47
- package/v2/model/CreateRetentionRequestBody.d.ts +0 -8
- package/v2/model/CreateRetentionRequestBody.js +0 -19
- package/v2/model/CreateRetentionResponse.d.ts +0 -6
- package/v2/model/CreateRetentionResponse.js +0 -31
- package/v2/model/CreateSecretRequest.d.ts +0 -17
- package/v2/model/CreateSecretRequest.js +0 -37
- package/v2/model/CreateSecretResponse.d.ts +0 -15
- package/v2/model/CreateSecretResponse.js +0 -45
- package/v2/model/CreateTriggerRequest.d.ts +0 -22
- package/v2/model/CreateTriggerRequest.js +0 -47
- package/v2/model/CreateTriggerRequestBody.d.ts +0 -39
- package/v2/model/CreateTriggerRequestBody.js +0 -125
- package/v2/model/CreateTriggerResponse.d.ts +0 -4
- package/v2/model/CreateTriggerResponse.js +0 -27
- package/v2/model/CreateUserRepositoryAuthRequest.d.ts +0 -22
- package/v2/model/CreateUserRepositoryAuthRequest.js +0 -47
- package/v2/model/CreateUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/CreateUserRepositoryAuthResponse.js +0 -27
- package/v2/model/DeleteImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/DeleteImageSyncRepoRequest.js +0 -47
- package/v2/model/DeleteImageSyncRepoRequestBody.d.ts +0 -7
- package/v2/model/DeleteImageSyncRepoRequestBody.js +0 -19
- package/v2/model/DeleteImageSyncRepoResponse.d.ts +0 -4
- package/v2/model/DeleteImageSyncRepoResponse.js +0 -27
- package/v2/model/DeleteNamespaceAuthRequest.d.ts +0 -19
- package/v2/model/DeleteNamespaceAuthRequest.js +0 -42
- package/v2/model/DeleteNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/DeleteNamespaceAuthResponse.js +0 -27
- package/v2/model/DeleteNamespacesRequest.d.ts +0 -17
- package/v2/model/DeleteNamespacesRequest.js +0 -38
- package/v2/model/DeleteNamespacesResponse.d.ts +0 -4
- package/v2/model/DeleteNamespacesResponse.js +0 -27
- package/v2/model/DeleteRepoDomainsRequest.d.ts +0 -23
- package/v2/model/DeleteRepoDomainsRequest.js +0 -58
- package/v2/model/DeleteRepoDomainsResponse.d.ts +0 -4
- package/v2/model/DeleteRepoDomainsResponse.js +0 -27
- package/v2/model/DeleteRepoRequest.d.ts +0 -19
- package/v2/model/DeleteRepoRequest.js +0 -43
- package/v2/model/DeleteRepoResponse.d.ts +0 -4
- package/v2/model/DeleteRepoResponse.js +0 -27
- package/v2/model/DeleteRepoTagRequest.d.ts +0 -21
- package/v2/model/DeleteRepoTagRequest.js +0 -48
- package/v2/model/DeleteRepoTagResponse.d.ts +0 -4
- package/v2/model/DeleteRepoTagResponse.js +0 -27
- package/v2/model/DeleteRetentionRequest.d.ts +0 -23
- package/v2/model/DeleteRetentionRequest.js +0 -58
- package/v2/model/DeleteRetentionResponse.d.ts +0 -4
- package/v2/model/DeleteRetentionResponse.js +0 -27
- package/v2/model/DeleteTriggerRequest.d.ts +0 -21
- package/v2/model/DeleteTriggerRequest.js +0 -48
- package/v2/model/DeleteTriggerResponse.d.ts +0 -4
- package/v2/model/DeleteTriggerResponse.js +0 -27
- package/v2/model/DeleteUserRepositoryAuthRequest.d.ts +0 -21
- package/v2/model/DeleteUserRepositoryAuthRequest.js +0 -47
- package/v2/model/DeleteUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/DeleteUserRepositoryAuthResponse.js +0 -27
- package/v2/model/ImageTag.d.ts +0 -3
- package/v2/model/ImageTag.js +0 -9
- package/v2/model/Link.d.ts +0 -7
- package/v2/model/Link.js +0 -19
- package/v2/model/ListApiVersionsRequest.d.ts +0 -15
- package/v2/model/ListApiVersionsRequest.js +0 -33
- package/v2/model/ListApiVersionsResponse.d.ts +0 -7
- package/v2/model/ListApiVersionsResponse.js +0 -31
- package/v2/model/ListImageAutoSyncReposDetailsRequest.d.ts +0 -19
- package/v2/model/ListImageAutoSyncReposDetailsRequest.js +0 -43
- package/v2/model/ListImageAutoSyncReposDetailsResponse.d.ts +0 -7
- package/v2/model/ListImageAutoSyncReposDetailsResponse.js +0 -31
- package/v2/model/ListNamespacesRequest.d.ts +0 -19
- package/v2/model/ListNamespacesRequest.js +0 -41
- package/v2/model/ListNamespacesResponse.d.ts +0 -7
- package/v2/model/ListNamespacesResponse.js +0 -31
- package/v2/model/ListQuotasRequest.d.ts +0 -15
- package/v2/model/ListQuotasRequest.js +0 -33
- package/v2/model/ListQuotasResponse.d.ts +0 -7
- package/v2/model/ListQuotasResponse.js +0 -31
- package/v2/model/ListRepoDomainsRequest.d.ts +0 -19
- package/v2/model/ListRepoDomainsRequest.js +0 -43
- package/v2/model/ListRepoDomainsResponse.d.ts +0 -7
- package/v2/model/ListRepoDomainsResponse.js +0 -31
- package/v2/model/ListReposDetailsRequest.d.ts +0 -35
- package/v2/model/ListReposDetailsRequest.js +0 -85
- package/v2/model/ListReposDetailsResponse.d.ts +0 -11
- package/v2/model/ListReposDetailsResponse.js +0 -45
- package/v2/model/ListRepositoryTagsRequest.d.ts +0 -35
- package/v2/model/ListRepositoryTagsRequest.js +0 -87
- package/v2/model/ListRepositoryTagsResponse.d.ts +0 -11
- package/v2/model/ListRepositoryTagsResponse.js +0 -45
- package/v2/model/ListRetentionHistoriesRequest.d.ts +0 -21
- package/v2/model/ListRetentionHistoriesRequest.js +0 -47
- package/v2/model/ListRetentionHistoriesResponse.d.ts +0 -15
- package/v2/model/ListRetentionHistoriesResponse.js +0 -59
- package/v2/model/ListRetentionsRequest.d.ts +0 -19
- package/v2/model/ListRetentionsRequest.js +0 -43
- package/v2/model/ListRetentionsResponse.d.ts +0 -7
- package/v2/model/ListRetentionsResponse.js +0 -31
- package/v2/model/ListSharedReposDetailsRequest.d.ts +0 -35
- package/v2/model/ListSharedReposDetailsRequest.js +0 -85
- package/v2/model/ListSharedReposDetailsResponse.d.ts +0 -11
- package/v2/model/ListSharedReposDetailsResponse.js +0 -45
- package/v2/model/ListTriggersDetailsRequest.d.ts +0 -19
- package/v2/model/ListTriggersDetailsRequest.js +0 -43
- package/v2/model/ListTriggersDetailsResponse.d.ts +0 -7
- package/v2/model/ListTriggersDetailsResponse.js +0 -31
- package/v2/model/Retention.d.ts +0 -12
- package/v2/model/Retention.js +0 -29
- package/v2/model/RetentionLog.d.ts +0 -23
- package/v2/model/RetentionLog.js +0 -74
- package/v2/model/Rule.d.ts +0 -20
- package/v2/model/Rule.js +0 -43
- package/v2/model/ShowAccessDomainRequest.d.ts +0 -23
- package/v2/model/ShowAccessDomainRequest.js +0 -58
- package/v2/model/ShowAccessDomainResponse.d.ts +0 -34
- package/v2/model/ShowAccessDomainResponse.js +0 -105
- package/v2/model/ShowApiVersionRequest.d.ts +0 -19
- package/v2/model/ShowApiVersionRequest.js +0 -48
- package/v2/model/ShowApiVersionResponse.d.ts +0 -7
- package/v2/model/ShowApiVersionResponse.js +0 -31
- package/v2/model/ShowNamespace.d.ts +0 -22
- package/v2/model/ShowNamespace.js +0 -49
- package/v2/model/ShowNamespaceAuthRequest.d.ts +0 -17
- package/v2/model/ShowNamespaceAuthRequest.js +0 -38
- package/v2/model/ShowNamespaceAuthResponse.d.ts +0 -21
- package/v2/model/ShowNamespaceAuthResponse.js +0 -77
- package/v2/model/ShowNamespaceRequest.d.ts +0 -17
- package/v2/model/ShowNamespaceRequest.js +0 -38
- package/v2/model/ShowNamespaceResponse.d.ts +0 -23
- package/v2/model/ShowNamespaceResponse.js +0 -63
- package/v2/model/ShowQuota.d.ts +0 -15
- package/v2/model/ShowQuota.js +0 -49
- package/v2/model/ShowRepoDomainsResponse.d.ts +0 -31
- package/v2/model/ShowRepoDomainsResponse.js +0 -94
- package/v2/model/ShowReposResp.d.ts +0 -55
- package/v2/model/ShowReposResp.js +0 -179
- package/v2/model/ShowReposTagResp.d.ts +0 -51
- package/v2/model/ShowReposTagResp.js +0 -164
- package/v2/model/ShowRepositoryRequest.d.ts +0 -19
- package/v2/model/ShowRepositoryRequest.js +0 -43
- package/v2/model/ShowRepositoryResponse.d.ts +0 -56
- package/v2/model/ShowRepositoryResponse.js +0 -179
- package/v2/model/ShowRetentionRequest.d.ts +0 -23
- package/v2/model/ShowRetentionRequest.js +0 -58
- package/v2/model/ShowRetentionResponse.d.ts +0 -13
- package/v2/model/ShowRetentionResponse.js +0 -43
- package/v2/model/ShowSyncJobRequest.d.ts +0 -21
- package/v2/model/ShowSyncJobRequest.js +0 -48
- package/v2/model/ShowSyncJobResponse.d.ts +0 -11
- package/v2/model/ShowSyncJobResponse.js +0 -45
- package/v2/model/ShowTriggerRequest.d.ts +0 -21
- package/v2/model/ShowTriggerRequest.js +0 -48
- package/v2/model/ShowTriggerResponse.d.ts +0 -53
- package/v2/model/ShowTriggerResponse.js +0 -177
- package/v2/model/ShowUserRepositoryAuthRequest.d.ts +0 -19
- package/v2/model/ShowUserRepositoryAuthRequest.js +0 -43
- package/v2/model/ShowUserRepositoryAuthResponse.d.ts +0 -17
- package/v2/model/ShowUserRepositoryAuthResponse.js +0 -63
- package/v2/model/SyncJob.d.ts +0 -31
- package/v2/model/SyncJob.js +0 -79
- package/v2/model/SyncRepo.d.ts +0 -25
- package/v2/model/SyncRepo.js +0 -64
- package/v2/model/TagSelector.d.ts +0 -7
- package/v2/model/TagSelector.js +0 -19
- package/v2/model/Trigger.d.ts +0 -52
- package/v2/model/Trigger.js +0 -174
- package/v2/model/TriggerHistories.d.ts +0 -41
- package/v2/model/TriggerHistories.js +0 -134
- package/v2/model/UpdateNamespaceAuthRequest.d.ts +0 -20
- package/v2/model/UpdateNamespaceAuthRequest.js +0 -42
- package/v2/model/UpdateNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/UpdateNamespaceAuthResponse.js +0 -27
- package/v2/model/UpdateRepoDomainsRequest.d.ts +0 -26
- package/v2/model/UpdateRepoDomainsRequest.js +0 -62
- package/v2/model/UpdateRepoDomainsRequestBody.d.ts +0 -9
- package/v2/model/UpdateRepoDomainsRequestBody.js +0 -23
- package/v2/model/UpdateRepoDomainsResponse.d.ts +0 -4
- package/v2/model/UpdateRepoDomainsResponse.js +0 -27
- package/v2/model/UpdateRepoRequest.d.ts +0 -22
- package/v2/model/UpdateRepoRequest.js +0 -47
- package/v2/model/UpdateRepoRequestBody.d.ts +0 -25
- package/v2/model/UpdateRepoRequestBody.js +0 -47
- package/v2/model/UpdateRepoResponse.d.ts +0 -4
- package/v2/model/UpdateRepoResponse.js +0 -27
- package/v2/model/UpdateRetentionRequest.d.ts +0 -26
- package/v2/model/UpdateRetentionRequest.js +0 -62
- package/v2/model/UpdateRetentionRequestBody.d.ts +0 -8
- package/v2/model/UpdateRetentionRequestBody.js +0 -19
- package/v2/model/UpdateRetentionResponse.d.ts +0 -4
- package/v2/model/UpdateRetentionResponse.js +0 -27
- package/v2/model/UpdateTriggerRequest.d.ts +0 -24
- package/v2/model/UpdateTriggerRequest.js +0 -52
- package/v2/model/UpdateTriggerRequestBody.d.ts +0 -5
- package/v2/model/UpdateTriggerRequestBody.js +0 -14
- package/v2/model/UpdateTriggerResponse.d.ts +0 -4
- package/v2/model/UpdateTriggerResponse.js +0 -27
- package/v2/model/UpdateUserRepositoryAuthRequest.d.ts +0 -22
- package/v2/model/UpdateUserRepositoryAuthRequest.js +0 -47
- package/v2/model/UpdateUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/UpdateUserRepositoryAuthResponse.js +0 -27
- package/v2/model/UserAuth.d.ts +0 -22
- package/v2/model/UserAuth.js +0 -54
- package/v2/model/VersionDetail.d.ts +0 -18
- package/v2/model/VersionDetail.js +0 -49
- package/v2/public-api.js +0 -138
package/v2/SwrClient.d.ts
DELETED
|
@@ -1,1332 +0,0 @@
|
|
|
1
|
-
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
2
|
-
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
|
-
import { CreateImageSyncRepoRequest } from './model/CreateImageSyncRepoRequest';
|
|
4
|
-
import { CreateImageSyncRepoResponse } from './model/CreateImageSyncRepoResponse';
|
|
5
|
-
import { CreateManualImageSyncRepoRequest } from './model/CreateManualImageSyncRepoRequest';
|
|
6
|
-
import { CreateManualImageSyncRepoResponse } from './model/CreateManualImageSyncRepoResponse';
|
|
7
|
-
import { CreateNamespaceAuthRequest } from './model/CreateNamespaceAuthRequest';
|
|
8
|
-
import { CreateNamespaceAuthResponse } from './model/CreateNamespaceAuthResponse';
|
|
9
|
-
import { CreateNamespaceRequest } from './model/CreateNamespaceRequest';
|
|
10
|
-
import { CreateNamespaceResponse } from './model/CreateNamespaceResponse';
|
|
11
|
-
import { CreateRepoDomainsRequest } from './model/CreateRepoDomainsRequest';
|
|
12
|
-
import { CreateRepoDomainsResponse } from './model/CreateRepoDomainsResponse';
|
|
13
|
-
import { CreateRepoRequest } from './model/CreateRepoRequest';
|
|
14
|
-
import { CreateRepoResponse } from './model/CreateRepoResponse';
|
|
15
|
-
import { CreateRetentionRequest } from './model/CreateRetentionRequest';
|
|
16
|
-
import { CreateRetentionResponse } from './model/CreateRetentionResponse';
|
|
17
|
-
import { CreateSecretRequest } from './model/CreateSecretRequest';
|
|
18
|
-
import { CreateSecretResponse } from './model/CreateSecretResponse';
|
|
19
|
-
import { CreateTriggerRequest } from './model/CreateTriggerRequest';
|
|
20
|
-
import { CreateTriggerResponse } from './model/CreateTriggerResponse';
|
|
21
|
-
import { CreateUserRepositoryAuthRequest } from './model/CreateUserRepositoryAuthRequest';
|
|
22
|
-
import { CreateUserRepositoryAuthResponse } from './model/CreateUserRepositoryAuthResponse';
|
|
23
|
-
import { DeleteImageSyncRepoRequest } from './model/DeleteImageSyncRepoRequest';
|
|
24
|
-
import { DeleteImageSyncRepoResponse } from './model/DeleteImageSyncRepoResponse';
|
|
25
|
-
import { DeleteNamespaceAuthRequest } from './model/DeleteNamespaceAuthRequest';
|
|
26
|
-
import { DeleteNamespaceAuthResponse } from './model/DeleteNamespaceAuthResponse';
|
|
27
|
-
import { DeleteNamespacesRequest } from './model/DeleteNamespacesRequest';
|
|
28
|
-
import { DeleteNamespacesResponse } from './model/DeleteNamespacesResponse';
|
|
29
|
-
import { DeleteRepoDomainsRequest } from './model/DeleteRepoDomainsRequest';
|
|
30
|
-
import { DeleteRepoDomainsResponse } from './model/DeleteRepoDomainsResponse';
|
|
31
|
-
import { DeleteRepoRequest } from './model/DeleteRepoRequest';
|
|
32
|
-
import { DeleteRepoResponse } from './model/DeleteRepoResponse';
|
|
33
|
-
import { DeleteRepoTagRequest } from './model/DeleteRepoTagRequest';
|
|
34
|
-
import { DeleteRepoTagResponse } from './model/DeleteRepoTagResponse';
|
|
35
|
-
import { DeleteRetentionRequest } from './model/DeleteRetentionRequest';
|
|
36
|
-
import { DeleteRetentionResponse } from './model/DeleteRetentionResponse';
|
|
37
|
-
import { DeleteTriggerRequest } from './model/DeleteTriggerRequest';
|
|
38
|
-
import { DeleteTriggerResponse } from './model/DeleteTriggerResponse';
|
|
39
|
-
import { DeleteUserRepositoryAuthRequest } from './model/DeleteUserRepositoryAuthRequest';
|
|
40
|
-
import { DeleteUserRepositoryAuthResponse } from './model/DeleteUserRepositoryAuthResponse';
|
|
41
|
-
import { ListApiVersionsRequest } from './model/ListApiVersionsRequest';
|
|
42
|
-
import { ListApiVersionsResponse } from './model/ListApiVersionsResponse';
|
|
43
|
-
import { ListImageAutoSyncReposDetailsRequest } from './model/ListImageAutoSyncReposDetailsRequest';
|
|
44
|
-
import { ListImageAutoSyncReposDetailsResponse } from './model/ListImageAutoSyncReposDetailsResponse';
|
|
45
|
-
import { ListNamespacesRequest } from './model/ListNamespacesRequest';
|
|
46
|
-
import { ListNamespacesResponse } from './model/ListNamespacesResponse';
|
|
47
|
-
import { ListQuotasRequest } from './model/ListQuotasRequest';
|
|
48
|
-
import { ListQuotasResponse } from './model/ListQuotasResponse';
|
|
49
|
-
import { ListRepoDomainsRequest } from './model/ListRepoDomainsRequest';
|
|
50
|
-
import { ListRepoDomainsResponse } from './model/ListRepoDomainsResponse';
|
|
51
|
-
import { ListReposDetailsRequest } from './model/ListReposDetailsRequest';
|
|
52
|
-
import { ListReposDetailsResponse } from './model/ListReposDetailsResponse';
|
|
53
|
-
import { ListRepositoryTagsRequest } from './model/ListRepositoryTagsRequest';
|
|
54
|
-
import { ListRepositoryTagsResponse } from './model/ListRepositoryTagsResponse';
|
|
55
|
-
import { ListRetentionHistoriesRequest } from './model/ListRetentionHistoriesRequest';
|
|
56
|
-
import { ListRetentionHistoriesResponse } from './model/ListRetentionHistoriesResponse';
|
|
57
|
-
import { ListRetentionsRequest } from './model/ListRetentionsRequest';
|
|
58
|
-
import { ListRetentionsResponse } from './model/ListRetentionsResponse';
|
|
59
|
-
import { ListSharedReposDetailsRequest } from './model/ListSharedReposDetailsRequest';
|
|
60
|
-
import { ListSharedReposDetailsResponse } from './model/ListSharedReposDetailsResponse';
|
|
61
|
-
import { ListTriggersDetailsRequest } from './model/ListTriggersDetailsRequest';
|
|
62
|
-
import { ListTriggersDetailsResponse } from './model/ListTriggersDetailsResponse';
|
|
63
|
-
import { ShowAccessDomainRequest } from './model/ShowAccessDomainRequest';
|
|
64
|
-
import { ShowAccessDomainResponse } from './model/ShowAccessDomainResponse';
|
|
65
|
-
import { ShowApiVersionRequest } from './model/ShowApiVersionRequest';
|
|
66
|
-
import { ShowApiVersionResponse } from './model/ShowApiVersionResponse';
|
|
67
|
-
import { ShowNamespaceAuthRequest } from './model/ShowNamespaceAuthRequest';
|
|
68
|
-
import { ShowNamespaceAuthResponse } from './model/ShowNamespaceAuthResponse';
|
|
69
|
-
import { ShowNamespaceRequest } from './model/ShowNamespaceRequest';
|
|
70
|
-
import { ShowNamespaceResponse } from './model/ShowNamespaceResponse';
|
|
71
|
-
import { ShowRepositoryRequest } from './model/ShowRepositoryRequest';
|
|
72
|
-
import { ShowRepositoryResponse } from './model/ShowRepositoryResponse';
|
|
73
|
-
import { ShowRetentionRequest } from './model/ShowRetentionRequest';
|
|
74
|
-
import { ShowRetentionResponse } from './model/ShowRetentionResponse';
|
|
75
|
-
import { ShowSyncJobRequest } from './model/ShowSyncJobRequest';
|
|
76
|
-
import { ShowSyncJobResponse } from './model/ShowSyncJobResponse';
|
|
77
|
-
import { ShowTriggerRequest } from './model/ShowTriggerRequest';
|
|
78
|
-
import { ShowTriggerResponse } from './model/ShowTriggerResponse';
|
|
79
|
-
import { ShowUserRepositoryAuthRequest } from './model/ShowUserRepositoryAuthRequest';
|
|
80
|
-
import { ShowUserRepositoryAuthResponse } from './model/ShowUserRepositoryAuthResponse';
|
|
81
|
-
import { UpdateNamespaceAuthRequest } from './model/UpdateNamespaceAuthRequest';
|
|
82
|
-
import { UpdateNamespaceAuthResponse } from './model/UpdateNamespaceAuthResponse';
|
|
83
|
-
import { UpdateRepoDomainsRequest } from './model/UpdateRepoDomainsRequest';
|
|
84
|
-
import { UpdateRepoDomainsResponse } from './model/UpdateRepoDomainsResponse';
|
|
85
|
-
import { UpdateRepoRequest } from './model/UpdateRepoRequest';
|
|
86
|
-
import { UpdateRepoResponse } from './model/UpdateRepoResponse';
|
|
87
|
-
import { UpdateRetentionRequest } from './model/UpdateRetentionRequest';
|
|
88
|
-
import { UpdateRetentionResponse } from './model/UpdateRetentionResponse';
|
|
89
|
-
import { UpdateTriggerRequest } from './model/UpdateTriggerRequest';
|
|
90
|
-
import { UpdateTriggerResponse } from './model/UpdateTriggerResponse';
|
|
91
|
-
import { UpdateUserRepositoryAuthRequest } from './model/UpdateUserRepositoryAuthRequest';
|
|
92
|
-
import { UpdateUserRepositoryAuthResponse } from './model/UpdateUserRepositoryAuthResponse';
|
|
93
|
-
export declare class SwrClient {
|
|
94
|
-
static newBuilder(): ClientBuilder<SwrClient>;
|
|
95
|
-
private hcClient;
|
|
96
|
-
constructor(client: HcClient);
|
|
97
|
-
getPath(): any;
|
|
98
|
-
/**
|
|
99
|
-
* 创建镜像自动同步任务,帮助您把最新推送的镜像自动同步到其他区域镜像仓库内。 镜像自动同步帮助您把最新推送的镜像自动同步到其他区域镜像仓库内,后期镜像有更新时,目标仓库的镜像也会自动更新,但已有的镜像不会自动同步。已有镜像的同步需要手动操作,详情请参见手动同步镜像。
|
|
100
|
-
*
|
|
101
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
102
|
-
*
|
|
103
|
-
* @summary 创建镜像自动同步任务
|
|
104
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
105
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
106
|
-
* @param {string} repository 镜像仓库名称
|
|
107
|
-
* @param {CreateImageSyncRepoRequestBody} body 需要创建镜像自动同步任务的信息
|
|
108
|
-
* @param {*} [options] Override http request option.
|
|
109
|
-
* @throws {RequiredError}
|
|
110
|
-
*/
|
|
111
|
-
createImageSyncRepo(createImageSyncRepoRequest?: CreateImageSyncRepoRequest): Promise<CreateImageSyncRepoResponse>;
|
|
112
|
-
/**
|
|
113
|
-
* 对于镜像仓库已有的镜像,如果想在其他区域使用,需要手动触发镜像同步。 判断是否同步成功的方法如下:响应状态码为200,无报错信息,表示同步成功。通过SWR管理控制台或调用查询镜像仓库概要信息接口,在目标区域的目标组织下,若存在所同步的镜像版本表示同步成功。
|
|
114
|
-
*
|
|
115
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
116
|
-
*
|
|
117
|
-
* @summary 手动同步镜像
|
|
118
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
119
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
120
|
-
* @param {string} repository 镜像仓库名称
|
|
121
|
-
* @param {CreateManualImageSyncRepoRequestBody} body 需要手动同步镜像的信息
|
|
122
|
-
* @param {*} [options] Override http request option.
|
|
123
|
-
* @throws {RequiredError}
|
|
124
|
-
*/
|
|
125
|
-
createManualImageSyncRepo(createManualImageSyncRepoRequest?: CreateManualImageSyncRepoRequest): Promise<CreateManualImageSyncRepoResponse>;
|
|
126
|
-
/**
|
|
127
|
-
* 创建组织
|
|
128
|
-
*
|
|
129
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
130
|
-
*
|
|
131
|
-
* @summary 创建组织
|
|
132
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
133
|
-
* @param {CreateNamespaceRequestBody} createNamespaceRequestBody This is a create Body Object
|
|
134
|
-
* @param {*} [options] Override http request option.
|
|
135
|
-
* @throws {RequiredError}
|
|
136
|
-
*/
|
|
137
|
-
createNamespace(createNamespaceRequest?: CreateNamespaceRequest): Promise<CreateNamespaceResponse>;
|
|
138
|
-
/**
|
|
139
|
-
* 创建组织权限
|
|
140
|
-
*
|
|
141
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
142
|
-
*
|
|
143
|
-
* @summary 创建组织权限
|
|
144
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
145
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
146
|
-
* @param {Array<UserAuth>} createNamespaceAuthRequestBody 创建组织权限需要的信息
|
|
147
|
-
* @param {*} [options] Override http request option.
|
|
148
|
-
* @throws {RequiredError}
|
|
149
|
-
*/
|
|
150
|
-
createNamespaceAuth(createNamespaceAuthRequest?: CreateNamespaceAuthRequest): Promise<CreateNamespaceAuthResponse>;
|
|
151
|
-
/**
|
|
152
|
-
* 在组织下创建镜像仓库。
|
|
153
|
-
*
|
|
154
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
155
|
-
*
|
|
156
|
-
* @summary 在组织下创建镜像仓库
|
|
157
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
158
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
159
|
-
* @param {CreateRepoRequestBody} createRepoRequestBody dfsgdfg
|
|
160
|
-
* @param {*} [options] Override http request option.
|
|
161
|
-
* @throws {RequiredError}
|
|
162
|
-
*/
|
|
163
|
-
createRepo(createRepoRequest?: CreateRepoRequest): Promise<CreateRepoResponse>;
|
|
164
|
-
/**
|
|
165
|
-
* 创建共享帐号。镜像上传后,您可以共享私有镜像给其他帐号,并授予下载该镜像的权限。
|
|
166
|
-
*
|
|
167
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
168
|
-
*
|
|
169
|
-
* @summary 创建共享帐号
|
|
170
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
171
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
172
|
-
* @param {string} repository 镜像仓库名称
|
|
173
|
-
* @param {CreateRepoDomainsRequestBody} createRepoDomainsRequestBody 创建共享帐号需要的信息
|
|
174
|
-
* @param {*} [options] Override http request option.
|
|
175
|
-
* @throws {RequiredError}
|
|
176
|
-
*/
|
|
177
|
-
createRepoDomains(createRepoDomainsRequest?: CreateRepoDomainsRequest): Promise<CreateRepoDomainsResponse>;
|
|
178
|
-
/**
|
|
179
|
-
* 创建镜像老化规则
|
|
180
|
-
*
|
|
181
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
182
|
-
*
|
|
183
|
-
* @summary 创建镜像老化规则
|
|
184
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
185
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
186
|
-
* @param {string} repository 镜像仓库名称
|
|
187
|
-
* @param {CreateRetentionRequestBody} createRetentionRequestBody 需要创建镜像老化规则的信息
|
|
188
|
-
* @param {*} [options] Override http request option.
|
|
189
|
-
* @throws {RequiredError}
|
|
190
|
-
*/
|
|
191
|
-
createRetention(createRetentionRequest?: CreateRetentionRequest): Promise<CreateRetentionResponse>;
|
|
192
|
-
/**
|
|
193
|
-
* 调用该接口,通过获取响应消息头的X-Swr-Dockerlogin的值及响应消息体的host值,可生成临时登录指令。
|
|
194
|
-
*
|
|
195
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
196
|
-
*
|
|
197
|
-
* @summary 生成临时登录指令
|
|
198
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
199
|
-
* @param {string} [projectname] 项目名称,缺省值默认为区域名称,例如:cn-north-1。
|
|
200
|
-
* @param {*} [options] Override http request option.
|
|
201
|
-
* @throws {RequiredError}
|
|
202
|
-
*/
|
|
203
|
-
createSecret(createSecretRequest?: CreateSecretRequest): Promise<CreateSecretResponse>;
|
|
204
|
-
/**
|
|
205
|
-
* 创建触发器
|
|
206
|
-
*
|
|
207
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
208
|
-
*
|
|
209
|
-
* @summary 创建触发器
|
|
210
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
211
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
212
|
-
* @param {string} repository 镜像仓库名称
|
|
213
|
-
* @param {CreateTriggerRequestBody} createTriggerRequestBody 需要创建触发器的信息
|
|
214
|
-
* @param {*} [options] Override http request option.
|
|
215
|
-
* @throws {RequiredError}
|
|
216
|
-
*/
|
|
217
|
-
createTrigger(createTriggerRequest?: CreateTriggerRequest): Promise<CreateTriggerResponse>;
|
|
218
|
-
/**
|
|
219
|
-
* 创建镜像权限
|
|
220
|
-
*
|
|
221
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
222
|
-
*
|
|
223
|
-
* @summary 创建镜像权限
|
|
224
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
225
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
226
|
-
* @param {string} repository 镜像仓库名称
|
|
227
|
-
* @param {Array<UserAuth>} createUserRepositoryAuthRequestBody 需要创建镜像权限的信息
|
|
228
|
-
* @param {*} [options] Override http request option.
|
|
229
|
-
* @throws {RequiredError}
|
|
230
|
-
*/
|
|
231
|
-
createUserRepositoryAuth(createUserRepositoryAuthRequest?: CreateUserRepositoryAuthRequest): Promise<CreateUserRepositoryAuthResponse>;
|
|
232
|
-
/**
|
|
233
|
-
* 根据目标区域、目标组织删除指定的镜像自动同步任务。
|
|
234
|
-
*
|
|
235
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
236
|
-
*
|
|
237
|
-
* @summary 删除镜像自动同步任务
|
|
238
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
239
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
240
|
-
* @param {string} repository 镜像仓库名称
|
|
241
|
-
* @param {DeleteImageSyncRepoRequestBody} body 需要删除镜像自动同步任务的信息
|
|
242
|
-
* @param {*} [options] Override http request option.
|
|
243
|
-
* @throws {RequiredError}
|
|
244
|
-
*/
|
|
245
|
-
deleteImageSyncRepo(deleteImageSyncRepoRequest?: DeleteImageSyncRepoRequest): Promise<DeleteImageSyncRepoResponse>;
|
|
246
|
-
/**
|
|
247
|
-
* 删除组织权限
|
|
248
|
-
*
|
|
249
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
250
|
-
*
|
|
251
|
-
* @summary 删除组织权限
|
|
252
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
253
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
254
|
-
* @param {Array<string>} deleteNamespaceAuthRequestBody 需要删除权限的用户id列表,需要从IAM服务获取
|
|
255
|
-
* @param {*} [options] Override http request option.
|
|
256
|
-
* @throws {RequiredError}
|
|
257
|
-
*/
|
|
258
|
-
deleteNamespaceAuth(deleteNamespaceAuthRequest?: DeleteNamespaceAuthRequest): Promise<DeleteNamespaceAuthResponse>;
|
|
259
|
-
/**
|
|
260
|
-
* 删除组织
|
|
261
|
-
*
|
|
262
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
263
|
-
*
|
|
264
|
-
* @summary 删除组织
|
|
265
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
266
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
267
|
-
* @param {*} [options] Override http request option.
|
|
268
|
-
* @throws {RequiredError}
|
|
269
|
-
*/
|
|
270
|
-
deleteNamespaces(deleteNamespacesRequest?: DeleteNamespacesRequest): Promise<DeleteNamespacesResponse>;
|
|
271
|
-
/**
|
|
272
|
-
* 删除组织下的镜像仓库。
|
|
273
|
-
*
|
|
274
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
275
|
-
*
|
|
276
|
-
* @summary 删除组织下的镜像仓库
|
|
277
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
278
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
279
|
-
* @param {string} repository 镜像仓库名称
|
|
280
|
-
* @param {*} [options] Override http request option.
|
|
281
|
-
* @throws {RequiredError}
|
|
282
|
-
*/
|
|
283
|
-
deleteRepo(deleteRepoRequest?: DeleteRepoRequest): Promise<DeleteRepoResponse>;
|
|
284
|
-
/**
|
|
285
|
-
* 删除共享帐号
|
|
286
|
-
*
|
|
287
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
288
|
-
*
|
|
289
|
-
* @summary 删除共享帐号
|
|
290
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
291
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
292
|
-
* @param {string} repository 镜像仓库名称
|
|
293
|
-
* @param {string} accessDomain 共享租户名
|
|
294
|
-
* @param {*} [options] Override http request option.
|
|
295
|
-
* @throws {RequiredError}
|
|
296
|
-
*/
|
|
297
|
-
deleteRepoDomains(deleteRepoDomainsRequest?: DeleteRepoDomainsRequest): Promise<DeleteRepoDomainsResponse>;
|
|
298
|
-
/**
|
|
299
|
-
* 删除镜像仓库中指定tag的镜像
|
|
300
|
-
*
|
|
301
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
302
|
-
*
|
|
303
|
-
* @summary 删除指定tag的镜像
|
|
304
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
305
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
306
|
-
* @param {string} repository 镜像仓库名称
|
|
307
|
-
* @param {string} tag 镜像版本名称
|
|
308
|
-
* @param {*} [options] Override http request option.
|
|
309
|
-
* @throws {RequiredError}
|
|
310
|
-
*/
|
|
311
|
-
deleteRepoTag(deleteRepoTagRequest?: DeleteRepoTagRequest): Promise<DeleteRepoTagResponse>;
|
|
312
|
-
/**
|
|
313
|
-
* 删除镜像老化规则
|
|
314
|
-
*
|
|
315
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
316
|
-
*
|
|
317
|
-
* @summary 删除镜像老化规则
|
|
318
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
319
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
320
|
-
* @param {string} repository 镜像仓库名称
|
|
321
|
-
* @param {number} retentionId 镜像老化规则id
|
|
322
|
-
* @param {*} [options] Override http request option.
|
|
323
|
-
* @throws {RequiredError}
|
|
324
|
-
*/
|
|
325
|
-
deleteRetention(deleteRetentionRequest?: DeleteRetentionRequest): Promise<DeleteRetentionResponse>;
|
|
326
|
-
/**
|
|
327
|
-
* 删除触发器
|
|
328
|
-
*
|
|
329
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
330
|
-
*
|
|
331
|
-
* @summary 删除触发器
|
|
332
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
333
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
334
|
-
* @param {string} repository 镜像仓库名称
|
|
335
|
-
* @param {string} trigger 触发器名称
|
|
336
|
-
* @param {*} [options] Override http request option.
|
|
337
|
-
* @throws {RequiredError}
|
|
338
|
-
*/
|
|
339
|
-
deleteTrigger(deleteTriggerRequest?: DeleteTriggerRequest): Promise<DeleteTriggerResponse>;
|
|
340
|
-
/**
|
|
341
|
-
* 删除镜像权限
|
|
342
|
-
*
|
|
343
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
344
|
-
*
|
|
345
|
-
* @summary 删除镜像权限
|
|
346
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
347
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
348
|
-
* @param {string} repository 镜像仓库名称
|
|
349
|
-
* @param {Array<string>} deleteUserRepositoryAuthRequestBody 用户ID,需从华为云IAM服务获取。
|
|
350
|
-
* @param {*} [options] Override http request option.
|
|
351
|
-
* @throws {RequiredError}
|
|
352
|
-
*/
|
|
353
|
-
deleteUserRepositoryAuth(deleteUserRepositoryAuthRequest?: DeleteUserRepositoryAuthRequest): Promise<DeleteUserRepositoryAuthResponse>;
|
|
354
|
-
/**
|
|
355
|
-
* 获取为当前镜像仓库所创建的所有自动同步任务。
|
|
356
|
-
*
|
|
357
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
358
|
-
*
|
|
359
|
-
* @summary 获取镜像自动同步任务列表
|
|
360
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
361
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
362
|
-
* @param {string} repository 镜像仓库名称
|
|
363
|
-
* @param {*} [options] Override http request option.
|
|
364
|
-
* @throws {RequiredError}
|
|
365
|
-
*/
|
|
366
|
-
listImageAutoSyncReposDetails(listImageAutoSyncReposDetailsRequest?: ListImageAutoSyncReposDetailsRequest): Promise<ListImageAutoSyncReposDetailsResponse>;
|
|
367
|
-
/**
|
|
368
|
-
* 查询组织列表
|
|
369
|
-
*
|
|
370
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
371
|
-
*
|
|
372
|
-
* @summary 查询组织列表
|
|
373
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
374
|
-
* @param {string} [namespace] 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
375
|
-
* @param {string} [filter] 应填写namespace::{namespace}|mode::{mode}。其中{namespace}是组织名称,{mode}如果不设置,查看有权限的组织列表;设置为visible,查看可见的组织列表(部分组织:仓库有权限,组织没有权限)。
|
|
376
|
-
* @param {*} [options] Override http request option.
|
|
377
|
-
* @throws {RequiredError}
|
|
378
|
-
*/
|
|
379
|
-
listNamespaces(listNamespacesRequest?: ListNamespacesRequest): Promise<ListNamespacesResponse>;
|
|
380
|
-
/**
|
|
381
|
-
* 获取配额信息
|
|
382
|
-
*
|
|
383
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
384
|
-
*
|
|
385
|
-
* @summary 获取配额信息
|
|
386
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
387
|
-
* @param {*} [options] Override http request option.
|
|
388
|
-
* @throws {RequiredError}
|
|
389
|
-
*/
|
|
390
|
-
listQuotas(listQuotasRequest?: ListQuotasRequest): Promise<ListQuotasResponse>;
|
|
391
|
-
/**
|
|
392
|
-
* 获取共享帐号列表
|
|
393
|
-
*
|
|
394
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
395
|
-
*
|
|
396
|
-
* @summary 获取共享帐号列表
|
|
397
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
398
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
399
|
-
* @param {string} repository 镜像仓库名称
|
|
400
|
-
* @param {*} [options] Override http request option.
|
|
401
|
-
* @throws {RequiredError}
|
|
402
|
-
*/
|
|
403
|
-
listRepoDomains(listRepoDomainsRequest?: ListRepoDomainsRequest): Promise<ListRepoDomainsResponse>;
|
|
404
|
-
/**
|
|
405
|
-
* 查询镜像仓库列表
|
|
406
|
-
*
|
|
407
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
408
|
-
*
|
|
409
|
-
* @summary 查询镜像仓库列表
|
|
410
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
411
|
-
* @param {string} [namespace] 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。注意:和filter最好分开使用,如果同时使用,此过滤参数将失效,以filter为准。
|
|
412
|
-
* @param {string} [name] 镜像仓库名称。注意:和filter最好分开使用,如果同时使用,此过滤参数将失效,以filter为准。
|
|
413
|
-
* @param {string} [category] 镜像仓库分类,可设置为app_server, linux, framework_app, database, lang, other, windows, arm。注意:和filter最好分开使用,如果同时使用,此过滤参数将失效,以filter为准。
|
|
414
|
-
* @param {string} [limit] 返回条数。注意:offset和limit参数需要配套使用。
|
|
415
|
-
* @param {string} [offset] 起始索引。注意:offset和limit参数需要配套使用。
|
|
416
|
-
* @param {string} [orderColumn] 按列排序,可设置为updated_at(按更新时间排序)。注意:order_column和order_type参数需要配套使用。
|
|
417
|
-
* @param {string} [orderType] 排序类型,可设置为desc(降序)、asc(升序)。注意:order_column和order_type参数需要配套使用。
|
|
418
|
-
* @param {string} [filter] 注意:如果使用filter至少要传递一个filter参数。应填写 namespace::{namespace}|name::{name}|limit::{limit}|offset::{offset}|order_column::{order_column}|order_type::{order_type},其中{namespace}为组织名称。 {name}为镜像仓库名称,模糊匹配。{category}为镜像仓库分类,可设置为app_server、linux、framework_app、database、lang、other、windows、arm。 {limit}为返回条数,{offset}为起始索引,注意:offset和limit参数需要配套使用。{order_column}为按列排序,可设置为name、updated_time、tag_count,{order_type}为排序类型, 可设置为desc(降序)、asc(升序),注意:order_column和order_type参数需要配套使用。
|
|
419
|
-
* @param {*} [options] Override http request option.
|
|
420
|
-
* @throws {RequiredError}
|
|
421
|
-
*/
|
|
422
|
-
listReposDetails(listReposDetailsRequest?: ListReposDetailsRequest): Promise<ListReposDetailsResponse>;
|
|
423
|
-
/**
|
|
424
|
-
* 查询镜像tag列表
|
|
425
|
-
*
|
|
426
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
427
|
-
*
|
|
428
|
-
* @summary 查询镜像tag列表
|
|
429
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
430
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
431
|
-
* @param {string} repository 镜像仓库名称
|
|
432
|
-
* @param {string} [limit] 返回条数。注意:offset和limit参数需要配套使用。
|
|
433
|
-
* @param {string} [offset] 起始索引。注意:offset和limit参数需要配套使用。
|
|
434
|
-
* @param {string} [orderColumn] 按列排序,可设置为updated_at(按更新时间排序)。注意:order_column和order_type参数需要配套使用。
|
|
435
|
-
* @param {string} [orderType] 排序类型,可设置为desc(降序)、asc(升序)。注意:order_column和order_type参数需要配套使用。
|
|
436
|
-
* @param {string} [tag] 镜像版本名。
|
|
437
|
-
* @param {string} [filter] 应填写 offset::{offset}|limit::{limit}|order_column::{order_column}|order_type::{order_type}|tag::{tag} ,其中{limit}为返回条数,{offset}为起始索引,注意:offset和limit参数需要配套使用。 {order_column}为按列排序,可设置为updated_at(按更新时间排序),{order_type}为排序类型,可设置为desc(降序)、asc(升序),{tag}为镜像版本名。
|
|
438
|
-
* @param {*} [options] Override http request option.
|
|
439
|
-
* @throws {RequiredError}
|
|
440
|
-
*/
|
|
441
|
-
listRepositoryTags(listRepositoryTagsRequest?: ListRepositoryTagsRequest): Promise<ListRepositoryTagsResponse>;
|
|
442
|
-
/**
|
|
443
|
-
* 获取镜像老化记录
|
|
444
|
-
*
|
|
445
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
446
|
-
*
|
|
447
|
-
* @summary 获取镜像老化记录
|
|
448
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
449
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
450
|
-
* @param {string} repository 镜像仓库名称
|
|
451
|
-
* @param {string} [filter] 应填写 limit::{limit}|offset::{offset}, 其中{limit}为返回条数,{offset}为起始索引, 注意:offset和limit参数需要配套使用
|
|
452
|
-
* @param {*} [options] Override http request option.
|
|
453
|
-
* @throws {RequiredError}
|
|
454
|
-
*/
|
|
455
|
-
listRetentionHistories(listRetentionHistoriesRequest?: ListRetentionHistoriesRequest): Promise<ListRetentionHistoriesResponse>;
|
|
456
|
-
/**
|
|
457
|
-
* 获取镜像老化规则列表
|
|
458
|
-
*
|
|
459
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
460
|
-
*
|
|
461
|
-
* @summary 获取镜像老化规则列表
|
|
462
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
463
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
464
|
-
* @param {string} repository 镜像仓库名称
|
|
465
|
-
* @param {*} [options] Override http request option.
|
|
466
|
-
* @throws {RequiredError}
|
|
467
|
-
*/
|
|
468
|
-
listRetentions(listRetentionsRequest?: ListRetentionsRequest): Promise<ListRetentionsResponse>;
|
|
469
|
-
/**
|
|
470
|
-
* 查询共享镜像列表
|
|
471
|
-
*
|
|
472
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
473
|
-
*
|
|
474
|
-
* @summary 查询共享镜像列表
|
|
475
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
476
|
-
* @param {string} [namespace] 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
477
|
-
* @param {string} [name] 镜像仓库名称
|
|
478
|
-
* @param {string} [center] self: 我共享的镜像。thirdparty: 他人共享给我的镜像
|
|
479
|
-
* @param {string} [limit] 返回条数。注意:offset和limit参数需要配套使用。
|
|
480
|
-
* @param {string} [offset] 起始索引。注意:offset和limit参数需要配套使用。
|
|
481
|
-
* @param {string} [orderColumn] 按列排序,可设置为updated_at(按更新时间排序)。注意:order_column和order_type参数需要配套使用。
|
|
482
|
-
* @param {string} [orderType] 排序类型,可设置为desc(降序)、asc(升序)。注意:order_column和order_type参数需要配套使用。
|
|
483
|
-
* @param {string} [filter] 应填写 center::{center}|name::{name}|limit::{limit}|offset::{offset}|namespace::{namespace}|order_column::{order_column}|order_type::{order_type} ,其中 {center}可选为self: 我共享的镜像。thirdparty: 他人共享给我的镜像,namespace为组织名称,name为镜像仓库名称, {limit}为返回条数,{offset}为起始索引,{order_column}为按列排序,可设置为name、updated_time、tag_count,{order_type}为排序类型,可设置为desc(降序)、asc(升序)
|
|
484
|
-
* @param {*} [options] Override http request option.
|
|
485
|
-
* @throws {RequiredError}
|
|
486
|
-
*/
|
|
487
|
-
listSharedReposDetails(listSharedReposDetailsRequest?: ListSharedReposDetailsRequest): Promise<ListSharedReposDetailsResponse>;
|
|
488
|
-
/**
|
|
489
|
-
* 获取镜像仓库下的触发器列表
|
|
490
|
-
*
|
|
491
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
492
|
-
*
|
|
493
|
-
* @summary 获取镜像仓库下的触发器列表
|
|
494
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
495
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
496
|
-
* @param {string} repository 镜像仓库名称
|
|
497
|
-
* @param {*} [options] Override http request option.
|
|
498
|
-
* @throws {RequiredError}
|
|
499
|
-
*/
|
|
500
|
-
listTriggersDetails(listTriggersDetailsRequest?: ListTriggersDetailsRequest): Promise<ListTriggersDetailsResponse>;
|
|
501
|
-
/**
|
|
502
|
-
* 判断共享租户是否存在
|
|
503
|
-
*
|
|
504
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
505
|
-
*
|
|
506
|
-
* @summary 判断共享帐号是否存在
|
|
507
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
508
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
509
|
-
* @param {string} repository 镜像仓库名称
|
|
510
|
-
* @param {string} accessDomain 共享帐号
|
|
511
|
-
* @param {*} [options] Override http request option.
|
|
512
|
-
* @throws {RequiredError}
|
|
513
|
-
*/
|
|
514
|
-
showAccessDomain(showAccessDomainRequest?: ShowAccessDomainRequest): Promise<ShowAccessDomainResponse>;
|
|
515
|
-
/**
|
|
516
|
-
* 获取组织详情
|
|
517
|
-
*
|
|
518
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
519
|
-
*
|
|
520
|
-
* @summary 获取组织详情
|
|
521
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
522
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
523
|
-
* @param {*} [options] Override http request option.
|
|
524
|
-
* @throws {RequiredError}
|
|
525
|
-
*/
|
|
526
|
-
showNamespace(showNamespaceRequest?: ShowNamespaceRequest): Promise<ShowNamespaceResponse>;
|
|
527
|
-
/**
|
|
528
|
-
* 查询组织权限
|
|
529
|
-
*
|
|
530
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
531
|
-
*
|
|
532
|
-
* @summary 查询组织权限
|
|
533
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
534
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
535
|
-
* @param {*} [options] Override http request option.
|
|
536
|
-
* @throws {RequiredError}
|
|
537
|
-
*/
|
|
538
|
-
showNamespaceAuth(showNamespaceAuthRequest?: ShowNamespaceAuthRequest): Promise<ShowNamespaceAuthResponse>;
|
|
539
|
-
/**
|
|
540
|
-
* 查询镜像仓库概要信息
|
|
541
|
-
*
|
|
542
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
543
|
-
*
|
|
544
|
-
* @summary 查询镜像仓库概要信息
|
|
545
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
546
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
547
|
-
* @param {string} repository 镜像仓库名称
|
|
548
|
-
* @param {*} [options] Override http request option.
|
|
549
|
-
* @throws {RequiredError}
|
|
550
|
-
*/
|
|
551
|
-
showRepository(showRepositoryRequest?: ShowRepositoryRequest): Promise<ShowRepositoryResponse>;
|
|
552
|
-
/**
|
|
553
|
-
* 获取镜像老化规则记录
|
|
554
|
-
*
|
|
555
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
556
|
-
*
|
|
557
|
-
* @summary 获取镜像老化规则记录
|
|
558
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
559
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
560
|
-
* @param {string} repository 镜像仓库名称
|
|
561
|
-
* @param {number} retentionId 镜像老化规则id
|
|
562
|
-
* @param {*} [options] Override http request option.
|
|
563
|
-
* @throws {RequiredError}
|
|
564
|
-
*/
|
|
565
|
-
showRetention(showRetentionRequest?: ShowRetentionRequest): Promise<ShowRetentionResponse>;
|
|
566
|
-
/**
|
|
567
|
-
* 创建镜像自动同步任务后,可以通过此接口查询该任务的状态,以判断是否同步成功。
|
|
568
|
-
*
|
|
569
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
570
|
-
*
|
|
571
|
-
* @summary 获取镜像自动同步任务信息
|
|
572
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
573
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
574
|
-
* @param {string} repository 镜像仓库名称
|
|
575
|
-
* @param {string} filter 应填写 limit::{limit}|offset::{offset}|order::{order} ,其中{limit}为返回条数,{offset}为起始索引,注意:offset和limit参数需要配套使用,且必选。{order}为排序类型(可选),可设置为desc(降序)、asc(升序)
|
|
576
|
-
* @param {*} [options] Override http request option.
|
|
577
|
-
* @throws {RequiredError}
|
|
578
|
-
*/
|
|
579
|
-
showSyncJob(showSyncJobRequest?: ShowSyncJobRequest): Promise<ShowSyncJobResponse>;
|
|
580
|
-
/**
|
|
581
|
-
* 获取触发器详情
|
|
582
|
-
*
|
|
583
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
584
|
-
*
|
|
585
|
-
* @summary 获取触发器详情
|
|
586
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
587
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
588
|
-
* @param {string} repository 镜像仓库名称
|
|
589
|
-
* @param {string} trigger 触发器名称
|
|
590
|
-
* @param {*} [options] Override http request option.
|
|
591
|
-
* @throws {RequiredError}
|
|
592
|
-
*/
|
|
593
|
-
showTrigger(showTriggerRequest?: ShowTriggerRequest): Promise<ShowTriggerResponse>;
|
|
594
|
-
/**
|
|
595
|
-
* 查询镜像权限
|
|
596
|
-
*
|
|
597
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
598
|
-
*
|
|
599
|
-
* @summary 查询镜像权限
|
|
600
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
601
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
602
|
-
* @param {string} repository 镜像仓库名称
|
|
603
|
-
* @param {*} [options] Override http request option.
|
|
604
|
-
* @throws {RequiredError}
|
|
605
|
-
*/
|
|
606
|
-
showUserRepositoryAuth(showUserRepositoryAuthRequest?: ShowUserRepositoryAuthRequest): Promise<ShowUserRepositoryAuthResponse>;
|
|
607
|
-
/**
|
|
608
|
-
* 更新组织权限
|
|
609
|
-
*
|
|
610
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
611
|
-
*
|
|
612
|
-
* @summary 更新组织权限
|
|
613
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
614
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
615
|
-
* @param {Array<UserAuth>} updateNamespaceAuthRequestBody 更新组织权限需要的权限
|
|
616
|
-
* @param {*} [options] Override http request option.
|
|
617
|
-
* @throws {RequiredError}
|
|
618
|
-
*/
|
|
619
|
-
updateNamespaceAuth(updateNamespaceAuthRequest?: UpdateNamespaceAuthRequest): Promise<UpdateNamespaceAuthResponse>;
|
|
620
|
-
/**
|
|
621
|
-
* 更新租户组织下的镜像概要信息,包括镜像类型、是否公有、描述信息
|
|
622
|
-
*
|
|
623
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
624
|
-
*
|
|
625
|
-
* @summary 更新镜像仓库的概要信息
|
|
626
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
627
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
628
|
-
* @param {string} repository 镜像仓库名称。小写字母或数字开头,后面跟小写字母、数字、小数点、斜杠、下划线或中划线(其中下划线最多允许连续两个,小数点、斜杠、下划线、中划线不能直接相连),小写字母或数字结尾,1-128个字符。
|
|
629
|
-
* @param {UpdateRepoRequestBody} updateRepoRequestBody dfsgdfg
|
|
630
|
-
* @param {*} [options] Override http request option.
|
|
631
|
-
* @throws {RequiredError}
|
|
632
|
-
*/
|
|
633
|
-
updateRepo(updateRepoRequest?: UpdateRepoRequest): Promise<UpdateRepoResponse>;
|
|
634
|
-
/**
|
|
635
|
-
* 更新共享帐号
|
|
636
|
-
*
|
|
637
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
638
|
-
*
|
|
639
|
-
* @summary 更新共享帐号
|
|
640
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
641
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
642
|
-
* @param {string} repository 镜像仓库名称
|
|
643
|
-
* @param {string} accessDomain 共享帐号
|
|
644
|
-
* @param {UpdateRepoDomainsRequestBody} updateRepoDomainsRequestBody 更新共享帐号需要的信息
|
|
645
|
-
* @param {*} [options] Override http request option.
|
|
646
|
-
* @throws {RequiredError}
|
|
647
|
-
*/
|
|
648
|
-
updateRepoDomains(updateRepoDomainsRequest?: UpdateRepoDomainsRequest): Promise<UpdateRepoDomainsResponse>;
|
|
649
|
-
/**
|
|
650
|
-
* 修改镜像老化规则
|
|
651
|
-
*
|
|
652
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
653
|
-
*
|
|
654
|
-
* @summary 修改镜像老化规则
|
|
655
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
656
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
657
|
-
* @param {string} repository 镜像仓库名称
|
|
658
|
-
* @param {number} retentionId 镜像老化规则id
|
|
659
|
-
* @param {UpdateRetentionRequestBody} [updateRetentionRequestBody]
|
|
660
|
-
* @param {*} [options] Override http request option.
|
|
661
|
-
* @throws {RequiredError}
|
|
662
|
-
*/
|
|
663
|
-
updateRetention(updateRetentionRequest?: UpdateRetentionRequest): Promise<UpdateRetentionResponse>;
|
|
664
|
-
/**
|
|
665
|
-
* 更新触发器配置
|
|
666
|
-
*
|
|
667
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
668
|
-
*
|
|
669
|
-
* @summary 更新触发器配置
|
|
670
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
671
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
672
|
-
* @param {string} repository 镜像仓库名称
|
|
673
|
-
* @param {string} trigger 触发器名称
|
|
674
|
-
* @param {UpdateTriggerRequestBody} body 更新触发器配置的请求参数
|
|
675
|
-
* @param {*} [options] Override http request option.
|
|
676
|
-
* @throws {RequiredError}
|
|
677
|
-
*/
|
|
678
|
-
updateTrigger(updateTriggerRequest?: UpdateTriggerRequest): Promise<UpdateTriggerResponse>;
|
|
679
|
-
/**
|
|
680
|
-
* 更新镜像权限
|
|
681
|
-
*
|
|
682
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
683
|
-
*
|
|
684
|
-
* @summary 更新镜像权限
|
|
685
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
686
|
-
* @param {string} namespace 组织名称。小写字母开头,后面跟小写字母、数字、小数点、下划线或中划线(其中下划线最多允许连续两个,小数点、下划线、中划线不能直接相连),小写字母或数字结尾,1-64个字符。
|
|
687
|
-
* @param {string} repository 镜像仓库名称
|
|
688
|
-
* @param {Array<UserAuth>} updateRepositoryAuthRequestBody 需要创建镜像权限的信息
|
|
689
|
-
* @param {*} [options] Override http request option.
|
|
690
|
-
* @throws {RequiredError}
|
|
691
|
-
*/
|
|
692
|
-
updateUserRepositoryAuth(updateUserRepositoryAuthRequest?: UpdateUserRepositoryAuthRequest): Promise<UpdateUserRepositoryAuthResponse>;
|
|
693
|
-
/**
|
|
694
|
-
* 查询所有API版本信息
|
|
695
|
-
*
|
|
696
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
697
|
-
*
|
|
698
|
-
* @summary 查询所有API版本信息
|
|
699
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
700
|
-
* @param {*} [options] Override http request option.
|
|
701
|
-
* @throws {RequiredError}
|
|
702
|
-
*/
|
|
703
|
-
listApiVersions(listApiVersionsRequest?: ListApiVersionsRequest): Promise<ListApiVersionsResponse>;
|
|
704
|
-
/**
|
|
705
|
-
* 查询指定API版本信息
|
|
706
|
-
*
|
|
707
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
708
|
-
*
|
|
709
|
-
* @summary 查询指定API版本信息
|
|
710
|
-
* @param {'application/json;charset=utf-8' | 'application/json'} contentType 消息体的类型(格式),下方类型可任选其一使用: application/json;charset=utf-8 application/json
|
|
711
|
-
* @param {string} apiVersion API版本号。
|
|
712
|
-
* @param {*} [options] Override http request option.
|
|
713
|
-
* @throws {RequiredError}
|
|
714
|
-
*/
|
|
715
|
-
showApiVersion(showApiVersionRequest?: ShowApiVersionRequest): Promise<ShowApiVersionResponse>;
|
|
716
|
-
}
|
|
717
|
-
export declare const ParamCreater: () => {
|
|
718
|
-
/**
|
|
719
|
-
* 创建镜像自动同步任务,帮助您把最新推送的镜像自动同步到其他区域镜像仓库内。 镜像自动同步帮助您把最新推送的镜像自动同步到其他区域镜像仓库内,后期镜像有更新时,目标仓库的镜像也会自动更新,但已有的镜像不会自动同步。已有镜像的同步需要手动操作,详情请参见手动同步镜像。
|
|
720
|
-
*
|
|
721
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
722
|
-
*/
|
|
723
|
-
createImageSyncRepo(createImageSyncRepoRequest?: CreateImageSyncRepoRequest): {
|
|
724
|
-
method: string;
|
|
725
|
-
url: string;
|
|
726
|
-
contentType: string;
|
|
727
|
-
queryParams: {};
|
|
728
|
-
pathParams: {};
|
|
729
|
-
headers: {};
|
|
730
|
-
data: {};
|
|
731
|
-
};
|
|
732
|
-
/**
|
|
733
|
-
* 对于镜像仓库已有的镜像,如果想在其他区域使用,需要手动触发镜像同步。 判断是否同步成功的方法如下:响应状态码为200,无报错信息,表示同步成功。通过SWR管理控制台或调用查询镜像仓库概要信息接口,在目标区域的目标组织下,若存在所同步的镜像版本表示同步成功。
|
|
734
|
-
*
|
|
735
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
736
|
-
*/
|
|
737
|
-
createManualImageSyncRepo(createManualImageSyncRepoRequest?: CreateManualImageSyncRepoRequest): {
|
|
738
|
-
method: string;
|
|
739
|
-
url: string;
|
|
740
|
-
contentType: string;
|
|
741
|
-
queryParams: {};
|
|
742
|
-
pathParams: {};
|
|
743
|
-
headers: {};
|
|
744
|
-
data: {};
|
|
745
|
-
};
|
|
746
|
-
/**
|
|
747
|
-
* 创建组织
|
|
748
|
-
*
|
|
749
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
750
|
-
*/
|
|
751
|
-
createNamespace(createNamespaceRequest?: CreateNamespaceRequest): {
|
|
752
|
-
method: string;
|
|
753
|
-
url: string;
|
|
754
|
-
contentType: string;
|
|
755
|
-
queryParams: {};
|
|
756
|
-
pathParams: {};
|
|
757
|
-
headers: {};
|
|
758
|
-
data: {};
|
|
759
|
-
};
|
|
760
|
-
/**
|
|
761
|
-
* 创建组织权限
|
|
762
|
-
*
|
|
763
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
764
|
-
*/
|
|
765
|
-
createNamespaceAuth(createNamespaceAuthRequest?: CreateNamespaceAuthRequest): {
|
|
766
|
-
method: string;
|
|
767
|
-
url: string;
|
|
768
|
-
contentType: string;
|
|
769
|
-
queryParams: {};
|
|
770
|
-
pathParams: {};
|
|
771
|
-
headers: {};
|
|
772
|
-
data: {};
|
|
773
|
-
};
|
|
774
|
-
/**
|
|
775
|
-
* 在组织下创建镜像仓库。
|
|
776
|
-
*
|
|
777
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
778
|
-
*/
|
|
779
|
-
createRepo(createRepoRequest?: CreateRepoRequest): {
|
|
780
|
-
method: string;
|
|
781
|
-
url: string;
|
|
782
|
-
contentType: string;
|
|
783
|
-
queryParams: {};
|
|
784
|
-
pathParams: {};
|
|
785
|
-
headers: {};
|
|
786
|
-
data: {};
|
|
787
|
-
};
|
|
788
|
-
/**
|
|
789
|
-
* 创建共享帐号。镜像上传后,您可以共享私有镜像给其他帐号,并授予下载该镜像的权限。
|
|
790
|
-
*
|
|
791
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
792
|
-
*/
|
|
793
|
-
createRepoDomains(createRepoDomainsRequest?: CreateRepoDomainsRequest): {
|
|
794
|
-
method: string;
|
|
795
|
-
url: string;
|
|
796
|
-
contentType: string;
|
|
797
|
-
queryParams: {};
|
|
798
|
-
pathParams: {};
|
|
799
|
-
headers: {};
|
|
800
|
-
data: {};
|
|
801
|
-
};
|
|
802
|
-
/**
|
|
803
|
-
* 创建镜像老化规则
|
|
804
|
-
*
|
|
805
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
806
|
-
*/
|
|
807
|
-
createRetention(createRetentionRequest?: CreateRetentionRequest): {
|
|
808
|
-
method: string;
|
|
809
|
-
url: string;
|
|
810
|
-
contentType: string;
|
|
811
|
-
queryParams: {};
|
|
812
|
-
pathParams: {};
|
|
813
|
-
headers: {};
|
|
814
|
-
data: {};
|
|
815
|
-
};
|
|
816
|
-
/**
|
|
817
|
-
* 调用该接口,通过获取响应消息头的X-Swr-Dockerlogin的值及响应消息体的host值,可生成临时登录指令。
|
|
818
|
-
*
|
|
819
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
820
|
-
*/
|
|
821
|
-
createSecret(createSecretRequest?: CreateSecretRequest): {
|
|
822
|
-
method: string;
|
|
823
|
-
url: string;
|
|
824
|
-
contentType: string;
|
|
825
|
-
queryParams: {};
|
|
826
|
-
pathParams: {};
|
|
827
|
-
headers: {};
|
|
828
|
-
};
|
|
829
|
-
/**
|
|
830
|
-
* 创建触发器
|
|
831
|
-
*
|
|
832
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
833
|
-
*/
|
|
834
|
-
createTrigger(createTriggerRequest?: CreateTriggerRequest): {
|
|
835
|
-
method: string;
|
|
836
|
-
url: string;
|
|
837
|
-
contentType: string;
|
|
838
|
-
queryParams: {};
|
|
839
|
-
pathParams: {};
|
|
840
|
-
headers: {};
|
|
841
|
-
data: {};
|
|
842
|
-
};
|
|
843
|
-
/**
|
|
844
|
-
* 创建镜像权限
|
|
845
|
-
*
|
|
846
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
847
|
-
*/
|
|
848
|
-
createUserRepositoryAuth(createUserRepositoryAuthRequest?: CreateUserRepositoryAuthRequest): {
|
|
849
|
-
method: string;
|
|
850
|
-
url: string;
|
|
851
|
-
contentType: string;
|
|
852
|
-
queryParams: {};
|
|
853
|
-
pathParams: {};
|
|
854
|
-
headers: {};
|
|
855
|
-
data: {};
|
|
856
|
-
};
|
|
857
|
-
/**
|
|
858
|
-
* 根据目标区域、目标组织删除指定的镜像自动同步任务。
|
|
859
|
-
*
|
|
860
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
861
|
-
*/
|
|
862
|
-
deleteImageSyncRepo(deleteImageSyncRepoRequest?: DeleteImageSyncRepoRequest): {
|
|
863
|
-
method: string;
|
|
864
|
-
url: string;
|
|
865
|
-
contentType: string;
|
|
866
|
-
queryParams: {};
|
|
867
|
-
pathParams: {};
|
|
868
|
-
headers: {};
|
|
869
|
-
data: {};
|
|
870
|
-
};
|
|
871
|
-
/**
|
|
872
|
-
* 删除组织权限
|
|
873
|
-
*
|
|
874
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
875
|
-
*/
|
|
876
|
-
deleteNamespaceAuth(deleteNamespaceAuthRequest?: DeleteNamespaceAuthRequest): {
|
|
877
|
-
method: string;
|
|
878
|
-
url: string;
|
|
879
|
-
contentType: string;
|
|
880
|
-
queryParams: {};
|
|
881
|
-
pathParams: {};
|
|
882
|
-
headers: {};
|
|
883
|
-
data: {};
|
|
884
|
-
};
|
|
885
|
-
/**
|
|
886
|
-
* 删除组织
|
|
887
|
-
*
|
|
888
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
889
|
-
*/
|
|
890
|
-
deleteNamespaces(deleteNamespacesRequest?: DeleteNamespacesRequest): {
|
|
891
|
-
method: string;
|
|
892
|
-
url: string;
|
|
893
|
-
contentType: string;
|
|
894
|
-
queryParams: {};
|
|
895
|
-
pathParams: {};
|
|
896
|
-
headers: {};
|
|
897
|
-
};
|
|
898
|
-
/**
|
|
899
|
-
* 删除组织下的镜像仓库。
|
|
900
|
-
*
|
|
901
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
902
|
-
*/
|
|
903
|
-
deleteRepo(deleteRepoRequest?: DeleteRepoRequest): {
|
|
904
|
-
method: string;
|
|
905
|
-
url: string;
|
|
906
|
-
contentType: string;
|
|
907
|
-
queryParams: {};
|
|
908
|
-
pathParams: {};
|
|
909
|
-
headers: {};
|
|
910
|
-
};
|
|
911
|
-
/**
|
|
912
|
-
* 删除共享帐号
|
|
913
|
-
*
|
|
914
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
915
|
-
*/
|
|
916
|
-
deleteRepoDomains(deleteRepoDomainsRequest?: DeleteRepoDomainsRequest): {
|
|
917
|
-
method: string;
|
|
918
|
-
url: string;
|
|
919
|
-
contentType: string;
|
|
920
|
-
queryParams: {};
|
|
921
|
-
pathParams: {};
|
|
922
|
-
headers: {};
|
|
923
|
-
};
|
|
924
|
-
/**
|
|
925
|
-
* 删除镜像仓库中指定tag的镜像
|
|
926
|
-
*
|
|
927
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
928
|
-
*/
|
|
929
|
-
deleteRepoTag(deleteRepoTagRequest?: DeleteRepoTagRequest): {
|
|
930
|
-
method: string;
|
|
931
|
-
url: string;
|
|
932
|
-
contentType: string;
|
|
933
|
-
queryParams: {};
|
|
934
|
-
pathParams: {};
|
|
935
|
-
headers: {};
|
|
936
|
-
};
|
|
937
|
-
/**
|
|
938
|
-
* 删除镜像老化规则
|
|
939
|
-
*
|
|
940
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
941
|
-
*/
|
|
942
|
-
deleteRetention(deleteRetentionRequest?: DeleteRetentionRequest): {
|
|
943
|
-
method: string;
|
|
944
|
-
url: string;
|
|
945
|
-
contentType: string;
|
|
946
|
-
queryParams: {};
|
|
947
|
-
pathParams: {};
|
|
948
|
-
headers: {};
|
|
949
|
-
};
|
|
950
|
-
/**
|
|
951
|
-
* 删除触发器
|
|
952
|
-
*
|
|
953
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
954
|
-
*/
|
|
955
|
-
deleteTrigger(deleteTriggerRequest?: DeleteTriggerRequest): {
|
|
956
|
-
method: string;
|
|
957
|
-
url: string;
|
|
958
|
-
contentType: string;
|
|
959
|
-
queryParams: {};
|
|
960
|
-
pathParams: {};
|
|
961
|
-
headers: {};
|
|
962
|
-
};
|
|
963
|
-
/**
|
|
964
|
-
* 删除镜像权限
|
|
965
|
-
*
|
|
966
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
967
|
-
*/
|
|
968
|
-
deleteUserRepositoryAuth(deleteUserRepositoryAuthRequest?: DeleteUserRepositoryAuthRequest): {
|
|
969
|
-
method: string;
|
|
970
|
-
url: string;
|
|
971
|
-
contentType: string;
|
|
972
|
-
queryParams: {};
|
|
973
|
-
pathParams: {};
|
|
974
|
-
headers: {};
|
|
975
|
-
data: {};
|
|
976
|
-
};
|
|
977
|
-
/**
|
|
978
|
-
* 获取为当前镜像仓库所创建的所有自动同步任务。
|
|
979
|
-
*
|
|
980
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
981
|
-
*/
|
|
982
|
-
listImageAutoSyncReposDetails(listImageAutoSyncReposDetailsRequest?: ListImageAutoSyncReposDetailsRequest): {
|
|
983
|
-
method: string;
|
|
984
|
-
url: string;
|
|
985
|
-
contentType: string;
|
|
986
|
-
queryParams: {};
|
|
987
|
-
pathParams: {};
|
|
988
|
-
headers: {};
|
|
989
|
-
};
|
|
990
|
-
/**
|
|
991
|
-
* 查询组织列表
|
|
992
|
-
*
|
|
993
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
994
|
-
*/
|
|
995
|
-
listNamespaces(listNamespacesRequest?: ListNamespacesRequest): {
|
|
996
|
-
method: string;
|
|
997
|
-
url: string;
|
|
998
|
-
contentType: string;
|
|
999
|
-
queryParams: {};
|
|
1000
|
-
pathParams: {};
|
|
1001
|
-
headers: {};
|
|
1002
|
-
};
|
|
1003
|
-
/**
|
|
1004
|
-
* 获取配额信息
|
|
1005
|
-
*
|
|
1006
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1007
|
-
*/
|
|
1008
|
-
listQuotas(listQuotasRequest?: ListQuotasRequest): {
|
|
1009
|
-
method: string;
|
|
1010
|
-
url: string;
|
|
1011
|
-
contentType: string;
|
|
1012
|
-
queryParams: {};
|
|
1013
|
-
pathParams: {};
|
|
1014
|
-
headers: {};
|
|
1015
|
-
};
|
|
1016
|
-
/**
|
|
1017
|
-
* 获取共享帐号列表
|
|
1018
|
-
*
|
|
1019
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1020
|
-
*/
|
|
1021
|
-
listRepoDomains(listRepoDomainsRequest?: ListRepoDomainsRequest): {
|
|
1022
|
-
method: string;
|
|
1023
|
-
url: string;
|
|
1024
|
-
contentType: string;
|
|
1025
|
-
queryParams: {};
|
|
1026
|
-
pathParams: {};
|
|
1027
|
-
headers: {};
|
|
1028
|
-
};
|
|
1029
|
-
/**
|
|
1030
|
-
* 查询镜像仓库列表
|
|
1031
|
-
*
|
|
1032
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1033
|
-
*/
|
|
1034
|
-
listReposDetails(listReposDetailsRequest?: ListReposDetailsRequest): {
|
|
1035
|
-
method: string;
|
|
1036
|
-
url: string;
|
|
1037
|
-
contentType: string;
|
|
1038
|
-
queryParams: {};
|
|
1039
|
-
pathParams: {};
|
|
1040
|
-
headers: {};
|
|
1041
|
-
};
|
|
1042
|
-
/**
|
|
1043
|
-
* 查询镜像tag列表
|
|
1044
|
-
*
|
|
1045
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1046
|
-
*/
|
|
1047
|
-
listRepositoryTags(listRepositoryTagsRequest?: ListRepositoryTagsRequest): {
|
|
1048
|
-
method: string;
|
|
1049
|
-
url: string;
|
|
1050
|
-
contentType: string;
|
|
1051
|
-
queryParams: {};
|
|
1052
|
-
pathParams: {};
|
|
1053
|
-
headers: {};
|
|
1054
|
-
};
|
|
1055
|
-
/**
|
|
1056
|
-
* 获取镜像老化记录
|
|
1057
|
-
*
|
|
1058
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1059
|
-
*/
|
|
1060
|
-
listRetentionHistories(listRetentionHistoriesRequest?: ListRetentionHistoriesRequest): {
|
|
1061
|
-
method: string;
|
|
1062
|
-
url: string;
|
|
1063
|
-
contentType: string;
|
|
1064
|
-
queryParams: {};
|
|
1065
|
-
pathParams: {};
|
|
1066
|
-
headers: {};
|
|
1067
|
-
};
|
|
1068
|
-
/**
|
|
1069
|
-
* 获取镜像老化规则列表
|
|
1070
|
-
*
|
|
1071
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1072
|
-
*/
|
|
1073
|
-
listRetentions(listRetentionsRequest?: ListRetentionsRequest): {
|
|
1074
|
-
method: string;
|
|
1075
|
-
url: string;
|
|
1076
|
-
contentType: string;
|
|
1077
|
-
queryParams: {};
|
|
1078
|
-
pathParams: {};
|
|
1079
|
-
headers: {};
|
|
1080
|
-
};
|
|
1081
|
-
/**
|
|
1082
|
-
* 查询共享镜像列表
|
|
1083
|
-
*
|
|
1084
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1085
|
-
*/
|
|
1086
|
-
listSharedReposDetails(listSharedReposDetailsRequest?: ListSharedReposDetailsRequest): {
|
|
1087
|
-
method: string;
|
|
1088
|
-
url: string;
|
|
1089
|
-
contentType: string;
|
|
1090
|
-
queryParams: {};
|
|
1091
|
-
pathParams: {};
|
|
1092
|
-
headers: {};
|
|
1093
|
-
};
|
|
1094
|
-
/**
|
|
1095
|
-
* 获取镜像仓库下的触发器列表
|
|
1096
|
-
*
|
|
1097
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1098
|
-
*/
|
|
1099
|
-
listTriggersDetails(listTriggersDetailsRequest?: ListTriggersDetailsRequest): {
|
|
1100
|
-
method: string;
|
|
1101
|
-
url: string;
|
|
1102
|
-
contentType: string;
|
|
1103
|
-
queryParams: {};
|
|
1104
|
-
pathParams: {};
|
|
1105
|
-
headers: {};
|
|
1106
|
-
};
|
|
1107
|
-
/**
|
|
1108
|
-
* 判断共享租户是否存在
|
|
1109
|
-
*
|
|
1110
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1111
|
-
*/
|
|
1112
|
-
showAccessDomain(showAccessDomainRequest?: ShowAccessDomainRequest): {
|
|
1113
|
-
method: string;
|
|
1114
|
-
url: string;
|
|
1115
|
-
contentType: string;
|
|
1116
|
-
queryParams: {};
|
|
1117
|
-
pathParams: {};
|
|
1118
|
-
headers: {};
|
|
1119
|
-
};
|
|
1120
|
-
/**
|
|
1121
|
-
* 获取组织详情
|
|
1122
|
-
*
|
|
1123
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1124
|
-
*/
|
|
1125
|
-
showNamespace(showNamespaceRequest?: ShowNamespaceRequest): {
|
|
1126
|
-
method: string;
|
|
1127
|
-
url: string;
|
|
1128
|
-
contentType: string;
|
|
1129
|
-
queryParams: {};
|
|
1130
|
-
pathParams: {};
|
|
1131
|
-
headers: {};
|
|
1132
|
-
};
|
|
1133
|
-
/**
|
|
1134
|
-
* 查询组织权限
|
|
1135
|
-
*
|
|
1136
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1137
|
-
*/
|
|
1138
|
-
showNamespaceAuth(showNamespaceAuthRequest?: ShowNamespaceAuthRequest): {
|
|
1139
|
-
method: string;
|
|
1140
|
-
url: string;
|
|
1141
|
-
contentType: string;
|
|
1142
|
-
queryParams: {};
|
|
1143
|
-
pathParams: {};
|
|
1144
|
-
headers: {};
|
|
1145
|
-
};
|
|
1146
|
-
/**
|
|
1147
|
-
* 查询镜像仓库概要信息
|
|
1148
|
-
*
|
|
1149
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1150
|
-
*/
|
|
1151
|
-
showRepository(showRepositoryRequest?: ShowRepositoryRequest): {
|
|
1152
|
-
method: string;
|
|
1153
|
-
url: string;
|
|
1154
|
-
contentType: string;
|
|
1155
|
-
queryParams: {};
|
|
1156
|
-
pathParams: {};
|
|
1157
|
-
headers: {};
|
|
1158
|
-
};
|
|
1159
|
-
/**
|
|
1160
|
-
* 获取镜像老化规则记录
|
|
1161
|
-
*
|
|
1162
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1163
|
-
*/
|
|
1164
|
-
showRetention(showRetentionRequest?: ShowRetentionRequest): {
|
|
1165
|
-
method: string;
|
|
1166
|
-
url: string;
|
|
1167
|
-
contentType: string;
|
|
1168
|
-
queryParams: {};
|
|
1169
|
-
pathParams: {};
|
|
1170
|
-
headers: {};
|
|
1171
|
-
};
|
|
1172
|
-
/**
|
|
1173
|
-
* 创建镜像自动同步任务后,可以通过此接口查询该任务的状态,以判断是否同步成功。
|
|
1174
|
-
*
|
|
1175
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1176
|
-
*/
|
|
1177
|
-
showSyncJob(showSyncJobRequest?: ShowSyncJobRequest): {
|
|
1178
|
-
method: string;
|
|
1179
|
-
url: string;
|
|
1180
|
-
contentType: string;
|
|
1181
|
-
queryParams: {};
|
|
1182
|
-
pathParams: {};
|
|
1183
|
-
headers: {};
|
|
1184
|
-
};
|
|
1185
|
-
/**
|
|
1186
|
-
* 获取触发器详情
|
|
1187
|
-
*
|
|
1188
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1189
|
-
*/
|
|
1190
|
-
showTrigger(showTriggerRequest?: ShowTriggerRequest): {
|
|
1191
|
-
method: string;
|
|
1192
|
-
url: string;
|
|
1193
|
-
contentType: string;
|
|
1194
|
-
queryParams: {};
|
|
1195
|
-
pathParams: {};
|
|
1196
|
-
headers: {};
|
|
1197
|
-
};
|
|
1198
|
-
/**
|
|
1199
|
-
* 查询镜像权限
|
|
1200
|
-
*
|
|
1201
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1202
|
-
*/
|
|
1203
|
-
showUserRepositoryAuth(showUserRepositoryAuthRequest?: ShowUserRepositoryAuthRequest): {
|
|
1204
|
-
method: string;
|
|
1205
|
-
url: string;
|
|
1206
|
-
contentType: string;
|
|
1207
|
-
queryParams: {};
|
|
1208
|
-
pathParams: {};
|
|
1209
|
-
headers: {};
|
|
1210
|
-
};
|
|
1211
|
-
/**
|
|
1212
|
-
* 更新组织权限
|
|
1213
|
-
*
|
|
1214
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1215
|
-
*/
|
|
1216
|
-
updateNamespaceAuth(updateNamespaceAuthRequest?: UpdateNamespaceAuthRequest): {
|
|
1217
|
-
method: string;
|
|
1218
|
-
url: string;
|
|
1219
|
-
contentType: string;
|
|
1220
|
-
queryParams: {};
|
|
1221
|
-
pathParams: {};
|
|
1222
|
-
headers: {};
|
|
1223
|
-
data: {};
|
|
1224
|
-
};
|
|
1225
|
-
/**
|
|
1226
|
-
* 更新租户组织下的镜像概要信息,包括镜像类型、是否公有、描述信息
|
|
1227
|
-
*
|
|
1228
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1229
|
-
*/
|
|
1230
|
-
updateRepo(updateRepoRequest?: UpdateRepoRequest): {
|
|
1231
|
-
method: string;
|
|
1232
|
-
url: string;
|
|
1233
|
-
contentType: string;
|
|
1234
|
-
queryParams: {};
|
|
1235
|
-
pathParams: {};
|
|
1236
|
-
headers: {};
|
|
1237
|
-
data: {};
|
|
1238
|
-
};
|
|
1239
|
-
/**
|
|
1240
|
-
* 更新共享帐号
|
|
1241
|
-
*
|
|
1242
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1243
|
-
*/
|
|
1244
|
-
updateRepoDomains(updateRepoDomainsRequest?: UpdateRepoDomainsRequest): {
|
|
1245
|
-
method: string;
|
|
1246
|
-
url: string;
|
|
1247
|
-
contentType: string;
|
|
1248
|
-
queryParams: {};
|
|
1249
|
-
pathParams: {};
|
|
1250
|
-
headers: {};
|
|
1251
|
-
data: {};
|
|
1252
|
-
};
|
|
1253
|
-
/**
|
|
1254
|
-
* 修改镜像老化规则
|
|
1255
|
-
*
|
|
1256
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1257
|
-
*/
|
|
1258
|
-
updateRetention(updateRetentionRequest?: UpdateRetentionRequest): {
|
|
1259
|
-
method: string;
|
|
1260
|
-
url: string;
|
|
1261
|
-
contentType: string;
|
|
1262
|
-
queryParams: {};
|
|
1263
|
-
pathParams: {};
|
|
1264
|
-
headers: {};
|
|
1265
|
-
data: {};
|
|
1266
|
-
};
|
|
1267
|
-
/**
|
|
1268
|
-
* 更新触发器配置
|
|
1269
|
-
*
|
|
1270
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1271
|
-
*/
|
|
1272
|
-
updateTrigger(updateTriggerRequest?: UpdateTriggerRequest): {
|
|
1273
|
-
method: string;
|
|
1274
|
-
url: string;
|
|
1275
|
-
contentType: string;
|
|
1276
|
-
queryParams: {};
|
|
1277
|
-
pathParams: {};
|
|
1278
|
-
headers: {};
|
|
1279
|
-
data: {};
|
|
1280
|
-
};
|
|
1281
|
-
/**
|
|
1282
|
-
* 更新镜像权限
|
|
1283
|
-
*
|
|
1284
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1285
|
-
*/
|
|
1286
|
-
updateUserRepositoryAuth(updateUserRepositoryAuthRequest?: UpdateUserRepositoryAuthRequest): {
|
|
1287
|
-
method: string;
|
|
1288
|
-
url: string;
|
|
1289
|
-
contentType: string;
|
|
1290
|
-
queryParams: {};
|
|
1291
|
-
pathParams: {};
|
|
1292
|
-
headers: {};
|
|
1293
|
-
data: {};
|
|
1294
|
-
};
|
|
1295
|
-
/**
|
|
1296
|
-
* 查询所有API版本信息
|
|
1297
|
-
*
|
|
1298
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1299
|
-
*/
|
|
1300
|
-
listApiVersions(listApiVersionsRequest?: ListApiVersionsRequest): {
|
|
1301
|
-
method: string;
|
|
1302
|
-
url: string;
|
|
1303
|
-
contentType: string;
|
|
1304
|
-
queryParams: {};
|
|
1305
|
-
pathParams: {};
|
|
1306
|
-
headers: {};
|
|
1307
|
-
};
|
|
1308
|
-
/**
|
|
1309
|
-
* 查询指定API版本信息
|
|
1310
|
-
*
|
|
1311
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1312
|
-
*/
|
|
1313
|
-
showApiVersion(showApiVersionRequest?: ShowApiVersionRequest): {
|
|
1314
|
-
method: string;
|
|
1315
|
-
url: string;
|
|
1316
|
-
contentType: string;
|
|
1317
|
-
queryParams: {};
|
|
1318
|
-
pathParams: {};
|
|
1319
|
-
headers: {};
|
|
1320
|
-
};
|
|
1321
|
-
};
|
|
1322
|
-
/**
|
|
1323
|
-
*
|
|
1324
|
-
* @export
|
|
1325
|
-
* @class RequiredError
|
|
1326
|
-
* @extends {Error}
|
|
1327
|
-
*/
|
|
1328
|
-
export declare class RequiredError extends Error {
|
|
1329
|
-
field: string;
|
|
1330
|
-
name: "RequiredError";
|
|
1331
|
-
constructor(field: string, msg?: string);
|
|
1332
|
-
}
|