@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,50 +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 { ConditionForListClustersOutput } from './condition-for-list-clusters-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface StatusForListClustersOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface StatusForListClustersOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<ConditionForListClustersOutput>}
|
|
26
|
-
* @memberof StatusForListClustersOutput
|
|
27
|
-
*/
|
|
28
|
-
Conditions?: Array<ConditionForListClustersOutput>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof StatusForListClustersOutput
|
|
33
|
-
*/
|
|
34
|
-
Phase?: StatusForListClustersOutputPhaseEnum;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
* @enum {string}
|
|
40
|
-
*/
|
|
41
|
-
export enum StatusForListClustersOutputPhaseEnum {
|
|
42
|
-
Running = 'Running',
|
|
43
|
-
Starting = 'Starting',
|
|
44
|
-
Stopped = 'Stopped',
|
|
45
|
-
Failed = 'Failed',
|
|
46
|
-
Updating = 'Updating',
|
|
47
|
-
Creating = 'Creating',
|
|
48
|
-
Deleting = 'Deleting'
|
|
49
|
-
}
|
|
50
|
-
|
|
@@ -1,65 +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 StatusForListNodePoolsInput
|
|
20
|
-
*/
|
|
21
|
-
export interface StatusForListNodePoolsInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StatusForListNodePoolsInput
|
|
26
|
-
*/
|
|
27
|
-
Conditions_Type?: StatusForListNodePoolsInputConditionsTypeEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StatusForListNodePoolsInput
|
|
32
|
-
*/
|
|
33
|
-
Phase?: StatusForListNodePoolsInputPhaseEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum StatusForListNodePoolsInputConditionsTypeEnum {
|
|
41
|
-
Ok = 'Ok',
|
|
42
|
-
StockOut = 'StockOut',
|
|
43
|
-
LimitedByQuota = 'LimitedByQuota',
|
|
44
|
-
Balance = 'Balance',
|
|
45
|
-
VersionPartlyUpgraded = 'VersionPartlyUpgraded',
|
|
46
|
-
ResourceCleanupFailed = 'ResourceCleanupFailed',
|
|
47
|
-
ClusterNotRunning = 'ClusterNotRunning',
|
|
48
|
-
Unknown = 'Unknown',
|
|
49
|
-
Progressing = 'Progressing',
|
|
50
|
-
ClusterVersionUpgrading = 'ClusterVersionUpgrading',
|
|
51
|
-
ScalingFailed = 'ScalingFailed'
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* @export
|
|
55
|
-
* @enum {string}
|
|
56
|
-
*/
|
|
57
|
-
export enum StatusForListNodePoolsInputPhaseEnum {
|
|
58
|
-
Creating = 'Creating',
|
|
59
|
-
Running = 'Running',
|
|
60
|
-
Updating = 'Updating',
|
|
61
|
-
Scaling = 'Scaling',
|
|
62
|
-
Deleting = 'Deleting',
|
|
63
|
-
Failed = 'Failed'
|
|
64
|
-
}
|
|
65
|
-
|
|
@@ -1,49 +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 { ConditionForListNodePoolsOutput } from './condition-for-list-node-pools-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface StatusForListNodePoolsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface StatusForListNodePoolsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<ConditionForListNodePoolsOutput>}
|
|
26
|
-
* @memberof StatusForListNodePoolsOutput
|
|
27
|
-
*/
|
|
28
|
-
Conditions?: Array<ConditionForListNodePoolsOutput>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof StatusForListNodePoolsOutput
|
|
33
|
-
*/
|
|
34
|
-
Phase?: StatusForListNodePoolsOutputPhaseEnum;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
* @enum {string}
|
|
40
|
-
*/
|
|
41
|
-
export enum StatusForListNodePoolsOutputPhaseEnum {
|
|
42
|
-
Creating = 'Creating',
|
|
43
|
-
Running = 'Running',
|
|
44
|
-
Updating = 'Updating',
|
|
45
|
-
Scaling = 'Scaling',
|
|
46
|
-
Deleting = 'Deleting',
|
|
47
|
-
Failed = 'Failed'
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,65 +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 StatusForListNodesInput
|
|
20
|
-
*/
|
|
21
|
-
export interface StatusForListNodesInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StatusForListNodesInput
|
|
26
|
-
*/
|
|
27
|
-
Conditions_Type?: StatusForListNodesInputConditionsTypeEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StatusForListNodesInput
|
|
32
|
-
*/
|
|
33
|
-
Phase?: StatusForListNodesInputPhaseEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum StatusForListNodesInputConditionsTypeEnum {
|
|
41
|
-
Ok = 'Ok',
|
|
42
|
-
Unschedulable = 'Unschedulable',
|
|
43
|
-
NotReady = 'NotReady',
|
|
44
|
-
InitializeFailed = 'InitializeFailed',
|
|
45
|
-
ResourceCleanupFailed = 'ResourceCleanupFailed',
|
|
46
|
-
Security = 'Security',
|
|
47
|
-
Balance = 'Balance',
|
|
48
|
-
Unknown = 'Unknown',
|
|
49
|
-
Progressing = 'Progressing'
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* @export
|
|
53
|
-
* @enum {string}
|
|
54
|
-
*/
|
|
55
|
-
export enum StatusForListNodesInputPhaseEnum {
|
|
56
|
-
Creating = 'Creating',
|
|
57
|
-
Running = 'Running',
|
|
58
|
-
Deleting = 'Deleting',
|
|
59
|
-
Updating = 'Updating',
|
|
60
|
-
Failed = 'Failed',
|
|
61
|
-
Starting = 'Starting',
|
|
62
|
-
Stopping = 'Stopping',
|
|
63
|
-
Stopped = 'Stopped'
|
|
64
|
-
}
|
|
65
|
-
|
|
@@ -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 { ConditionForListNodesOutput } from './condition-for-list-nodes-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface StatusForListNodesOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface StatusForListNodesOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {Array<ConditionForListNodesOutput>}
|
|
26
|
-
* @memberof StatusForListNodesOutput
|
|
27
|
-
*/
|
|
28
|
-
Conditions?: Array<ConditionForListNodesOutput>;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof StatusForListNodesOutput
|
|
33
|
-
*/
|
|
34
|
-
Phase?: string;
|
|
35
|
-
}
|
|
@@ -1,44 +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 SystemReservedForCreateDefaultNodePoolInput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemReservedForCreateDefaultNodePoolInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemReservedForCreateDefaultNodePoolInput
|
|
26
|
-
*/
|
|
27
|
-
Name?: SystemReservedForCreateDefaultNodePoolInputNameEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SystemReservedForCreateDefaultNodePoolInput
|
|
32
|
-
*/
|
|
33
|
-
Quantity?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum SystemReservedForCreateDefaultNodePoolInputNameEnum {
|
|
41
|
-
Cpu = 'cpu',
|
|
42
|
-
Memory = 'memory'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,44 +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 SystemReservedForCreateNodePoolInput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemReservedForCreateNodePoolInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemReservedForCreateNodePoolInput
|
|
26
|
-
*/
|
|
27
|
-
Name?: SystemReservedForCreateNodePoolInputNameEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SystemReservedForCreateNodePoolInput
|
|
32
|
-
*/
|
|
33
|
-
Quantity?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum SystemReservedForCreateNodePoolInputNameEnum {
|
|
41
|
-
Cpu = 'cpu',
|
|
42
|
-
Memory = 'memory'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,44 +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 SystemReservedForListNodePoolsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemReservedForListNodePoolsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemReservedForListNodePoolsOutput
|
|
26
|
-
*/
|
|
27
|
-
Name?: SystemReservedForListNodePoolsOutputNameEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SystemReservedForListNodePoolsOutput
|
|
32
|
-
*/
|
|
33
|
-
Quantity?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum SystemReservedForListNodePoolsOutputNameEnum {
|
|
41
|
-
Cpu = 'cpu',
|
|
42
|
-
Memory = 'memory'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,44 +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 SystemReservedForUpdateNodePoolConfigInput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemReservedForUpdateNodePoolConfigInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemReservedForUpdateNodePoolConfigInput
|
|
26
|
-
*/
|
|
27
|
-
Name?: SystemReservedForUpdateNodePoolConfigInputNameEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SystemReservedForUpdateNodePoolConfigInput
|
|
32
|
-
*/
|
|
33
|
-
Quantity?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum SystemReservedForUpdateNodePoolConfigInputNameEnum {
|
|
41
|
-
Cpu = 'cpu',
|
|
42
|
-
Memory = 'memory'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,64 +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 SystemVolumeForCreateNodePoolInput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemVolumeForCreateNodePoolInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemVolumeForCreateNodePoolInput
|
|
26
|
-
*/
|
|
27
|
-
PlacementGroupId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof SystemVolumeForCreateNodePoolInput
|
|
32
|
-
*/
|
|
33
|
-
Size?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof SystemVolumeForCreateNodePoolInput
|
|
38
|
-
*/
|
|
39
|
-
SubgroupNumber?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof SystemVolumeForCreateNodePoolInput
|
|
44
|
-
*/
|
|
45
|
-
Type?: SystemVolumeForCreateNodePoolInputTypeEnum;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @export
|
|
50
|
-
* @enum {string}
|
|
51
|
-
*/
|
|
52
|
-
export enum SystemVolumeForCreateNodePoolInputTypeEnum {
|
|
53
|
-
ESSD = 'ESSD',
|
|
54
|
-
ESSDPL0 = 'ESSD_PL0',
|
|
55
|
-
ESSDFlexPL = 'ESSD_FlexPL',
|
|
56
|
-
UltraDisk = 'Ultra_Disk',
|
|
57
|
-
TSSDTL0 = 'TSSD_TL0',
|
|
58
|
-
RSSDRL0 = 'RSSD_RL0',
|
|
59
|
-
LOCALSSD = 'LOCAL_SSD',
|
|
60
|
-
LOCALHDD = 'LOCAL_HDD',
|
|
61
|
-
LOCALSSDSRIOV = 'LOCAL_SSD_SRIOV',
|
|
62
|
-
LOCALLVMSSD = 'LOCAL_LVM_SSD'
|
|
63
|
-
}
|
|
64
|
-
|
|
@@ -1,64 +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 SystemVolumeForListNodePoolsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemVolumeForListNodePoolsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemVolumeForListNodePoolsOutput
|
|
26
|
-
*/
|
|
27
|
-
PlacementGroupId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof SystemVolumeForListNodePoolsOutput
|
|
32
|
-
*/
|
|
33
|
-
Size?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof SystemVolumeForListNodePoolsOutput
|
|
38
|
-
*/
|
|
39
|
-
SubgroupNumber?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof SystemVolumeForListNodePoolsOutput
|
|
44
|
-
*/
|
|
45
|
-
Type?: SystemVolumeForListNodePoolsOutputTypeEnum;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @export
|
|
50
|
-
* @enum {string}
|
|
51
|
-
*/
|
|
52
|
-
export enum SystemVolumeForListNodePoolsOutputTypeEnum {
|
|
53
|
-
ESSD = 'ESSD',
|
|
54
|
-
ESSDPL0 = 'ESSD_PL0',
|
|
55
|
-
ESSDFlexPL = 'ESSD_FlexPL',
|
|
56
|
-
UltraDisk = 'Ultra_Disk',
|
|
57
|
-
TSSDTL0 = 'TSSD_TL0',
|
|
58
|
-
RSSDRL0 = 'RSSD_RL0',
|
|
59
|
-
LOCALSSD = 'LOCAL_SSD',
|
|
60
|
-
LOCALHDD = 'LOCAL_HDD',
|
|
61
|
-
LOCALSSDSRIOV = 'LOCAL_SSD_SRIOV',
|
|
62
|
-
LOCALLVMSSD = 'LOCAL_LVM_SSD'
|
|
63
|
-
}
|
|
64
|
-
|
|
@@ -1,64 +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 SystemVolumeForUpdateNodePoolConfigInput
|
|
20
|
-
*/
|
|
21
|
-
export interface SystemVolumeForUpdateNodePoolConfigInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SystemVolumeForUpdateNodePoolConfigInput
|
|
26
|
-
*/
|
|
27
|
-
PlacementGroupId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof SystemVolumeForUpdateNodePoolConfigInput
|
|
32
|
-
*/
|
|
33
|
-
Size?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof SystemVolumeForUpdateNodePoolConfigInput
|
|
38
|
-
*/
|
|
39
|
-
SubgroupNumber?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof SystemVolumeForUpdateNodePoolConfigInput
|
|
44
|
-
*/
|
|
45
|
-
Type?: SystemVolumeForUpdateNodePoolConfigInputTypeEnum;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @export
|
|
50
|
-
* @enum {string}
|
|
51
|
-
*/
|
|
52
|
-
export enum SystemVolumeForUpdateNodePoolConfigInputTypeEnum {
|
|
53
|
-
ESSD = 'ESSD',
|
|
54
|
-
ESSDPL0 = 'ESSD_PL0',
|
|
55
|
-
ESSDFlexPL = 'ESSD_FlexPL',
|
|
56
|
-
UltraDisk = 'Ultra_Disk',
|
|
57
|
-
TSSDTL0 = 'TSSD_TL0',
|
|
58
|
-
RSSDRL0 = 'RSSD_RL0',
|
|
59
|
-
LOCALSSD = 'LOCAL_SSD',
|
|
60
|
-
LOCALHDD = 'LOCAL_HDD',
|
|
61
|
-
LOCALSSDSRIOV = 'LOCAL_SSD_SRIOV',
|
|
62
|
-
LOCALLVMSSD = 'LOCAL_LVM_SSD'
|
|
63
|
-
}
|
|
64
|
-
|
|
@@ -1,34 +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 TagFilterForListTagsForResourcesInput
|
|
20
|
-
*/
|
|
21
|
-
export interface TagFilterForListTagsForResourcesInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof TagFilterForListTagsForResourcesInput
|
|
26
|
-
*/
|
|
27
|
-
Key?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {Array<string>}
|
|
31
|
-
* @memberof TagFilterForListTagsForResourcesInput
|
|
32
|
-
*/
|
|
33
|
-
Values?: Array<string>;
|
|
34
|
-
}
|