@volcengine/vke 1.0.1 → 1.0.2
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/dist/cjs/index.js +50 -0
- package/dist/esm/api.d.ts +55 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +36 -1
- package/{src/types/remedy-config-for-create-node-pool-input.ts → dist/esm/types/affinity-group-config-for-create-node-pool-input.d.ts} +13 -17
- package/dist/esm/types/affinity-group-config-for-create-node-pool-input.d.ts.map +1 -0
- package/{src/types/remedy-config-for-list-node-pools-output.ts → dist/esm/types/affinity-group-config-for-list-node-pools-output.d.ts} +13 -17
- package/dist/esm/types/affinity-group-config-for-list-node-pools-output.d.ts.map +1 -0
- package/{src/types/remedy-config-for-update-node-pool-config-input.ts → dist/esm/types/affinity-group-config-for-update-node-pool-config-input.d.ts} +13 -17
- package/dist/esm/types/affinity-group-config-for-update-node-pool-config-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-nodes-output.d.ts +17 -1
- package/dist/esm/types/condition-for-list-nodes-output.d.ts.map +1 -1
- package/dist/esm/types/config-for-list-remedy-configs-output.d.ts +5 -0
- package/dist/esm/types/config-for-list-remedy-configs-output.d.ts.map +1 -1
- package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts +46 -0
- package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts.map +1 -0
- package/dist/esm/types/create-nodes-request.d.ts +5 -0
- package/dist/esm/types/create-nodes-request.d.ts.map +1 -1
- package/dist/esm/types/create-snapshot-request.d.ts +51 -0
- package/dist/esm/types/create-snapshot-request.d.ts.map +1 -0
- package/{src/types/create-kubeconfig-response.ts → dist/esm/types/create-snapshot-response.d.ts} +11 -14
- package/dist/esm/types/create-snapshot-response.d.ts.map +1 -0
- package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts +24 -0
- package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts +24 -0
- package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts +24 -0
- package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/delete-nodes-request.d.ts +1 -1
- package/dist/esm/types/delete-nodes-request.d.ts.map +1 -1
- package/{src/types/create-node-pool-response.ts → dist/esm/types/delete-snapshot-request.d.ts} +11 -14
- package/dist/esm/types/delete-snapshot-request.d.ts.map +1 -0
- package/{src/types/grant-permission-response.ts → dist/esm/types/delete-snapshot-response.d.ts} +11 -14
- package/dist/esm/types/delete-snapshot-response.d.ts.map +1 -0
- package/dist/esm/types/describe-container-image-commitments-request.d.ts +45 -0
- package/dist/esm/types/describe-container-image-commitments-request.d.ts.map +1 -0
- package/dist/esm/types/describe-container-image-commitments-response.d.ts +31 -0
- package/dist/esm/types/describe-container-image-commitments-response.d.ts.map +1 -0
- package/{src/types/delete-scaling-policies-request.ts → dist/esm/types/describe-snapshots-request.d.ts} +18 -23
- package/dist/esm/types/describe-snapshots-request.d.ts.map +1 -0
- package/dist/esm/types/describe-snapshots-response.d.ts +31 -0
- package/dist/esm/types/describe-snapshots-response.d.ts.map +1 -0
- package/dist/esm/types/exec-container-image-commitment-request.d.ts +5 -0
- package/dist/esm/types/exec-container-image-commitment-request.d.ts.map +1 -1
- package/dist/esm/types/exec-container-image-commitment-response.d.ts +5 -0
- package/dist/esm/types/exec-container-image-commitment-response.d.ts.map +1 -1
- package/dist/esm/types/filter-for-list-nodes-input.d.ts +10 -0
- package/dist/esm/types/filter-for-list-nodes-input.d.ts.map +1 -1
- package/{src/types/image-spec-for-exec-container-image-commitment-input.ts → dist/esm/types/image-spec-for-describe-container-image-commitments-output.d.ts} +13 -19
- package/dist/esm/types/image-spec-for-describe-container-image-commitments-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +22 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/{src/types/supported-image-for-list-supported-images-output.ts → dist/esm/types/intersection-item-for-list-supported-images-output.d.ts} +11 -15
- package/dist/esm/types/intersection-item-for-list-supported-images-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-nodes-output.d.ts +25 -1
- package/dist/esm/types/item-for-list-nodes-output.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts +35 -0
- package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts.map +1 -0
- package/{src/types/create-nodes-response.ts → dist/esm/types/list-supported-gpu-driver-versions-response.d.ts} +11 -14
- package/dist/esm/types/list-supported-gpu-driver-versions-response.d.ts.map +1 -0
- package/dist/esm/types/list-supported-images-request.d.ts +10 -0
- package/dist/esm/types/list-supported-images-request.d.ts.map +1 -1
- package/dist/esm/types/list-supported-images-response.d.ts +6 -0
- package/dist/esm/types/list-supported-images-response.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-create-node-pool-input.d.ts +11 -0
- package/dist/esm/types/node-config-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-list-node-pools-output.d.ts +11 -0
- package/dist/esm/types/node-config-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts +11 -0
- package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts +37 -0
- package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts.map +1 -0
- package/{src/types/login-for-list-node-pools-output.ts → dist/esm/types/runtime-for-create-node-pool-input.d.ts} +15 -22
- package/dist/esm/types/runtime-for-create-node-pool-input.d.ts.map +1 -0
- package/dist/esm/types/runtime-for-list-node-pools-output.d.ts +37 -0
- package/dist/esm/types/runtime-for-list-node-pools-output.d.ts.map +1 -0
- package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts +37 -0
- package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts.map +1 -0
- package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts +90 -0
- package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts.map +1 -0
- package/dist/esm/types/status-for-list-nodes-input.d.ts +3 -5
- package/dist/esm/types/status-for-list-nodes-input.d.ts.map +1 -1
- package/dist/esm/types/status-for-list-nodes-output.d.ts +12 -1
- package/dist/esm/types/status-for-list-nodes-output.d.ts.map +1 -1
- package/{src/types/tag-for-create-cluster-input.ts → dist/esm/types/tag-for-create-snapshot-input.d.ts} +11 -15
- package/dist/esm/types/tag-for-create-snapshot-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts +5 -0
- package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts.map +1 -1
- package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts +5 -0
- package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts.map +1 -1
- package/package.json +5 -1
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -856
- package/src/index.ts +0 -14
- package/src/types/action-for-list-remedy-configs-output.ts +0 -34
- package/src/types/api-server-endpoints-for-list-clusters-output.ts +0 -36
- package/src/types/api-server-public-access-config-for-create-cluster-input.ts +0 -29
- package/src/types/api-server-public-access-config-for-list-clusters-output.ts +0 -35
- package/src/types/api-server-public-access-config-for-update-cluster-config-input.ts +0 -29
- package/src/types/auth-config-for-exec-container-image-commitment-input.ts +0 -46
- package/src/types/auto-scaling-for-create-node-pool-input.ts +0 -68
- package/src/types/auto-scaling-for-list-node-pools-output.ts +0 -74
- package/src/types/auto-scaling-for-update-node-pool-config-input.ts +0 -68
- package/src/types/binding-remedy-config-request.ts +0 -67
- package/src/types/binding-remedy-config-response.ts +0 -28
- package/src/types/cluster-config-for-create-cluster-input.ts +0 -47
- package/src/types/cluster-config-for-list-clusters-output.ts +0 -83
- package/src/types/cluster-config-for-update-cluster-config-input.ts +0 -54
- package/src/types/cluster-connector-config-request-for-update-cluster-config-input.ts +0 -73
- package/src/types/compatibility-for-list-supported-addons-output.ts +0 -28
- package/src/types/component-config-for-list-clusters-output.ts +0 -52
- package/src/types/component-config-for-update-cluster-config-input.ts +0 -52
- package/src/types/condition-for-list-addons-output.ts +0 -28
- package/src/types/condition-for-list-clusters-output.ts +0 -56
- package/src/types/condition-for-list-node-pools-output.ts +0 -47
- package/src/types/condition-for-list-nodes-output.ts +0 -28
- package/src/types/config-for-list-remedy-configs-output.ts +0 -56
- package/src/types/connector-config-for-list-clusters-output.ts +0 -67
- package/src/types/containerd-config-for-create-default-node-pool-input.ts +0 -35
- package/src/types/containerd-config-for-create-node-pool-input.ts +0 -35
- package/src/types/containerd-config-for-list-node-pools-output.ts +0 -35
- package/src/types/containerd-config-for-update-node-pool-config-input.ts +0 -35
- package/src/types/convert-tag-for-list-node-pools-output.ts +0 -50
- package/src/types/create-addon-request.ts +0 -83
- package/src/types/create-addon-response.ts +0 -22
- package/src/types/create-cluster-request.ts +0 -93
- package/src/types/create-cluster-response.ts +0 -28
- package/src/types/create-default-node-pool-request.ts +0 -55
- package/src/types/create-default-node-pool-response.ts +0 -28
- package/src/types/create-kubeconfig-request.ts +0 -51
- package/src/types/create-node-pool-request.ts +0 -75
- package/src/types/create-nodes-request.ts +0 -95
- package/src/types/create-scaling-policy-request.ts +0 -82
- package/src/types/create-scaling-policy-response.ts +0 -28
- package/src/types/data-volume-for-create-node-pool-input.ts +0 -90
- package/src/types/data-volume-for-list-node-pools-output.ts +0 -90
- package/src/types/data-volume-for-update-node-pool-config-input.ts +0 -90
- package/src/types/delete-addon-request.ts +0 -62
- package/src/types/delete-addon-response.ts +0 -22
- package/src/types/delete-cluster-request.ts +0 -72
- package/src/types/delete-cluster-response.ts +0 -22
- package/src/types/delete-kubeconfigs-request.ts +0 -34
- package/src/types/delete-kubeconfigs-response.ts +0 -22
- package/src/types/delete-node-pool-request.ts +0 -62
- package/src/types/delete-node-pool-response.ts +0 -22
- package/src/types/delete-nodes-request.ts +0 -68
- package/src/types/delete-nodes-response.ts +0 -22
- package/src/types/delete-scaling-policies-response.ts +0 -22
- package/src/types/drain-for-list-remedy-configs-output.ts +0 -28
- package/src/types/eviction-hard-for-create-default-node-pool-input.ts +0 -49
- package/src/types/eviction-hard-for-create-node-pool-input.ts +0 -49
- package/src/types/eviction-hard-for-list-node-pools-output.ts +0 -49
- package/src/types/eviction-hard-for-update-node-pool-config-input.ts +0 -49
- package/src/types/exec-container-image-commitment-request.ts +0 -54
- package/src/types/exec-container-image-commitment-response.ts +0 -22
- package/src/types/feature-gates-for-create-default-node-pool-input.ts +0 -34
- package/src/types/feature-gates-for-create-node-pool-input.ts +0 -34
- package/src/types/feature-gates-for-list-node-pools-output.ts +0 -34
- package/src/types/feature-gates-for-update-node-pool-config-input.ts +0 -34
- package/src/types/filter-for-list-addons-input.ts +0 -84
- package/src/types/filter-for-list-clusters-input.ts +0 -99
- package/src/types/filter-for-list-kubeconfigs-input.ts +0 -52
- package/src/types/filter-for-list-node-pools-input.ts +0 -65
- package/src/types/filter-for-list-nodes-input.ts +0 -71
- package/src/types/filter-for-list-permissions-input.ts +0 -85
- package/src/types/filter-for-list-remedy-configs-input.ts +0 -61
- package/src/types/filter-for-list-scaling-events-input.ts +0 -64
- package/src/types/filter-for-list-scaling-policies-input.ts +0 -46
- package/src/types/filter-for-list-supported-addons-input.ts +0 -114
- package/src/types/filter-for-list-supported-resource-types-input.ts +0 -44
- package/src/types/flannel-config-for-create-cluster-input.ts +0 -34
- package/src/types/flannel-config-for-list-clusters-output.ts +0 -40
- package/src/types/flannel-config-for-update-cluster-config-input.ts +0 -28
- package/src/types/forward-kubernetes-api-request.ts +0 -53
- package/src/types/forward-kubernetes-api-response.ts +0 -34
- package/src/types/get-global-default-delete-option-request.ts +0 -22
- package/src/types/get-global-default-delete-option-response.ts +0 -34
- package/src/types/grant-permission-request.ts +0 -75
- package/src/types/header-for-forward-kubernetes-api-input.ts +0 -34
- package/src/types/index.ts +0 -276
- package/src/types/instances-distribution-for-create-node-pool-input.ts +0 -46
- package/src/types/instances-distribution-for-list-node-pools-output.ts +0 -46
- package/src/types/instances-distribution-for-update-node-pool-config-input.ts +0 -46
- package/src/types/intervene-cordon-for-list-remedy-configs-output.ts +0 -35
- package/src/types/intervene-drain-for-list-remedy-configs-output.ts +0 -35
- package/src/types/irsa-config-for-list-clusters-output.ts +0 -58
- package/src/types/item-for-list-addons-output.ts +0 -108
- package/src/types/item-for-list-clusters-output.ts +0 -183
- package/src/types/item-for-list-instance-type-labels-output.ts +0 -41
- package/src/types/item-for-list-kubeconfigs-output.ts +0 -70
- package/src/types/item-for-list-node-pools-output.ts +0 -113
- package/src/types/item-for-list-nodes-output.ts +0 -132
- package/src/types/item-for-list-permissions-output.ts +0 -154
- package/src/types/item-for-list-remedy-configs-output.ts +0 -80
- package/src/types/item-for-list-scaling-events-output.ts +0 -76
- package/src/types/item-for-list-scaling-policies-output.ts +0 -94
- package/src/types/item-for-list-supported-addons-output.ts +0 -65
- package/src/types/item-for-list-supported-images-output.ts +0 -35
- package/src/types/item-for-list-supported-resource-types-output.ts +0 -46
- package/src/types/kube-reserved-for-create-default-node-pool-input.ts +0 -44
- package/src/types/kube-reserved-for-create-node-pool-input.ts +0 -44
- package/src/types/kube-reserved-for-list-node-pools-output.ts +0 -44
- package/src/types/kube-reserved-for-update-node-pool-config-input.ts +0 -44
- package/src/types/kubelet-config-for-create-default-node-pool-input.ts +0 -132
- package/src/types/kubelet-config-for-create-node-pool-input.ts +0 -132
- package/src/types/kubelet-config-for-list-node-pools-output.ts +0 -132
- package/src/types/kubelet-config-for-update-node-pool-config-input.ts +0 -132
- package/src/types/kubernetes-config-for-create-default-node-pool-input.ts +0 -80
- package/src/types/kubernetes-config-for-create-node-pool-input.ts +0 -80
- package/src/types/kubernetes-config-for-create-nodes-input.ts +0 -42
- package/src/types/kubernetes-config-for-list-node-pools-output.ts +0 -80
- package/src/types/kubernetes-config-for-list-nodes-output.ts +0 -42
- package/src/types/kubernetes-config-for-update-node-pool-config-input.ts +0 -80
- package/src/types/label-for-create-default-node-pool-input.ts +0 -34
- package/src/types/label-for-create-node-pool-input.ts +0 -34
- package/src/types/label-for-create-nodes-input.ts +0 -34
- package/src/types/label-for-list-instance-type-labels-output.ts +0 -34
- package/src/types/label-for-list-node-pools-output.ts +0 -34
- package/src/types/label-for-list-nodes-output.ts +0 -34
- package/src/types/label-for-list-remedy-configs-output.ts +0 -34
- package/src/types/label-for-update-node-pool-config-input.ts +0 -34
- package/src/types/list-addons-request.ts +0 -41
- package/src/types/list-addons-response.ts +0 -47
- package/src/types/list-clusters-request.ts +0 -54
- package/src/types/list-clusters-response.ts +0 -47
- package/src/types/list-instance-type-labels-request.ts +0 -28
- package/src/types/list-instance-type-labels-response.ts +0 -29
- package/src/types/list-kubeconfigs-request.ts +0 -41
- package/src/types/list-kubeconfigs-response.ts +0 -47
- package/src/types/list-node-pools-request.ts +0 -48
- package/src/types/list-node-pools-response.ts +0 -47
- package/src/types/list-nodes-request.ts +0 -41
- package/src/types/list-nodes-response.ts +0 -47
- package/src/types/list-permissions-request.ts +0 -41
- package/src/types/list-permissions-response.ts +0 -47
- package/src/types/list-remedy-configs-request.ts +0 -41
- package/src/types/list-remedy-configs-response.ts +0 -47
- package/src/types/list-scaling-events-request.ts +0 -47
- package/src/types/list-scaling-events-response.ts +0 -47
- package/src/types/list-scaling-policies-request.ts +0 -41
- package/src/types/list-scaling-policies-response.ts +0 -47
- package/src/types/list-supported-add-instance-types-request.ts +0 -22
- package/src/types/list-supported-add-instance-types-response.ts +0 -28
- package/src/types/list-supported-addons-request.ts +0 -29
- package/src/types/list-supported-addons-response.ts +0 -35
- package/src/types/list-supported-images-request.ts +0 -28
- package/src/types/list-supported-images-response.ts +0 -29
- package/src/types/list-supported-resource-types-request.ts +0 -41
- package/src/types/list-supported-resource-types-response.ts +0 -47
- package/src/types/list-tags-for-resources-request.ts +0 -78
- package/src/types/list-tags-for-resources-response.ts +0 -35
- package/src/types/log-setup-for-create-cluster-input.ts +0 -55
- package/src/types/log-setup-for-list-clusters-output.ts +0 -46
- package/src/types/log-setup-for-update-cluster-config-input.ts +0 -55
- package/src/types/logging-config-for-create-cluster-input.ts +0 -35
- package/src/types/logging-config-for-list-clusters-output.ts +0 -35
- package/src/types/logging-config-for-update-cluster-config-input.ts +0 -35
- package/src/types/login-for-create-default-node-pool-input.ts +0 -34
- package/src/types/login-for-create-node-pool-input.ts +0 -34
- package/src/types/login-for-update-node-pool-config-input.ts +0 -34
- package/src/types/management-for-create-node-pool-input.ts +0 -35
- package/src/types/management-for-list-node-pools-output.ts +0 -35
- package/src/types/management-for-update-node-pool-config-input.ts +0 -35
- package/src/types/monitoring-config-for-list-clusters-output.ts +0 -41
- package/src/types/monitoring-config-for-update-cluster-config-input.ts +0 -41
- package/src/types/node-config-for-create-default-node-pool-input.ts +0 -54
- package/src/types/node-config-for-create-node-pool-input.ts +0 -202
- package/src/types/node-config-for-list-node-pools-output.ts +0 -202
- package/src/types/node-config-for-update-node-pool-config-input.ts +0 -176
- package/src/types/node-statistics-for-list-clusters-output.ts +0 -58
- package/src/types/node-statistics-for-list-node-pools-output.ts +0 -58
- package/src/types/pods-config-for-create-cluster-input.ts +0 -53
- package/src/types/pods-config-for-list-clusters-output.ts +0 -60
- package/src/types/pods-config-for-update-cluster-config-input.ts +0 -36
- package/src/types/private-ip-for-list-clusters-output.ts +0 -28
- package/src/types/proxy-config-for-list-clusters-output.ts +0 -66
- package/src/types/proxy-config-for-update-cluster-config-input.ts +0 -53
- package/src/types/public-access-config-for-create-node-pool-input.ts +0 -58
- package/src/types/public-access-config-for-list-node-pools-output.ts +0 -58
- package/src/types/public-access-config-for-update-node-pool-config-input.ts +0 -58
- package/src/types/public-access-network-config-for-create-cluster-input.ts +0 -58
- package/src/types/public-access-network-config-for-list-clusters-output.ts +0 -58
- package/src/types/public-access-network-config-for-update-cluster-config-input.ts +0 -58
- package/src/types/public-ip-for-list-clusters-output.ts +0 -28
- package/src/types/register-monitoring-config-for-list-clusters-output.ts +0 -40
- package/src/types/register-monitoring-config-for-update-cluster-config-input.ts +0 -40
- package/src/types/registry-proxy-config-for-create-default-node-pool-input.ts +0 -34
- package/src/types/registry-proxy-config-for-create-node-pool-input.ts +0 -34
- package/src/types/registry-proxy-config-for-list-node-pools-output.ts +0 -34
- package/src/types/registry-proxy-config-for-update-node-pool-config-input.ts +0 -34
- package/src/types/remedy-strategy-for-list-remedy-configs-output.ts +0 -47
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -52
- package/src/types/revoke-permission-request.ts +0 -28
- package/src/types/revoke-permission-response.ts +0 -22
- package/src/types/rule-for-list-remedy-configs-output.ts +0 -52
- package/src/types/scheduled-instance-policy-for-create-scaling-policy-input.ts +0 -76
- package/src/types/scheduled-instance-policy-for-list-scaling-policies-output.ts +0 -76
- package/src/types/scheduled-instance-policy-for-update-scaling-policy-input.ts +0 -76
- package/src/types/scheduled-policy-for-create-scaling-policy-input.ts +0 -57
- package/src/types/scheduled-policy-for-list-scaling-policies-output.ts +0 -57
- package/src/types/scheduled-policy-for-update-scaling-policy-input.ts +0 -57
- package/src/types/security-for-create-default-node-pool-input.ts +0 -50
- package/src/types/security-for-create-node-pool-input.ts +0 -50
- package/src/types/security-for-list-node-pools-output.ts +0 -56
- package/src/types/security-for-update-node-pool-config-input.ts +0 -50
- package/src/types/services-config-for-create-cluster-input.ts +0 -28
- package/src/types/services-config-for-list-clusters-output.ts +0 -28
- package/src/types/set-global-default-delete-option-request.ts +0 -28
- package/src/types/set-global-default-delete-option-response.ts +0 -22
- package/src/types/status-for-list-addons-input.ts +0 -64
- package/src/types/status-for-list-addons-output.ts +0 -35
- package/src/types/status-for-list-clusters-input.ts +0 -75
- package/src/types/status-for-list-clusters-output.ts +0 -50
- package/src/types/status-for-list-node-pools-input.ts +0 -65
- package/src/types/status-for-list-node-pools-output.ts +0 -49
- package/src/types/status-for-list-nodes-input.ts +0 -65
- package/src/types/status-for-list-nodes-output.ts +0 -35
- package/src/types/system-reserved-for-create-default-node-pool-input.ts +0 -44
- package/src/types/system-reserved-for-create-node-pool-input.ts +0 -44
- package/src/types/system-reserved-for-list-node-pools-output.ts +0 -44
- package/src/types/system-reserved-for-update-node-pool-config-input.ts +0 -44
- package/src/types/system-volume-for-create-node-pool-input.ts +0 -64
- package/src/types/system-volume-for-list-node-pools-output.ts +0 -64
- package/src/types/system-volume-for-update-node-pool-config-input.ts +0 -64
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -34
- package/src/types/tag-for-create-default-node-pool-input.ts +0 -34
- package/src/types/tag-for-create-node-pool-input.ts +0 -34
- package/src/types/tag-for-list-clusters-input.ts +0 -34
- package/src/types/tag-for-list-clusters-output.ts +0 -50
- package/src/types/tag-for-list-node-pools-input.ts +0 -34
- package/src/types/tag-for-list-node-pools-output.ts +0 -34
- package/src/types/tag-for-tag-resources-input.ts +0 -34
- package/src/types/tag-for-update-node-pool-config-input.ts +0 -34
- package/src/types/tag-resources-request.ts +0 -52
- package/src/types/tag-resources-response.ts +0 -22
- package/src/types/taint-for-create-default-node-pool-input.ts +0 -51
- package/src/types/taint-for-create-node-pool-input.ts +0 -51
- package/src/types/taint-for-create-nodes-input.ts +0 -51
- package/src/types/taint-for-list-node-pools-output.ts +0 -51
- package/src/types/taint-for-list-nodes-output.ts +0 -51
- package/src/types/taint-for-update-node-pool-config-input.ts +0 -51
- package/src/types/unbinding-remedy-config-request.ts +0 -55
- package/src/types/unbinding-remedy-config-response.ts +0 -22
- package/src/types/untag-resources-request.ts +0 -51
- package/src/types/untag-resources-response.ts +0 -22
- package/src/types/update-addon-config-request.ts +0 -46
- package/src/types/update-addon-config-response.ts +0 -22
- package/src/types/update-addon-version-request.ts +0 -46
- package/src/types/update-addon-version-response.ts +0 -22
- package/src/types/update-cluster-config-request.ts +0 -99
- package/src/types/update-cluster-config-response.ts +0 -22
- package/src/types/update-node-pool-config-request.ts +0 -74
- package/src/types/update-node-pool-config-response.ts +0 -22
- package/src/types/update-scaling-policy-request.ts +0 -72
- package/src/types/update-scaling-policy-response.ts +0 -22
- package/src/types/version-for-list-supported-addons-output.ts +0 -41
- package/src/types/vpc-cni-config-for-create-cluster-input.ts +0 -34
- package/src/types/vpc-cni-config-for-list-clusters-output.ts +0 -34
- package/src/types/vpc-cni-config-for-update-cluster-config-input.ts +0 -28
- package/tsconfig.json +0 -12
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ApiServerPublicAccessConfigForUpdateClusterConfigInput } from './api-server-public-access-config-for-update-cluster-config-input';
|
|
16
|
-
import { ClusterConnectorConfigRequestForUpdateClusterConfigInput } from './cluster-connector-config-request-for-update-cluster-config-input';
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ClusterConfigForUpdateClusterConfigInput
|
|
22
|
-
*/
|
|
23
|
-
export interface ClusterConfigForUpdateClusterConfigInput {
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @type {ApiServerPublicAccessConfigForUpdateClusterConfigInput}
|
|
27
|
-
* @memberof ClusterConfigForUpdateClusterConfigInput
|
|
28
|
-
*/
|
|
29
|
-
ApiServerPublicAccessConfig?: ApiServerPublicAccessConfigForUpdateClusterConfigInput;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof ClusterConfigForUpdateClusterConfigInput
|
|
34
|
-
*/
|
|
35
|
-
ApiServerPublicAccessEnabled?: boolean;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* @type {ClusterConnectorConfigRequestForUpdateClusterConfigInput}
|
|
39
|
-
* @memberof ClusterConfigForUpdateClusterConfigInput
|
|
40
|
-
*/
|
|
41
|
-
ClusterConnectorConfigRequest?: ClusterConnectorConfigRequestForUpdateClusterConfigInput;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @memberof ClusterConfigForUpdateClusterConfigInput
|
|
46
|
-
*/
|
|
47
|
-
ResourcePublicAccessDefaultEnabled?: boolean;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @type {Array<string>}
|
|
51
|
-
* @memberof ClusterConfigForUpdateClusterConfigInput
|
|
52
|
-
*/
|
|
53
|
-
SubnetIds?: Array<string>;
|
|
54
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ProxyConfigForUpdateClusterConfigInput } from './proxy-config-for-update-cluster-config-input';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ClusterConnectorConfigRequestForUpdateClusterConfigInput
|
|
21
|
-
*/
|
|
22
|
-
export interface ClusterConnectorConfigRequestForUpdateClusterConfigInput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ClusterConnectorConfigRequestForUpdateClusterConfigInput
|
|
27
|
-
*/
|
|
28
|
-
Provider?: ClusterConnectorConfigRequestForUpdateClusterConfigInputProviderEnum;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {ProxyConfigForUpdateClusterConfigInput}
|
|
32
|
-
* @memberof ClusterConnectorConfigRequestForUpdateClusterConfigInput
|
|
33
|
-
*/
|
|
34
|
-
ProxyConfig?: ProxyConfigForUpdateClusterConfigInput;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ClusterConnectorConfigRequestForUpdateClusterConfigInput
|
|
39
|
-
*/
|
|
40
|
-
TargetKubeConfig?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ClusterConnectorConfigRequestForUpdateClusterConfigInput
|
|
45
|
-
*/
|
|
46
|
-
Type?: ClusterConnectorConfigRequestForUpdateClusterConfigInputTypeEnum;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @export
|
|
51
|
-
* @enum {string}
|
|
52
|
-
*/
|
|
53
|
-
export enum ClusterConnectorConfigRequestForUpdateClusterConfigInputProviderEnum {
|
|
54
|
-
VeStack = 'VeStack',
|
|
55
|
-
Vke = 'Vke',
|
|
56
|
-
Ack = 'Ack',
|
|
57
|
-
Tke = 'Tke',
|
|
58
|
-
Cce = 'Cce',
|
|
59
|
-
None = 'None',
|
|
60
|
-
BaiduCce = 'BaiduCce',
|
|
61
|
-
Gke = 'Gke',
|
|
62
|
-
Eks = 'Eks'
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* @export
|
|
66
|
-
* @enum {string}
|
|
67
|
-
*/
|
|
68
|
-
export enum ClusterConnectorConfigRequestForUpdateClusterConfigInputTypeEnum {
|
|
69
|
-
Direct = 'Direct',
|
|
70
|
-
Proxy = 'Proxy',
|
|
71
|
-
Agent = 'Agent'
|
|
72
|
-
}
|
|
73
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CompatibilityForListSupportedAddonsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface CompatibilityForListSupportedAddonsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof CompatibilityForListSupportedAddonsOutput
|
|
26
|
-
*/
|
|
27
|
-
KubernetesVersion?: string;
|
|
28
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ComponentConfigForListClustersOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ComponentConfigForListClustersOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof ComponentConfigForListClustersOutput
|
|
26
|
-
*/
|
|
27
|
-
Enabled?: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ComponentConfigForListClustersOutput
|
|
32
|
-
*/
|
|
33
|
-
Name?: ComponentConfigForListClustersOutputNameEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum ComponentConfigForListClustersOutputNameEnum {
|
|
41
|
-
Kubelet = 'Kubelet',
|
|
42
|
-
KubeApiServer = 'KubeApiServer',
|
|
43
|
-
KubeControllerManager = 'KubeControllerManager',
|
|
44
|
-
KubeScheduler = 'KubeScheduler',
|
|
45
|
-
Etcd = 'Etcd',
|
|
46
|
-
ClusterAutoscaler = 'ClusterAutoscaler',
|
|
47
|
-
KubeBrain = 'KubeBrain',
|
|
48
|
-
GodelScheduler = 'GodelScheduler',
|
|
49
|
-
GodelDispatcher = 'GodelDispatcher',
|
|
50
|
-
GodelBinder = 'GodelBinder'
|
|
51
|
-
}
|
|
52
|
-
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ComponentConfigForUpdateClusterConfigInput
|
|
20
|
-
*/
|
|
21
|
-
export interface ComponentConfigForUpdateClusterConfigInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof ComponentConfigForUpdateClusterConfigInput
|
|
26
|
-
*/
|
|
27
|
-
Enabled?: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ComponentConfigForUpdateClusterConfigInput
|
|
32
|
-
*/
|
|
33
|
-
Name?: ComponentConfigForUpdateClusterConfigInputNameEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum ComponentConfigForUpdateClusterConfigInputNameEnum {
|
|
41
|
-
Kubelet = 'Kubelet',
|
|
42
|
-
KubeApiServer = 'KubeApiServer',
|
|
43
|
-
KubeControllerManager = 'KubeControllerManager',
|
|
44
|
-
KubeScheduler = 'KubeScheduler',
|
|
45
|
-
Etcd = 'Etcd',
|
|
46
|
-
ClusterAutoscaler = 'ClusterAutoscaler',
|
|
47
|
-
KubeBrain = 'KubeBrain',
|
|
48
|
-
GodelScheduler = 'GodelScheduler',
|
|
49
|
-
GodelDispatcher = 'GodelDispatcher',
|
|
50
|
-
GodelBinder = 'GodelBinder'
|
|
51
|
-
}
|
|
52
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ConditionForListAddonsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ConditionForListAddonsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ConditionForListAddonsOutput
|
|
26
|
-
*/
|
|
27
|
-
Type?: string;
|
|
28
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ConditionForListClustersOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ConditionForListClustersOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ConditionForListClustersOutput
|
|
26
|
-
*/
|
|
27
|
-
Type?: ConditionForListClustersOutputTypeEnum;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @export
|
|
32
|
-
* @enum {string}
|
|
33
|
-
*/
|
|
34
|
-
export enum ConditionForListClustersOutputTypeEnum {
|
|
35
|
-
Ok = 'Ok',
|
|
36
|
-
CreateError = 'CreateError',
|
|
37
|
-
Progressing = 'Progressing',
|
|
38
|
-
ClusterVersionUpgrading = 'ClusterVersionUpgrading',
|
|
39
|
-
Disconnected = 'Disconnected',
|
|
40
|
-
InvalidCertificate = 'InvalidCertificate',
|
|
41
|
-
SetByProvider = 'SetByProvider',
|
|
42
|
-
StockOut = 'StockOut',
|
|
43
|
-
LimitedByQuota = 'LimitedByQuota',
|
|
44
|
-
SetByUser = 'SetByUser',
|
|
45
|
-
Security = 'Security',
|
|
46
|
-
Balance = 'Balance',
|
|
47
|
-
Degraded = 'Degraded',
|
|
48
|
-
Waiting = 'Waiting',
|
|
49
|
-
ResourceCleanupFailed = 'ResourceCleanupFailed',
|
|
50
|
-
Unknown = 'Unknown',
|
|
51
|
-
UpdatingCluster = 'UpdatingCluster',
|
|
52
|
-
SyncingAddon = 'SyncingAddon',
|
|
53
|
-
SyncingNode = 'SyncingNode',
|
|
54
|
-
SyncingNodePool = 'SyncingNodePool'
|
|
55
|
-
}
|
|
56
|
-
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ConditionForListNodePoolsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ConditionForListNodePoolsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ConditionForListNodePoolsOutput
|
|
26
|
-
*/
|
|
27
|
-
Type?: ConditionForListNodePoolsOutputTypeEnum;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @export
|
|
32
|
-
* @enum {string}
|
|
33
|
-
*/
|
|
34
|
-
export enum ConditionForListNodePoolsOutputTypeEnum {
|
|
35
|
-
Ok = 'Ok',
|
|
36
|
-
StockOut = 'StockOut',
|
|
37
|
-
LimitedByQuota = 'LimitedByQuota',
|
|
38
|
-
Balance = 'Balance',
|
|
39
|
-
VersionPartlyUpgraded = 'VersionPartlyUpgraded',
|
|
40
|
-
ResourceCleanupFailed = 'ResourceCleanupFailed',
|
|
41
|
-
ClusterNotRunning = 'ClusterNotRunning',
|
|
42
|
-
Unknown = 'Unknown',
|
|
43
|
-
Progressing = 'Progressing',
|
|
44
|
-
ClusterVersionUpgrading = 'ClusterVersionUpgrading',
|
|
45
|
-
ScalingFailed = 'ScalingFailed'
|
|
46
|
-
}
|
|
47
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ConditionForListNodesOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ConditionForListNodesOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ConditionForListNodesOutput
|
|
26
|
-
*/
|
|
27
|
-
Type?: string;
|
|
28
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ActionForListRemedyConfigsOutput } from './action-for-list-remedy-configs-output';
|
|
16
|
-
import { DrainForListRemedyConfigsOutput } from './drain-for-list-remedy-configs-output';
|
|
17
|
-
import { InterveneCordonForListRemedyConfigsOutput } from './intervene-cordon-for-list-remedy-configs-output';
|
|
18
|
-
import { InterveneDrainForListRemedyConfigsOutput } from './intervene-drain-for-list-remedy-configs-output';
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface ConfigForListRemedyConfigsOutput
|
|
24
|
-
*/
|
|
25
|
-
export interface ConfigForListRemedyConfigsOutput {
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @type {ActionForListRemedyConfigsOutput}
|
|
29
|
-
* @memberof ConfigForListRemedyConfigsOutput
|
|
30
|
-
*/
|
|
31
|
-
Action?: ActionForListRemedyConfigsOutput;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof ConfigForListRemedyConfigsOutput
|
|
36
|
-
*/
|
|
37
|
-
AutoRestoreSchedule?: boolean;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @type {DrainForListRemedyConfigsOutput}
|
|
41
|
-
* @memberof ConfigForListRemedyConfigsOutput
|
|
42
|
-
*/
|
|
43
|
-
Drain?: DrainForListRemedyConfigsOutput;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @type {InterveneCordonForListRemedyConfigsOutput}
|
|
47
|
-
* @memberof ConfigForListRemedyConfigsOutput
|
|
48
|
-
*/
|
|
49
|
-
InterveneCordon?: InterveneCordonForListRemedyConfigsOutput;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @type {InterveneDrainForListRemedyConfigsOutput}
|
|
53
|
-
* @memberof ConfigForListRemedyConfigsOutput
|
|
54
|
-
*/
|
|
55
|
-
InterveneDrain?: InterveneDrainForListRemedyConfigsOutput;
|
|
56
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { ProxyConfigForListClustersOutput } from './proxy-config-for-list-clusters-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ConnectorConfigForListClustersOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface ConnectorConfigForListClustersOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ConnectorConfigForListClustersOutput
|
|
27
|
-
*/
|
|
28
|
-
Provider?: ConnectorConfigForListClustersOutputProviderEnum;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {ProxyConfigForListClustersOutput}
|
|
32
|
-
* @memberof ConnectorConfigForListClustersOutput
|
|
33
|
-
*/
|
|
34
|
-
ProxyConfig?: ProxyConfigForListClustersOutput;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ConnectorConfigForListClustersOutput
|
|
39
|
-
*/
|
|
40
|
-
Type?: ConnectorConfigForListClustersOutputTypeEnum;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @export
|
|
45
|
-
* @enum {string}
|
|
46
|
-
*/
|
|
47
|
-
export enum ConnectorConfigForListClustersOutputProviderEnum {
|
|
48
|
-
VeStack = 'VeStack',
|
|
49
|
-
Vke = 'Vke',
|
|
50
|
-
Ack = 'Ack',
|
|
51
|
-
Tke = 'Tke',
|
|
52
|
-
Cce = 'Cce',
|
|
53
|
-
None = 'None',
|
|
54
|
-
BaiduCce = 'BaiduCce',
|
|
55
|
-
Gke = 'Gke',
|
|
56
|
-
Eks = 'Eks'
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* @export
|
|
60
|
-
* @enum {string}
|
|
61
|
-
*/
|
|
62
|
-
export enum ConnectorConfigForListClustersOutputTypeEnum {
|
|
63
|
-
Direct = 'Direct',
|
|
64
|
-
Proxy = 'Proxy',
|
|
65
|
-
Agent = 'Agent'
|
|
66
|
-
}
|
|
67
|
-
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { RegistryProxyConfigForCreateDefaultNodePoolInput } from './registry-proxy-config-for-create-default-node-pool-input';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ContainerdConfigForCreateDefaultNodePoolInput
|
|
21
|
-
*/
|
|
22
|
-
export interface ContainerdConfigForCreateDefaultNodePoolInput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof ContainerdConfigForCreateDefaultNodePoolInput
|
|
27
|
-
*/
|
|
28
|
-
InsecureRegistries?: Array<string>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {Array<RegistryProxyConfigForCreateDefaultNodePoolInput>}
|
|
32
|
-
* @memberof ContainerdConfigForCreateDefaultNodePoolInput
|
|
33
|
-
*/
|
|
34
|
-
RegistryProxyConfigs?: Array<RegistryProxyConfigForCreateDefaultNodePoolInput>;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { RegistryProxyConfigForCreateNodePoolInput } from './registry-proxy-config-for-create-node-pool-input';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ContainerdConfigForCreateNodePoolInput
|
|
21
|
-
*/
|
|
22
|
-
export interface ContainerdConfigForCreateNodePoolInput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof ContainerdConfigForCreateNodePoolInput
|
|
27
|
-
*/
|
|
28
|
-
InsecureRegistries?: Array<string>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {Array<RegistryProxyConfigForCreateNodePoolInput>}
|
|
32
|
-
* @memberof ContainerdConfigForCreateNodePoolInput
|
|
33
|
-
*/
|
|
34
|
-
RegistryProxyConfigs?: Array<RegistryProxyConfigForCreateNodePoolInput>;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { RegistryProxyConfigForListNodePoolsOutput } from './registry-proxy-config-for-list-node-pools-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ContainerdConfigForListNodePoolsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface ContainerdConfigForListNodePoolsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof ContainerdConfigForListNodePoolsOutput
|
|
27
|
-
*/
|
|
28
|
-
InsecureRegistries?: Array<string>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {Array<RegistryProxyConfigForListNodePoolsOutput>}
|
|
32
|
-
* @memberof ContainerdConfigForListNodePoolsOutput
|
|
33
|
-
*/
|
|
34
|
-
RegistryProxyConfigs?: Array<RegistryProxyConfigForListNodePoolsOutput>;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { RegistryProxyConfigForUpdateNodePoolConfigInput } from './registry-proxy-config-for-update-node-pool-config-input';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ContainerdConfigForUpdateNodePoolConfigInput
|
|
21
|
-
*/
|
|
22
|
-
export interface ContainerdConfigForUpdateNodePoolConfigInput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<string>}
|
|
26
|
-
* @memberof ContainerdConfigForUpdateNodePoolConfigInput
|
|
27
|
-
*/
|
|
28
|
-
InsecureRegistries?: Array<string>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {Array<RegistryProxyConfigForUpdateNodePoolConfigInput>}
|
|
32
|
-
* @memberof ContainerdConfigForUpdateNodePoolConfigInput
|
|
33
|
-
*/
|
|
34
|
-
RegistryProxyConfigs?: Array<RegistryProxyConfigForUpdateNodePoolConfigInput>;
|
|
35
|
-
}
|