@volcengine/vke 1.0.1 → 1.0.3
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 +6 -2
- 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,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 { LabelForListRemedyConfigsOutput } from './label-for-list-remedy-configs-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InterveneDrainForListRemedyConfigsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface InterveneDrainForListRemedyConfigsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {boolean}
|
|
26
|
-
* @memberof InterveneDrainForListRemedyConfigsOutput
|
|
27
|
-
*/
|
|
28
|
-
Enabled?: boolean;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {LabelForListRemedyConfigsOutput}
|
|
32
|
-
* @memberof InterveneDrainForListRemedyConfigsOutput
|
|
33
|
-
*/
|
|
34
|
-
Label?: LabelForListRemedyConfigsOutput;
|
|
35
|
-
}
|
|
@@ -1,58 +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 IrsaConfigForListClustersOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface IrsaConfigForListClustersOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
26
|
-
*/
|
|
27
|
-
Audience?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {boolean}
|
|
31
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
32
|
-
*/
|
|
33
|
-
Enabled?: boolean;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
38
|
-
*/
|
|
39
|
-
Issuer?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
44
|
-
*/
|
|
45
|
-
JwksUrl?: string;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
50
|
-
*/
|
|
51
|
-
OidcTrn?: string;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof IrsaConfigForListClustersOutput
|
|
56
|
-
*/
|
|
57
|
-
OpenIdConfigUrl?: string;
|
|
58
|
-
}
|
|
@@ -1,108 +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 { StatusForListAddonsOutput } from './status-for-list-addons-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ItemForListAddonsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface ItemForListAddonsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ItemForListAddonsOutput
|
|
27
|
-
*/
|
|
28
|
-
ClusterId?: string;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ItemForListAddonsOutput
|
|
33
|
-
*/
|
|
34
|
-
Config?: string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ItemForListAddonsOutput
|
|
39
|
-
*/
|
|
40
|
-
CreateClientToken?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ItemForListAddonsOutput
|
|
45
|
-
*/
|
|
46
|
-
CreateTime?: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof ItemForListAddonsOutput
|
|
51
|
-
*/
|
|
52
|
-
DeployMode?: ItemForListAddonsOutputDeployModeEnum;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof ItemForListAddonsOutput
|
|
57
|
-
*/
|
|
58
|
-
DeployNodeType?: ItemForListAddonsOutputDeployNodeTypeEnum;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof ItemForListAddonsOutput
|
|
63
|
-
*/
|
|
64
|
-
Name?: string;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {StatusForListAddonsOutput}
|
|
68
|
-
* @memberof ItemForListAddonsOutput
|
|
69
|
-
*/
|
|
70
|
-
Status?: StatusForListAddonsOutput;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof ItemForListAddonsOutput
|
|
75
|
-
*/
|
|
76
|
-
UpdateClientToken?: string;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof ItemForListAddonsOutput
|
|
81
|
-
*/
|
|
82
|
-
UpdateTime?: string;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof ItemForListAddonsOutput
|
|
87
|
-
*/
|
|
88
|
-
Version?: string;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* @export
|
|
93
|
-
* @enum {string}
|
|
94
|
-
*/
|
|
95
|
-
export enum ItemForListAddonsOutputDeployModeEnum {
|
|
96
|
-
Managed = 'Managed',
|
|
97
|
-
Unmanaged = 'Unmanaged'
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* @export
|
|
101
|
-
* @enum {string}
|
|
102
|
-
*/
|
|
103
|
-
export enum ItemForListAddonsOutputDeployNodeTypeEnum {
|
|
104
|
-
Node = 'Node',
|
|
105
|
-
VirtualNode = 'VirtualNode',
|
|
106
|
-
EdgeNode = 'EdgeNode'
|
|
107
|
-
}
|
|
108
|
-
|
|
@@ -1,183 +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 { ClusterConfigForListClustersOutput } from './cluster-config-for-list-clusters-output';
|
|
16
|
-
import { ConnectorConfigForListClustersOutput } from './connector-config-for-list-clusters-output';
|
|
17
|
-
import { IrsaConfigForListClustersOutput } from './irsa-config-for-list-clusters-output';
|
|
18
|
-
import { LoggingConfigForListClustersOutput } from './logging-config-for-list-clusters-output';
|
|
19
|
-
import { MonitoringConfigForListClustersOutput } from './monitoring-config-for-list-clusters-output';
|
|
20
|
-
import { NodeStatisticsForListClustersOutput } from './node-statistics-for-list-clusters-output';
|
|
21
|
-
import { PodsConfigForListClustersOutput } from './pods-config-for-list-clusters-output';
|
|
22
|
-
import { RegisterMonitoringConfigForListClustersOutput } from './register-monitoring-config-for-list-clusters-output';
|
|
23
|
-
import { ServicesConfigForListClustersOutput } from './services-config-for-list-clusters-output';
|
|
24
|
-
import { StatusForListClustersOutput } from './status-for-list-clusters-output';
|
|
25
|
-
import { TagForListClustersOutput } from './tag-for-list-clusters-output';
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* @export
|
|
30
|
-
* @interface ItemForListClustersOutput
|
|
31
|
-
*/
|
|
32
|
-
export interface ItemForListClustersOutput {
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @type {ClusterConfigForListClustersOutput}
|
|
36
|
-
* @memberof ItemForListClustersOutput
|
|
37
|
-
*/
|
|
38
|
-
ClusterConfig?: ClusterConfigForListClustersOutput;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* @type {ConnectorConfigForListClustersOutput}
|
|
42
|
-
* @memberof ItemForListClustersOutput
|
|
43
|
-
*/
|
|
44
|
-
ConnectorConfig?: ConnectorConfigForListClustersOutput;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof ItemForListClustersOutput
|
|
49
|
-
*/
|
|
50
|
-
CreateClientToken?: string;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof ItemForListClustersOutput
|
|
55
|
-
*/
|
|
56
|
-
CreateTime?: string;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @memberof ItemForListClustersOutput
|
|
61
|
-
*/
|
|
62
|
-
DeleteProtectionEnabled?: boolean;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @type {string}
|
|
66
|
-
* @memberof ItemForListClustersOutput
|
|
67
|
-
*/
|
|
68
|
-
Description?: string;
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* @type {string}
|
|
72
|
-
* @memberof ItemForListClustersOutput
|
|
73
|
-
*/
|
|
74
|
-
Id?: string;
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* @type {IrsaConfigForListClustersOutput}
|
|
78
|
-
* @memberof ItemForListClustersOutput
|
|
79
|
-
*/
|
|
80
|
-
IrsaConfig?: IrsaConfigForListClustersOutput;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof ItemForListClustersOutput
|
|
85
|
-
*/
|
|
86
|
-
KubernetesVersion?: string;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* @type {LoggingConfigForListClustersOutput}
|
|
90
|
-
* @memberof ItemForListClustersOutput
|
|
91
|
-
*/
|
|
92
|
-
LoggingConfig?: LoggingConfigForListClustersOutput;
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* @type {string}
|
|
96
|
-
* @memberof ItemForListClustersOutput
|
|
97
|
-
*/
|
|
98
|
-
Message?: string;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* @type {MonitoringConfigForListClustersOutput}
|
|
102
|
-
* @memberof ItemForListClustersOutput
|
|
103
|
-
*/
|
|
104
|
-
MonitoringConfig?: MonitoringConfigForListClustersOutput;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @type {string}
|
|
108
|
-
* @memberof ItemForListClustersOutput
|
|
109
|
-
*/
|
|
110
|
-
Name?: string;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* @type {NodeStatisticsForListClustersOutput}
|
|
114
|
-
* @memberof ItemForListClustersOutput
|
|
115
|
-
*/
|
|
116
|
-
NodeStatistics?: NodeStatisticsForListClustersOutput;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* @type {PodsConfigForListClustersOutput}
|
|
120
|
-
* @memberof ItemForListClustersOutput
|
|
121
|
-
*/
|
|
122
|
-
PodsConfig?: PodsConfigForListClustersOutput;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* @type {string}
|
|
126
|
-
* @memberof ItemForListClustersOutput
|
|
127
|
-
*/
|
|
128
|
-
ProjectName?: string;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* @type {RegisterMonitoringConfigForListClustersOutput}
|
|
132
|
-
* @memberof ItemForListClustersOutput
|
|
133
|
-
*/
|
|
134
|
-
RegisterMonitoringConfig?: RegisterMonitoringConfigForListClustersOutput;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @type {ServicesConfigForListClustersOutput}
|
|
138
|
-
* @memberof ItemForListClustersOutput
|
|
139
|
-
*/
|
|
140
|
-
ServicesConfig?: ServicesConfigForListClustersOutput;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* @type {StatusForListClustersOutput}
|
|
144
|
-
* @memberof ItemForListClustersOutput
|
|
145
|
-
*/
|
|
146
|
-
Status?: StatusForListClustersOutput;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* @type {Array<TagForListClustersOutput>}
|
|
150
|
-
* @memberof ItemForListClustersOutput
|
|
151
|
-
*/
|
|
152
|
-
Tags?: Array<TagForListClustersOutput>;
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* @type {string}
|
|
156
|
-
* @memberof ItemForListClustersOutput
|
|
157
|
-
*/
|
|
158
|
-
Type?: ItemForListClustersOutputTypeEnum;
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* @type {string}
|
|
162
|
-
* @memberof ItemForListClustersOutput
|
|
163
|
-
*/
|
|
164
|
-
UpdateClientToken?: string;
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* @type {string}
|
|
168
|
-
* @memberof ItemForListClustersOutput
|
|
169
|
-
*/
|
|
170
|
-
UpdateTime?: string;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* @export
|
|
175
|
-
* @enum {string}
|
|
176
|
-
*/
|
|
177
|
-
export enum ItemForListClustersOutputTypeEnum {
|
|
178
|
-
Managed = 'Managed',
|
|
179
|
-
Standard = 'Standard',
|
|
180
|
-
Registered = 'Registered',
|
|
181
|
-
OnPremise = 'OnPremise'
|
|
182
|
-
}
|
|
183
|
-
|
|
@@ -1,41 +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 { LabelForListInstanceTypeLabelsOutput } from './label-for-list-instance-type-labels-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ItemForListInstanceTypeLabelsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface ItemForListInstanceTypeLabelsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ItemForListInstanceTypeLabelsOutput
|
|
27
|
-
*/
|
|
28
|
-
InstanceType?: string;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ItemForListInstanceTypeLabelsOutput
|
|
33
|
-
*/
|
|
34
|
-
InstanceTypeId?: string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {Array<LabelForListInstanceTypeLabelsOutput>}
|
|
38
|
-
* @memberof ItemForListInstanceTypeLabelsOutput
|
|
39
|
-
*/
|
|
40
|
-
Labels?: Array<LabelForListInstanceTypeLabelsOutput>;
|
|
41
|
-
}
|
|
@@ -1,70 +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 ItemForListKubeconfigsOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ItemForListKubeconfigsOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
26
|
-
*/
|
|
27
|
-
ClusterId?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
32
|
-
*/
|
|
33
|
-
CreateTime?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
38
|
-
*/
|
|
39
|
-
ExpireTime?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
44
|
-
*/
|
|
45
|
-
Id?: string;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
50
|
-
*/
|
|
51
|
-
Kubeconfig?: string;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {number}
|
|
55
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
56
|
-
*/
|
|
57
|
-
RoleId?: number;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
62
|
-
*/
|
|
63
|
-
Type?: string;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @type {number}
|
|
67
|
-
* @memberof ItemForListKubeconfigsOutput
|
|
68
|
-
*/
|
|
69
|
-
UserId?: number;
|
|
70
|
-
}
|
|
@@ -1,113 +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 { AutoScalingForListNodePoolsOutput } from './auto-scaling-for-list-node-pools-output';
|
|
16
|
-
import { ConvertTagForListNodePoolsOutput } from './convert-tag-for-list-node-pools-output';
|
|
17
|
-
import { KubernetesConfigForListNodePoolsOutput } from './kubernetes-config-for-list-node-pools-output';
|
|
18
|
-
import { ManagementForListNodePoolsOutput } from './management-for-list-node-pools-output';
|
|
19
|
-
import { NodeConfigForListNodePoolsOutput } from './node-config-for-list-node-pools-output';
|
|
20
|
-
import { NodeStatisticsForListNodePoolsOutput } from './node-statistics-for-list-node-pools-output';
|
|
21
|
-
import { StatusForListNodePoolsOutput } from './status-for-list-node-pools-output';
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface ItemForListNodePoolsOutput
|
|
27
|
-
*/
|
|
28
|
-
export interface ItemForListNodePoolsOutput {
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {AutoScalingForListNodePoolsOutput}
|
|
32
|
-
* @memberof ItemForListNodePoolsOutput
|
|
33
|
-
*/
|
|
34
|
-
AutoScaling?: AutoScalingForListNodePoolsOutput;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ItemForListNodePoolsOutput
|
|
39
|
-
*/
|
|
40
|
-
ClusterId?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ItemForListNodePoolsOutput
|
|
45
|
-
*/
|
|
46
|
-
CreateClientToken?: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof ItemForListNodePoolsOutput
|
|
51
|
-
*/
|
|
52
|
-
CreateTime?: string;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof ItemForListNodePoolsOutput
|
|
57
|
-
*/
|
|
58
|
-
Id?: string;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {KubernetesConfigForListNodePoolsOutput}
|
|
62
|
-
* @memberof ItemForListNodePoolsOutput
|
|
63
|
-
*/
|
|
64
|
-
KubernetesConfig?: KubernetesConfigForListNodePoolsOutput;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {ManagementForListNodePoolsOutput}
|
|
68
|
-
* @memberof ItemForListNodePoolsOutput
|
|
69
|
-
*/
|
|
70
|
-
Management?: ManagementForListNodePoolsOutput;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof ItemForListNodePoolsOutput
|
|
75
|
-
*/
|
|
76
|
-
Name?: string;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @type {NodeConfigForListNodePoolsOutput}
|
|
80
|
-
* @memberof ItemForListNodePoolsOutput
|
|
81
|
-
*/
|
|
82
|
-
NodeConfig?: NodeConfigForListNodePoolsOutput;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @type {NodeStatisticsForListNodePoolsOutput}
|
|
86
|
-
* @memberof ItemForListNodePoolsOutput
|
|
87
|
-
*/
|
|
88
|
-
NodeStatistics?: NodeStatisticsForListNodePoolsOutput;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @type {StatusForListNodePoolsOutput}
|
|
92
|
-
* @memberof ItemForListNodePoolsOutput
|
|
93
|
-
*/
|
|
94
|
-
Status?: StatusForListNodePoolsOutput;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @type {Array<ConvertTagForListNodePoolsOutput>}
|
|
98
|
-
* @memberof ItemForListNodePoolsOutput
|
|
99
|
-
*/
|
|
100
|
-
Tags?: Array<ConvertTagForListNodePoolsOutput>;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof ItemForListNodePoolsOutput
|
|
105
|
-
*/
|
|
106
|
-
UpdateClientToken?: string;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof ItemForListNodePoolsOutput
|
|
111
|
-
*/
|
|
112
|
-
UpdateTime?: string;
|
|
113
|
-
}
|