@huaweicloud/huaweicloud-sdk-swr 3.1.44 → 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
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ShowUserRepositoryAuthResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ShowUserRepositoryAuthResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ShowUserRepositoryAuthResponse, _super);
|
|
22
|
-
function ShowUserRepositoryAuthResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ShowUserRepositoryAuthResponse.prototype.withId = function (id) {
|
|
26
|
-
this['id'] = id;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
ShowUserRepositoryAuthResponse.prototype.withName = function (name) {
|
|
30
|
-
this['name'] = name;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
ShowUserRepositoryAuthResponse.prototype.withSelfAuth = function (selfAuth) {
|
|
34
|
-
this['self_auth'] = selfAuth;
|
|
35
|
-
return this;
|
|
36
|
-
};
|
|
37
|
-
Object.defineProperty(ShowUserRepositoryAuthResponse.prototype, "selfAuth", {
|
|
38
|
-
get: function () {
|
|
39
|
-
return this['self_auth'];
|
|
40
|
-
},
|
|
41
|
-
set: function (selfAuth) {
|
|
42
|
-
this['self_auth'] = selfAuth;
|
|
43
|
-
},
|
|
44
|
-
enumerable: false,
|
|
45
|
-
configurable: true
|
|
46
|
-
});
|
|
47
|
-
ShowUserRepositoryAuthResponse.prototype.withOthersAuths = function (othersAuths) {
|
|
48
|
-
this['others_auths'] = othersAuths;
|
|
49
|
-
return this;
|
|
50
|
-
};
|
|
51
|
-
Object.defineProperty(ShowUserRepositoryAuthResponse.prototype, "othersAuths", {
|
|
52
|
-
get: function () {
|
|
53
|
-
return this['others_auths'];
|
|
54
|
-
},
|
|
55
|
-
set: function (othersAuths) {
|
|
56
|
-
this['others_auths'] = othersAuths;
|
|
57
|
-
},
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
|
-
return ShowUserRepositoryAuthResponse;
|
|
62
|
-
}(SdkResponse_1.SdkResponse));
|
|
63
|
-
exports.ShowUserRepositoryAuthResponse = ShowUserRepositoryAuthResponse;
|
package/v2/model/SyncJob.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export declare class SyncJob {
|
|
2
|
-
createdAt: string;
|
|
3
|
-
domainID: string;
|
|
4
|
-
domainName: string;
|
|
5
|
-
id: number;
|
|
6
|
-
namespace: string;
|
|
7
|
-
override: boolean;
|
|
8
|
-
remoteNamespace: string;
|
|
9
|
-
remoteRegionId: string;
|
|
10
|
-
repoName: string;
|
|
11
|
-
status: string;
|
|
12
|
-
syncOperatorId: string;
|
|
13
|
-
syncOperatorName: string;
|
|
14
|
-
tag: string;
|
|
15
|
-
updatedAt: string;
|
|
16
|
-
constructor(createdAt?: any, domainID?: any, domainName?: any, id?: any, namespace?: any, override?: any, remoteNamespace?: any, remoteRegionId?: any, repoName?: any, status?: any, syncOperatorId?: any, syncOperatorName?: any, tag?: any, updatedAt?: any);
|
|
17
|
-
withCreatedAt(createdAt: string): SyncJob;
|
|
18
|
-
withDomainID(domainID: string): SyncJob;
|
|
19
|
-
withDomainName(domainName: string): SyncJob;
|
|
20
|
-
withId(id: number): SyncJob;
|
|
21
|
-
withNamespace(namespace: string): SyncJob;
|
|
22
|
-
withOverride(override: boolean): SyncJob;
|
|
23
|
-
withRemoteNamespace(remoteNamespace: string): SyncJob;
|
|
24
|
-
withRemoteRegionId(remoteRegionId: string): SyncJob;
|
|
25
|
-
withRepoName(repoName: string): SyncJob;
|
|
26
|
-
withStatus(status: string): SyncJob;
|
|
27
|
-
withSyncOperatorId(syncOperatorId: string): SyncJob;
|
|
28
|
-
withSyncOperatorName(syncOperatorName: string): SyncJob;
|
|
29
|
-
withTag(tag: string): SyncJob;
|
|
30
|
-
withUpdatedAt(updatedAt: string): SyncJob;
|
|
31
|
-
}
|
package/v2/model/SyncJob.js
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SyncJob = void 0;
|
|
4
|
-
var SyncJob = /** @class */ (function () {
|
|
5
|
-
function SyncJob(createdAt, domainID, domainName, id, namespace, override, remoteNamespace, remoteRegionId, repoName, status, syncOperatorId, syncOperatorName, tag, updatedAt) {
|
|
6
|
-
this['createdAt'] = createdAt;
|
|
7
|
-
this['domainID'] = domainID;
|
|
8
|
-
this['domainName'] = domainName;
|
|
9
|
-
this['id'] = id;
|
|
10
|
-
this['namespace'] = namespace;
|
|
11
|
-
this['override'] = override;
|
|
12
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
13
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
14
|
-
this['repoName'] = repoName;
|
|
15
|
-
this['status'] = status;
|
|
16
|
-
this['syncOperatorId'] = syncOperatorId;
|
|
17
|
-
this['syncOperatorName'] = syncOperatorName;
|
|
18
|
-
this['tag'] = tag;
|
|
19
|
-
this['updatedAt'] = updatedAt;
|
|
20
|
-
}
|
|
21
|
-
SyncJob.prototype.withCreatedAt = function (createdAt) {
|
|
22
|
-
this['createdAt'] = createdAt;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
SyncJob.prototype.withDomainID = function (domainID) {
|
|
26
|
-
this['domainID'] = domainID;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
SyncJob.prototype.withDomainName = function (domainName) {
|
|
30
|
-
this['domainName'] = domainName;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
SyncJob.prototype.withId = function (id) {
|
|
34
|
-
this['id'] = id;
|
|
35
|
-
return this;
|
|
36
|
-
};
|
|
37
|
-
SyncJob.prototype.withNamespace = function (namespace) {
|
|
38
|
-
this['namespace'] = namespace;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
SyncJob.prototype.withOverride = function (override) {
|
|
42
|
-
this['override'] = override;
|
|
43
|
-
return this;
|
|
44
|
-
};
|
|
45
|
-
SyncJob.prototype.withRemoteNamespace = function (remoteNamespace) {
|
|
46
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
47
|
-
return this;
|
|
48
|
-
};
|
|
49
|
-
SyncJob.prototype.withRemoteRegionId = function (remoteRegionId) {
|
|
50
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
51
|
-
return this;
|
|
52
|
-
};
|
|
53
|
-
SyncJob.prototype.withRepoName = function (repoName) {
|
|
54
|
-
this['repoName'] = repoName;
|
|
55
|
-
return this;
|
|
56
|
-
};
|
|
57
|
-
SyncJob.prototype.withStatus = function (status) {
|
|
58
|
-
this['status'] = status;
|
|
59
|
-
return this;
|
|
60
|
-
};
|
|
61
|
-
SyncJob.prototype.withSyncOperatorId = function (syncOperatorId) {
|
|
62
|
-
this['syncOperatorId'] = syncOperatorId;
|
|
63
|
-
return this;
|
|
64
|
-
};
|
|
65
|
-
SyncJob.prototype.withSyncOperatorName = function (syncOperatorName) {
|
|
66
|
-
this['syncOperatorName'] = syncOperatorName;
|
|
67
|
-
return this;
|
|
68
|
-
};
|
|
69
|
-
SyncJob.prototype.withTag = function (tag) {
|
|
70
|
-
this['tag'] = tag;
|
|
71
|
-
return this;
|
|
72
|
-
};
|
|
73
|
-
SyncJob.prototype.withUpdatedAt = function (updatedAt) {
|
|
74
|
-
this['updatedAt'] = updatedAt;
|
|
75
|
-
return this;
|
|
76
|
-
};
|
|
77
|
-
return SyncJob;
|
|
78
|
-
}());
|
|
79
|
-
exports.SyncJob = SyncJob;
|
package/v2/model/SyncRepo.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare class SyncRepo {
|
|
2
|
-
createdAt: string;
|
|
3
|
-
domainID: string;
|
|
4
|
-
domainName: string;
|
|
5
|
-
id: number;
|
|
6
|
-
namespace: string;
|
|
7
|
-
override: boolean;
|
|
8
|
-
remoteNamespace: string;
|
|
9
|
-
remoteRegionId: string;
|
|
10
|
-
repoName: string;
|
|
11
|
-
syncAuto: boolean;
|
|
12
|
-
updatedAt: string;
|
|
13
|
-
constructor(createdAt?: any, domainID?: any, domainName?: any, id?: any, namespace?: any, override?: any, remoteNamespace?: any, remoteRegionId?: any, repoName?: any, syncAuto?: any, updatedAt?: any);
|
|
14
|
-
withCreatedAt(createdAt: string): SyncRepo;
|
|
15
|
-
withDomainID(domainID: string): SyncRepo;
|
|
16
|
-
withDomainName(domainName: string): SyncRepo;
|
|
17
|
-
withId(id: number): SyncRepo;
|
|
18
|
-
withNamespace(namespace: string): SyncRepo;
|
|
19
|
-
withOverride(override: boolean): SyncRepo;
|
|
20
|
-
withRemoteNamespace(remoteNamespace: string): SyncRepo;
|
|
21
|
-
withRemoteRegionId(remoteRegionId: string): SyncRepo;
|
|
22
|
-
withRepoName(repoName: string): SyncRepo;
|
|
23
|
-
withSyncAuto(syncAuto: boolean): SyncRepo;
|
|
24
|
-
withUpdatedAt(updatedAt: string): SyncRepo;
|
|
25
|
-
}
|
package/v2/model/SyncRepo.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SyncRepo = void 0;
|
|
4
|
-
var SyncRepo = /** @class */ (function () {
|
|
5
|
-
function SyncRepo(createdAt, domainID, domainName, id, namespace, override, remoteNamespace, remoteRegionId, repoName, syncAuto, updatedAt) {
|
|
6
|
-
this['createdAt'] = createdAt;
|
|
7
|
-
this['domainID'] = domainID;
|
|
8
|
-
this['domainName'] = domainName;
|
|
9
|
-
this['id'] = id;
|
|
10
|
-
this['namespace'] = namespace;
|
|
11
|
-
this['override'] = override;
|
|
12
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
13
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
14
|
-
this['repoName'] = repoName;
|
|
15
|
-
this['syncAuto'] = syncAuto;
|
|
16
|
-
this['updatedAt'] = updatedAt;
|
|
17
|
-
}
|
|
18
|
-
SyncRepo.prototype.withCreatedAt = function (createdAt) {
|
|
19
|
-
this['createdAt'] = createdAt;
|
|
20
|
-
return this;
|
|
21
|
-
};
|
|
22
|
-
SyncRepo.prototype.withDomainID = function (domainID) {
|
|
23
|
-
this['domainID'] = domainID;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
SyncRepo.prototype.withDomainName = function (domainName) {
|
|
27
|
-
this['domainName'] = domainName;
|
|
28
|
-
return this;
|
|
29
|
-
};
|
|
30
|
-
SyncRepo.prototype.withId = function (id) {
|
|
31
|
-
this['id'] = id;
|
|
32
|
-
return this;
|
|
33
|
-
};
|
|
34
|
-
SyncRepo.prototype.withNamespace = function (namespace) {
|
|
35
|
-
this['namespace'] = namespace;
|
|
36
|
-
return this;
|
|
37
|
-
};
|
|
38
|
-
SyncRepo.prototype.withOverride = function (override) {
|
|
39
|
-
this['override'] = override;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
SyncRepo.prototype.withRemoteNamespace = function (remoteNamespace) {
|
|
43
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
44
|
-
return this;
|
|
45
|
-
};
|
|
46
|
-
SyncRepo.prototype.withRemoteRegionId = function (remoteRegionId) {
|
|
47
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
48
|
-
return this;
|
|
49
|
-
};
|
|
50
|
-
SyncRepo.prototype.withRepoName = function (repoName) {
|
|
51
|
-
this['repoName'] = repoName;
|
|
52
|
-
return this;
|
|
53
|
-
};
|
|
54
|
-
SyncRepo.prototype.withSyncAuto = function (syncAuto) {
|
|
55
|
-
this['syncAuto'] = syncAuto;
|
|
56
|
-
return this;
|
|
57
|
-
};
|
|
58
|
-
SyncRepo.prototype.withUpdatedAt = function (updatedAt) {
|
|
59
|
-
this['updatedAt'] = updatedAt;
|
|
60
|
-
return this;
|
|
61
|
-
};
|
|
62
|
-
return SyncRepo;
|
|
63
|
-
}());
|
|
64
|
-
exports.SyncRepo = SyncRepo;
|
package/v2/model/TagSelector.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagSelector = void 0;
|
|
4
|
-
var TagSelector = /** @class */ (function () {
|
|
5
|
-
function TagSelector(kind, pattern) {
|
|
6
|
-
this['kind'] = kind;
|
|
7
|
-
this['pattern'] = pattern;
|
|
8
|
-
}
|
|
9
|
-
TagSelector.prototype.withKind = function (kind) {
|
|
10
|
-
this['kind'] = kind;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
TagSelector.prototype.withPattern = function (pattern) {
|
|
14
|
-
this['pattern'] = pattern;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
return TagSelector;
|
|
18
|
-
}());
|
|
19
|
-
exports.TagSelector = TagSelector;
|
package/v2/model/Trigger.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { TriggerHistories } from './TriggerHistories';
|
|
2
|
-
export declare class Trigger {
|
|
3
|
-
action: string;
|
|
4
|
-
private 'app_type';
|
|
5
|
-
application: string;
|
|
6
|
-
private 'cluster_id';
|
|
7
|
-
private 'cluster_name';
|
|
8
|
-
private 'cluster_ns';
|
|
9
|
-
condition: string;
|
|
10
|
-
container: string;
|
|
11
|
-
private 'created_at';
|
|
12
|
-
private 'creator_name';
|
|
13
|
-
enable: string;
|
|
14
|
-
name: string;
|
|
15
|
-
private 'trigger_history';
|
|
16
|
-
private 'trigger_mode';
|
|
17
|
-
private 'trigger_type';
|
|
18
|
-
constructor(action?: any, appType?: any, application?: any, clusterId?: any, clusterName?: any, clusterNs?: any, condition?: any, container?: any, createdAt?: any, creatorName?: any, enable?: any, name?: any, triggerHistory?: any, triggerMode?: any, triggerType?: any);
|
|
19
|
-
withAction(action: string): Trigger;
|
|
20
|
-
withAppType(appType: string): Trigger;
|
|
21
|
-
set appType(appType: string | undefined);
|
|
22
|
-
get appType(): string | undefined;
|
|
23
|
-
withApplication(application: string): Trigger;
|
|
24
|
-
withClusterId(clusterId: string): Trigger;
|
|
25
|
-
set clusterId(clusterId: string | undefined);
|
|
26
|
-
get clusterId(): string | undefined;
|
|
27
|
-
withClusterName(clusterName: string): Trigger;
|
|
28
|
-
set clusterName(clusterName: string | undefined);
|
|
29
|
-
get clusterName(): string | undefined;
|
|
30
|
-
withClusterNs(clusterNs: string): Trigger;
|
|
31
|
-
set clusterNs(clusterNs: string | undefined);
|
|
32
|
-
get clusterNs(): string | undefined;
|
|
33
|
-
withCondition(condition: string): Trigger;
|
|
34
|
-
withContainer(container: string): Trigger;
|
|
35
|
-
withCreatedAt(createdAt: string): Trigger;
|
|
36
|
-
set createdAt(createdAt: string | undefined);
|
|
37
|
-
get createdAt(): string | undefined;
|
|
38
|
-
withCreatorName(creatorName: string): Trigger;
|
|
39
|
-
set creatorName(creatorName: string | undefined);
|
|
40
|
-
get creatorName(): string | undefined;
|
|
41
|
-
withEnable(enable: string): Trigger;
|
|
42
|
-
withName(name: string): Trigger;
|
|
43
|
-
withTriggerHistory(triggerHistory: Array<TriggerHistories>): Trigger;
|
|
44
|
-
set triggerHistory(triggerHistory: Array<TriggerHistories> | undefined);
|
|
45
|
-
get triggerHistory(): Array<TriggerHistories> | undefined;
|
|
46
|
-
withTriggerMode(triggerMode: string): Trigger;
|
|
47
|
-
set triggerMode(triggerMode: string | undefined);
|
|
48
|
-
get triggerMode(): string | undefined;
|
|
49
|
-
withTriggerType(triggerType: string): Trigger;
|
|
50
|
-
set triggerType(triggerType: string | undefined);
|
|
51
|
-
get triggerType(): string | undefined;
|
|
52
|
-
}
|
package/v2/model/Trigger.js
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Trigger = void 0;
|
|
4
|
-
var Trigger = /** @class */ (function () {
|
|
5
|
-
function Trigger(action, appType, application, clusterId, clusterName, clusterNs, condition, container, createdAt, creatorName, enable, name, triggerHistory, triggerMode, triggerType) {
|
|
6
|
-
this['action'] = action;
|
|
7
|
-
this['app_type'] = appType;
|
|
8
|
-
this['application'] = application;
|
|
9
|
-
this['cluster_id'] = clusterId;
|
|
10
|
-
this['cluster_name'] = clusterName;
|
|
11
|
-
this['cluster_ns'] = clusterNs;
|
|
12
|
-
this['condition'] = condition;
|
|
13
|
-
this['container'] = container;
|
|
14
|
-
this['created_at'] = createdAt;
|
|
15
|
-
this['creator_name'] = creatorName;
|
|
16
|
-
this['enable'] = enable;
|
|
17
|
-
this['name'] = name;
|
|
18
|
-
this['trigger_history'] = triggerHistory;
|
|
19
|
-
this['trigger_mode'] = triggerMode;
|
|
20
|
-
this['trigger_type'] = triggerType;
|
|
21
|
-
}
|
|
22
|
-
Trigger.prototype.withAction = function (action) {
|
|
23
|
-
this['action'] = action;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
Trigger.prototype.withAppType = function (appType) {
|
|
27
|
-
this['app_type'] = appType;
|
|
28
|
-
return this;
|
|
29
|
-
};
|
|
30
|
-
Object.defineProperty(Trigger.prototype, "appType", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this['app_type'];
|
|
33
|
-
},
|
|
34
|
-
set: function (appType) {
|
|
35
|
-
this['app_type'] = appType;
|
|
36
|
-
},
|
|
37
|
-
enumerable: false,
|
|
38
|
-
configurable: true
|
|
39
|
-
});
|
|
40
|
-
Trigger.prototype.withApplication = function (application) {
|
|
41
|
-
this['application'] = application;
|
|
42
|
-
return this;
|
|
43
|
-
};
|
|
44
|
-
Trigger.prototype.withClusterId = function (clusterId) {
|
|
45
|
-
this['cluster_id'] = clusterId;
|
|
46
|
-
return this;
|
|
47
|
-
};
|
|
48
|
-
Object.defineProperty(Trigger.prototype, "clusterId", {
|
|
49
|
-
get: function () {
|
|
50
|
-
return this['cluster_id'];
|
|
51
|
-
},
|
|
52
|
-
set: function (clusterId) {
|
|
53
|
-
this['cluster_id'] = clusterId;
|
|
54
|
-
},
|
|
55
|
-
enumerable: false,
|
|
56
|
-
configurable: true
|
|
57
|
-
});
|
|
58
|
-
Trigger.prototype.withClusterName = function (clusterName) {
|
|
59
|
-
this['cluster_name'] = clusterName;
|
|
60
|
-
return this;
|
|
61
|
-
};
|
|
62
|
-
Object.defineProperty(Trigger.prototype, "clusterName", {
|
|
63
|
-
get: function () {
|
|
64
|
-
return this['cluster_name'];
|
|
65
|
-
},
|
|
66
|
-
set: function (clusterName) {
|
|
67
|
-
this['cluster_name'] = clusterName;
|
|
68
|
-
},
|
|
69
|
-
enumerable: false,
|
|
70
|
-
configurable: true
|
|
71
|
-
});
|
|
72
|
-
Trigger.prototype.withClusterNs = function (clusterNs) {
|
|
73
|
-
this['cluster_ns'] = clusterNs;
|
|
74
|
-
return this;
|
|
75
|
-
};
|
|
76
|
-
Object.defineProperty(Trigger.prototype, "clusterNs", {
|
|
77
|
-
get: function () {
|
|
78
|
-
return this['cluster_ns'];
|
|
79
|
-
},
|
|
80
|
-
set: function (clusterNs) {
|
|
81
|
-
this['cluster_ns'] = clusterNs;
|
|
82
|
-
},
|
|
83
|
-
enumerable: false,
|
|
84
|
-
configurable: true
|
|
85
|
-
});
|
|
86
|
-
Trigger.prototype.withCondition = function (condition) {
|
|
87
|
-
this['condition'] = condition;
|
|
88
|
-
return this;
|
|
89
|
-
};
|
|
90
|
-
Trigger.prototype.withContainer = function (container) {
|
|
91
|
-
this['container'] = container;
|
|
92
|
-
return this;
|
|
93
|
-
};
|
|
94
|
-
Trigger.prototype.withCreatedAt = function (createdAt) {
|
|
95
|
-
this['created_at'] = createdAt;
|
|
96
|
-
return this;
|
|
97
|
-
};
|
|
98
|
-
Object.defineProperty(Trigger.prototype, "createdAt", {
|
|
99
|
-
get: function () {
|
|
100
|
-
return this['created_at'];
|
|
101
|
-
},
|
|
102
|
-
set: function (createdAt) {
|
|
103
|
-
this['created_at'] = createdAt;
|
|
104
|
-
},
|
|
105
|
-
enumerable: false,
|
|
106
|
-
configurable: true
|
|
107
|
-
});
|
|
108
|
-
Trigger.prototype.withCreatorName = function (creatorName) {
|
|
109
|
-
this['creator_name'] = creatorName;
|
|
110
|
-
return this;
|
|
111
|
-
};
|
|
112
|
-
Object.defineProperty(Trigger.prototype, "creatorName", {
|
|
113
|
-
get: function () {
|
|
114
|
-
return this['creator_name'];
|
|
115
|
-
},
|
|
116
|
-
set: function (creatorName) {
|
|
117
|
-
this['creator_name'] = creatorName;
|
|
118
|
-
},
|
|
119
|
-
enumerable: false,
|
|
120
|
-
configurable: true
|
|
121
|
-
});
|
|
122
|
-
Trigger.prototype.withEnable = function (enable) {
|
|
123
|
-
this['enable'] = enable;
|
|
124
|
-
return this;
|
|
125
|
-
};
|
|
126
|
-
Trigger.prototype.withName = function (name) {
|
|
127
|
-
this['name'] = name;
|
|
128
|
-
return this;
|
|
129
|
-
};
|
|
130
|
-
Trigger.prototype.withTriggerHistory = function (triggerHistory) {
|
|
131
|
-
this['trigger_history'] = triggerHistory;
|
|
132
|
-
return this;
|
|
133
|
-
};
|
|
134
|
-
Object.defineProperty(Trigger.prototype, "triggerHistory", {
|
|
135
|
-
get: function () {
|
|
136
|
-
return this['trigger_history'];
|
|
137
|
-
},
|
|
138
|
-
set: function (triggerHistory) {
|
|
139
|
-
this['trigger_history'] = triggerHistory;
|
|
140
|
-
},
|
|
141
|
-
enumerable: false,
|
|
142
|
-
configurable: true
|
|
143
|
-
});
|
|
144
|
-
Trigger.prototype.withTriggerMode = function (triggerMode) {
|
|
145
|
-
this['trigger_mode'] = triggerMode;
|
|
146
|
-
return this;
|
|
147
|
-
};
|
|
148
|
-
Object.defineProperty(Trigger.prototype, "triggerMode", {
|
|
149
|
-
get: function () {
|
|
150
|
-
return this['trigger_mode'];
|
|
151
|
-
},
|
|
152
|
-
set: function (triggerMode) {
|
|
153
|
-
this['trigger_mode'] = triggerMode;
|
|
154
|
-
},
|
|
155
|
-
enumerable: false,
|
|
156
|
-
configurable: true
|
|
157
|
-
});
|
|
158
|
-
Trigger.prototype.withTriggerType = function (triggerType) {
|
|
159
|
-
this['trigger_type'] = triggerType;
|
|
160
|
-
return this;
|
|
161
|
-
};
|
|
162
|
-
Object.defineProperty(Trigger.prototype, "triggerType", {
|
|
163
|
-
get: function () {
|
|
164
|
-
return this['trigger_type'];
|
|
165
|
-
},
|
|
166
|
-
set: function (triggerType) {
|
|
167
|
-
this['trigger_type'] = triggerType;
|
|
168
|
-
},
|
|
169
|
-
enumerable: false,
|
|
170
|
-
configurable: true
|
|
171
|
-
});
|
|
172
|
-
return Trigger;
|
|
173
|
-
}());
|
|
174
|
-
exports.Trigger = Trigger;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export declare class TriggerHistories {
|
|
2
|
-
action: string;
|
|
3
|
-
private 'app_type';
|
|
4
|
-
application: string;
|
|
5
|
-
private 'cluster_id';
|
|
6
|
-
private 'cluster_name';
|
|
7
|
-
private 'cluster_ns';
|
|
8
|
-
condition: string;
|
|
9
|
-
container: string;
|
|
10
|
-
private 'created_at';
|
|
11
|
-
private 'creator_name';
|
|
12
|
-
detail: string;
|
|
13
|
-
result: string;
|
|
14
|
-
tag: string;
|
|
15
|
-
constructor(action?: any, appType?: any, application?: any, clusterId?: any, clusterName?: any, clusterNs?: any, condition?: any, container?: any, createdAt?: any, creatorName?: any, detail?: any, result?: any, tag?: any);
|
|
16
|
-
withAction(action: string): TriggerHistories;
|
|
17
|
-
withAppType(appType: string): TriggerHistories;
|
|
18
|
-
set appType(appType: string | undefined);
|
|
19
|
-
get appType(): string | undefined;
|
|
20
|
-
withApplication(application: string): TriggerHistories;
|
|
21
|
-
withClusterId(clusterId: string): TriggerHistories;
|
|
22
|
-
set clusterId(clusterId: string | undefined);
|
|
23
|
-
get clusterId(): string | undefined;
|
|
24
|
-
withClusterName(clusterName: string): TriggerHistories;
|
|
25
|
-
set clusterName(clusterName: string | undefined);
|
|
26
|
-
get clusterName(): string | undefined;
|
|
27
|
-
withClusterNs(clusterNs: string): TriggerHistories;
|
|
28
|
-
set clusterNs(clusterNs: string | undefined);
|
|
29
|
-
get clusterNs(): string | undefined;
|
|
30
|
-
withCondition(condition: string): TriggerHistories;
|
|
31
|
-
withContainer(container: string): TriggerHistories;
|
|
32
|
-
withCreatedAt(createdAt: string): TriggerHistories;
|
|
33
|
-
set createdAt(createdAt: string | undefined);
|
|
34
|
-
get createdAt(): string | undefined;
|
|
35
|
-
withCreatorName(creatorName: string): TriggerHistories;
|
|
36
|
-
set creatorName(creatorName: string | undefined);
|
|
37
|
-
get creatorName(): string | undefined;
|
|
38
|
-
withDetail(detail: string): TriggerHistories;
|
|
39
|
-
withResult(result: string): TriggerHistories;
|
|
40
|
-
withTag(tag: string): TriggerHistories;
|
|
41
|
-
}
|