@alicloud/cs20151215 6.6.4 → 6.7.0
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/client.d.ts +220 -124
- package/dist/client.js +247 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +491 -284
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +464 -214
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +353 -216
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +277 -183
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/RunNodeOperationRequest.d.ts +22 -0
- package/dist/models/RunNodeOperationRequest.js +63 -0
- package/dist/models/RunNodeOperationRequest.js.map +1 -0
- package/dist/models/RunNodeOperationResponse.d.ts +19 -0
- package/dist/models/RunNodeOperationResponse.js +69 -0
- package/dist/models/RunNodeOperationResponse.js.map +1 -0
- package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
- package/dist/models/RunNodeOperationResponseBody.js +62 -0
- package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +251 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +493 -284
- package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +466 -214
- package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +356 -217
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +279 -183
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/RunNodeOperationRequest.ts +40 -0
- package/src/models/RunNodeOperationResponse.ts +40 -0
- package/src/models/RunNodeOperationResponseBody.ts +45 -0
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
- package/src/models/model.ts +3 -0
|
@@ -7,13 +7,15 @@ import { Tag } from "./Tag";
|
|
|
7
7
|
export class DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpgrade extends $dara.Model {
|
|
8
8
|
/**
|
|
9
9
|
* @remarks
|
|
10
|
-
* The
|
|
10
|
+
* The upgrade channel. For more information, see [Upgrade channels](https://help.aliyun.com/document_detail/2712866.html).
|
|
11
11
|
*
|
|
12
12
|
* Valid values:
|
|
13
13
|
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
14
|
+
* - `patch`: Upgrades the cluster to the latest available patch version.
|
|
15
|
+
*
|
|
16
|
+
* - `stable`: Upgrades the cluster to the latest stable minor version. This version is typically the second latest minor version.
|
|
17
|
+
*
|
|
18
|
+
* - `rapid`: Upgrades the cluster to the latest available minor version.
|
|
17
19
|
*
|
|
18
20
|
* @example
|
|
19
21
|
* patch
|
|
@@ -21,7 +23,7 @@ export class DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpg
|
|
|
21
23
|
channel?: string;
|
|
22
24
|
/**
|
|
23
25
|
* @remarks
|
|
24
|
-
*
|
|
26
|
+
* Indicates whether auto-upgrade is enabled for the cluster.
|
|
25
27
|
*
|
|
26
28
|
* @example
|
|
27
29
|
* true
|
|
@@ -53,7 +55,7 @@ export class DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpg
|
|
|
53
55
|
export class DescribeClustersV1ResponseBodyClustersOperationPolicy extends $dara.Model {
|
|
54
56
|
/**
|
|
55
57
|
* @remarks
|
|
56
|
-
* The
|
|
58
|
+
* The cluster auto-upgrade policy.
|
|
57
59
|
*/
|
|
58
60
|
clusterAutoUpgrade?: DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpgrade;
|
|
59
61
|
static names(): { [key: string]: string } {
|
|
@@ -99,7 +101,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
99
101
|
clusterId?: string;
|
|
100
102
|
/**
|
|
101
103
|
* @remarks
|
|
102
|
-
* The
|
|
104
|
+
* The edition of the cluster.
|
|
103
105
|
*
|
|
104
106
|
* @example
|
|
105
107
|
* ack.standard
|
|
@@ -107,7 +109,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
107
109
|
clusterSpec?: string;
|
|
108
110
|
/**
|
|
109
111
|
* @remarks
|
|
110
|
-
* The type
|
|
112
|
+
* The cluster type.
|
|
111
113
|
*
|
|
112
114
|
* @example
|
|
113
115
|
* Kubernetes
|
|
@@ -115,34 +117,35 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
115
117
|
clusterType?: string;
|
|
116
118
|
/**
|
|
117
119
|
* @remarks
|
|
118
|
-
* The
|
|
120
|
+
* The CIDR block of pods. This parameter is applicable to Flannel networks.
|
|
119
121
|
*
|
|
120
122
|
* @example
|
|
121
|
-
* 172.20.
|
|
123
|
+
* 172.20.xx.xx/16
|
|
122
124
|
*/
|
|
123
125
|
containerCidr?: string;
|
|
124
126
|
/**
|
|
125
127
|
* @remarks
|
|
126
|
-
* The time
|
|
128
|
+
* The time when the cluster was created.
|
|
127
129
|
*
|
|
128
130
|
* @example
|
|
129
|
-
*
|
|
131
|
+
* 2025-04-07T09:57:26+08:00
|
|
130
132
|
*/
|
|
131
133
|
created?: string;
|
|
132
134
|
/**
|
|
133
135
|
* @remarks
|
|
134
|
-
* The
|
|
136
|
+
* The current version of the cluster.
|
|
135
137
|
*
|
|
136
138
|
* @example
|
|
137
|
-
* 1.
|
|
139
|
+
* 1.32.1-aliyun.1
|
|
138
140
|
*/
|
|
139
141
|
currentVersion?: string;
|
|
140
142
|
/**
|
|
141
143
|
* @remarks
|
|
142
|
-
*
|
|
144
|
+
* Indicates whether deletion protection is enabled. If deletion protection is enabled, you cannot delete the cluster in the console or by calling an API operation. Valid values:
|
|
145
|
+
*
|
|
146
|
+
* - `true`: Deletion protection is enabled.
|
|
143
147
|
*
|
|
144
|
-
*
|
|
145
|
-
* * `false`: disables deletion protection for the cluster. This way, the cluster can be deleted in the ACK console or by calling API operations.
|
|
148
|
+
* - `false`: Deletion protection is disabled.
|
|
146
149
|
*
|
|
147
150
|
* @example
|
|
148
151
|
* true
|
|
@@ -150,7 +153,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
150
153
|
deletionProtection?: boolean;
|
|
151
154
|
/**
|
|
152
155
|
* @remarks
|
|
153
|
-
* The Docker version
|
|
156
|
+
* The Docker version of the cluster.
|
|
154
157
|
*
|
|
155
158
|
* @example
|
|
156
159
|
* 19.03.5
|
|
@@ -160,9 +163,9 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
160
163
|
dockerVersion?: string;
|
|
161
164
|
/**
|
|
162
165
|
* @remarks
|
|
163
|
-
* The ID of the Server Load Balancer (SLB) instance that is used
|
|
166
|
+
* The ID of the Server Load Balancer (SLB) instance that is used for the Ingress.
|
|
164
167
|
*
|
|
165
|
-
*
|
|
168
|
+
* Default instance specification: slb.s1.small (performance-guaranteed).
|
|
166
169
|
*
|
|
167
170
|
* @example
|
|
168
171
|
* lb-2vcrbmlevo6kjpgch****
|
|
@@ -172,18 +175,19 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
172
175
|
externalLoadbalancerId?: string;
|
|
173
176
|
/**
|
|
174
177
|
* @remarks
|
|
175
|
-
* The version of the cluster. For
|
|
178
|
+
* The initial version of the cluster. For information about the Kubernetes versions supported by ACK, see [Kubernetes release overview](https://help.aliyun.com/document_detail/185269.html).
|
|
176
179
|
*
|
|
177
180
|
* @example
|
|
178
|
-
* 1.
|
|
181
|
+
* 1.32.1-aliyun.1
|
|
179
182
|
*/
|
|
180
183
|
initVersion?: string;
|
|
181
184
|
/**
|
|
182
185
|
* @remarks
|
|
183
186
|
* The IP stack of the cluster. Valid values:
|
|
184
187
|
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
188
|
+
* - `ipv4`: an IPv4-only cluster.
|
|
189
|
+
*
|
|
190
|
+
* - `dual`: a dual-stack cluster that supports both IPv4 and IPv6.
|
|
187
191
|
*
|
|
188
192
|
* @example
|
|
189
193
|
* ipv4
|
|
@@ -196,10 +200,10 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
196
200
|
maintenanceWindow?: MaintenanceWindow;
|
|
197
201
|
/**
|
|
198
202
|
* @remarks
|
|
199
|
-
* The
|
|
203
|
+
* The endpoints of the API server. The endpoints include an internal endpoint and a public endpoint.
|
|
200
204
|
*
|
|
201
205
|
* @example
|
|
202
|
-
* {\\"api_server_endpoint\\":\\"\\",\\"intranet_api_server_endpoint\\":\\"https://192.168.
|
|
206
|
+
* {\\"api_server_endpoint\\":\\"\\",\\"intranet_api_server_endpoint\\":\\"https://192.168.xx.xx:6443\\"}
|
|
203
207
|
*/
|
|
204
208
|
masterUrl?: string;
|
|
205
209
|
/**
|
|
@@ -207,12 +211,12 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
207
211
|
* The metadata of the cluster.
|
|
208
212
|
*
|
|
209
213
|
* @example
|
|
210
|
-
* {\\"Addons\\":[{\\"config\\":***}
|
|
214
|
+
* {\\"Addons\\":[{\\"config\\":***}}
|
|
211
215
|
*/
|
|
212
216
|
metaData?: string;
|
|
213
217
|
/**
|
|
214
218
|
* @remarks
|
|
215
|
-
* The cluster
|
|
219
|
+
* The name of the cluster.
|
|
216
220
|
*
|
|
217
221
|
* @example
|
|
218
222
|
* cluster-demo
|
|
@@ -222,10 +226,13 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
222
226
|
* @remarks
|
|
223
227
|
* The network mode of the cluster. Valid values:
|
|
224
228
|
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
+
* - `classic`: classic network
|
|
230
|
+
*
|
|
231
|
+
* - `vpc`: VPC
|
|
232
|
+
*
|
|
233
|
+
* - `overlay`: overlay network
|
|
234
|
+
*
|
|
235
|
+
* - `calico`: Calico network
|
|
229
236
|
*
|
|
230
237
|
* @example
|
|
231
238
|
* vpc
|
|
@@ -235,23 +242,24 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
235
242
|
networkMode?: string;
|
|
236
243
|
/**
|
|
237
244
|
* @remarks
|
|
238
|
-
* The
|
|
245
|
+
* The version to which the cluster can be upgraded.
|
|
239
246
|
*
|
|
240
247
|
* @example
|
|
241
|
-
* 1.
|
|
248
|
+
* 1.xx.x-aliyun.1
|
|
242
249
|
*/
|
|
243
250
|
nextVersion?: string;
|
|
244
251
|
/**
|
|
245
252
|
* @remarks
|
|
246
|
-
* The
|
|
253
|
+
* The auto O\\&M policy of the cluster.
|
|
247
254
|
*/
|
|
248
255
|
operationPolicy?: DescribeClustersV1ResponseBodyClustersOperationPolicy;
|
|
249
256
|
/**
|
|
250
257
|
* @remarks
|
|
251
|
-
* Indicates whether
|
|
258
|
+
* Indicates whether PrivateZone is enabled. Valid values:
|
|
259
|
+
*
|
|
260
|
+
* - `true`: PrivateZone is enabled.
|
|
252
261
|
*
|
|
253
|
-
*
|
|
254
|
-
* * `false`: Alibaba Cloud DNS PrivateZone is disabled.
|
|
262
|
+
* - `false`: PrivateZone is disabled.
|
|
255
263
|
*
|
|
256
264
|
* @example
|
|
257
265
|
* false
|
|
@@ -269,10 +277,11 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
269
277
|
profile?: string;
|
|
270
278
|
/**
|
|
271
279
|
* @remarks
|
|
272
|
-
* The kube-proxy mode.
|
|
280
|
+
* The kube-proxy proxy mode.
|
|
281
|
+
*
|
|
282
|
+
* - `iptables`: a stable and mature proxy mode. The service discovery and load balancing of Kubernetes Services are implemented by using iptables rules. This mode offers moderate performance and is suitable for clusters that have a small number of Services.
|
|
273
283
|
*
|
|
274
|
-
*
|
|
275
|
-
* * `ipvs`: provides high performance and uses IP Virtual Server (IPVS). This allows you to configure service discovery and load balancing. This mode is suitable for clusters that are required to run a large number of services. We recommend that you use this mode in scenarios that require high load balancing performance.
|
|
284
|
+
* - `ipvs`: a high-performance proxy mode. The service discovery and load balancing of Kubernetes Services are implemented by using the Linux IP Virtual Server (IPVS) module. This mode is suitable for clusters that have a large number of Services and require high-performance load balancing.
|
|
276
285
|
*
|
|
277
286
|
* @example
|
|
278
287
|
* ipvs
|
|
@@ -280,7 +289,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
280
289
|
proxyMode?: string;
|
|
281
290
|
/**
|
|
282
291
|
* @remarks
|
|
283
|
-
* The
|
|
292
|
+
* The ID of the region where the cluster is deployed.
|
|
284
293
|
*
|
|
285
294
|
* @example
|
|
286
295
|
* cn-beijing
|
|
@@ -296,7 +305,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
296
305
|
resourceGroupId?: string;
|
|
297
306
|
/**
|
|
298
307
|
* @remarks
|
|
299
|
-
* The ID of the security group
|
|
308
|
+
* The ID of the security group to which the cluster belongs.
|
|
300
309
|
*
|
|
301
310
|
* @example
|
|
302
311
|
* sg-2vcgwsrwgt5mp0yi****
|
|
@@ -304,17 +313,17 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
304
313
|
securityGroupId?: string;
|
|
305
314
|
/**
|
|
306
315
|
* @remarks
|
|
307
|
-
* The
|
|
316
|
+
* The CIDR block of Services.
|
|
308
317
|
*
|
|
309
318
|
* This parameter is required.
|
|
310
319
|
*
|
|
311
320
|
* @example
|
|
312
|
-
* 172.21.
|
|
321
|
+
* 172.21.xx.xx/20
|
|
313
322
|
*/
|
|
314
323
|
serviceCidr?: string;
|
|
315
324
|
/**
|
|
316
325
|
* @remarks
|
|
317
|
-
* The number of nodes in the cluster
|
|
326
|
+
* The total number of nodes in the cluster. This includes master nodes and worker nodes.
|
|
318
327
|
*
|
|
319
328
|
* @example
|
|
320
329
|
* 5
|
|
@@ -322,20 +331,37 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
322
331
|
size?: number;
|
|
323
332
|
/**
|
|
324
333
|
* @remarks
|
|
325
|
-
* The
|
|
334
|
+
* The state of the cluster. Valid values:
|
|
335
|
+
*
|
|
336
|
+
* - `initial`: The cluster is being created.
|
|
337
|
+
*
|
|
338
|
+
* - `failed`: The cluster failed to be created.
|
|
339
|
+
*
|
|
340
|
+
* - `running`: The cluster is running.
|
|
341
|
+
*
|
|
342
|
+
* - `updating`: The cluster is being updated.
|
|
343
|
+
*
|
|
344
|
+
* - `upgrading`: The cluster is being upgraded.
|
|
345
|
+
*
|
|
346
|
+
* - `removing`: Nodes are being removed from the cluster.
|
|
347
|
+
*
|
|
348
|
+
* - `draining`: Nodes in the cluster are being drained.
|
|
349
|
+
*
|
|
350
|
+
* - `scaling`: The cluster is being scaled.
|
|
351
|
+
*
|
|
352
|
+
* - `inactive`: The cluster is inactive.
|
|
353
|
+
*
|
|
354
|
+
* - `unavailable`: The cluster is unavailable.
|
|
355
|
+
*
|
|
356
|
+
* - `deleting`: The cluster is being deleted.
|
|
357
|
+
*
|
|
358
|
+
* - `deleted`: The cluster has been deleted.
|
|
359
|
+
*
|
|
360
|
+
* - `delete_failed`: The cluster failed to be deleted.
|
|
361
|
+
*
|
|
362
|
+
* - `waiting`: The cluster is awaiting connection.
|
|
326
363
|
*
|
|
327
|
-
*
|
|
328
|
-
* * `failed`: The cluster failed to be created.
|
|
329
|
-
* * `running`: The cluster is running.
|
|
330
|
-
* * `upgrading`: The cluster is undergoing an upgrade.
|
|
331
|
-
* * `updating`: Cluster specification changes are being applied.
|
|
332
|
-
* * `removing`: Nodes are being removed from the node pool.
|
|
333
|
-
* * `draining`: Node draining is in progress.
|
|
334
|
-
* * `scaling`: Auto-scaling operation is in progress for the cluster.
|
|
335
|
-
* * `stopped`: The cluster has stopped running.
|
|
336
|
-
* * `deleting`: The cluster is being deleted.
|
|
337
|
-
* * `deleted`: The cluster has been deleted.
|
|
338
|
-
* * `delete_failed`: The cluster failed to be deleted.
|
|
364
|
+
* - `disconnected`: The cluster is disconnected.
|
|
339
365
|
*
|
|
340
366
|
* @example
|
|
341
367
|
* running
|
|
@@ -343,22 +369,22 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
343
369
|
state?: string;
|
|
344
370
|
/**
|
|
345
371
|
* @remarks
|
|
346
|
-
* This parameter is deprecated. Use the container_cidr parameter to obtain the pod CIDR block.
|
|
372
|
+
* This parameter is deprecated. Use the `container_cidr` parameter to obtain the pod CIDR block.
|
|
347
373
|
*
|
|
348
374
|
* @example
|
|
349
|
-
*
|
|
375
|
+
* null
|
|
350
376
|
*
|
|
351
377
|
* @deprecated
|
|
352
378
|
*/
|
|
353
379
|
subnetCidr?: string;
|
|
354
380
|
/**
|
|
355
381
|
* @remarks
|
|
356
|
-
* The
|
|
382
|
+
* The tags of the cluster.
|
|
357
383
|
*/
|
|
358
384
|
tags?: Tag[];
|
|
359
385
|
/**
|
|
360
386
|
* @remarks
|
|
361
|
-
* The time zone
|
|
387
|
+
* The time zone of the cluster.
|
|
362
388
|
*
|
|
363
389
|
* @example
|
|
364
390
|
* Asia/Shanghai
|
|
@@ -366,15 +392,15 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
366
392
|
timezone?: string;
|
|
367
393
|
/**
|
|
368
394
|
* @remarks
|
|
369
|
-
* The time when the cluster was updated.
|
|
395
|
+
* The time when the cluster was last updated.
|
|
370
396
|
*
|
|
371
397
|
* @example
|
|
372
|
-
*
|
|
398
|
+
* 2025-04-07T09:57:26+08:00
|
|
373
399
|
*/
|
|
374
400
|
updated?: string;
|
|
375
401
|
/**
|
|
376
402
|
* @remarks
|
|
377
|
-
* The ID of the
|
|
403
|
+
* The ID of the VPC in which the cluster is deployed.
|
|
378
404
|
*
|
|
379
405
|
* @example
|
|
380
406
|
* vpc-2vcg932hsxsxuqbgl****
|
|
@@ -382,7 +408,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
382
408
|
vpcId?: string;
|
|
383
409
|
/**
|
|
384
410
|
* @remarks
|
|
385
|
-
* The ID of the vSwitch
|
|
411
|
+
* The ID of the vSwitch to which the cluster belongs.
|
|
386
412
|
*
|
|
387
413
|
* @example
|
|
388
414
|
* vsw-2vc41xuumx5z2rdma****,vsw-2vc41xuumx5z2rdma****
|
|
@@ -392,12 +418,12 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
392
418
|
vswitchId?: string;
|
|
393
419
|
/**
|
|
394
420
|
* @remarks
|
|
395
|
-
* The vSwitches of the control
|
|
421
|
+
* The vSwitches of the cluster control plane.
|
|
396
422
|
*/
|
|
397
423
|
vswitchIds?: string[];
|
|
398
424
|
/**
|
|
399
425
|
* @remarks
|
|
400
|
-
* The name of the worker
|
|
426
|
+
* The name of the worker RAM role. This role is used to authorize Elastic Compute Service (ECS) instances to be used as worker nodes.
|
|
401
427
|
*
|
|
402
428
|
* @example
|
|
403
429
|
* KubernetesWorkerRole-ec87d15b-edca-4302-933f-c8a16bf0****
|
|
@@ -407,7 +433,7 @@ export class DescribeClustersV1ResponseBodyClusters extends $dara.Model {
|
|
|
407
433
|
workerRamRoleName?: string;
|
|
408
434
|
/**
|
|
409
435
|
* @remarks
|
|
410
|
-
* The ID of the zone
|
|
436
|
+
* The ID of the zone in which the cluster is deployed.
|
|
411
437
|
*
|
|
412
438
|
* @example
|
|
413
439
|
* cn-beijing-b
|
|
@@ -539,7 +565,7 @@ export class DescribeClustersV1ResponseBodyPageInfo extends $dara.Model {
|
|
|
539
565
|
pageSize?: number;
|
|
540
566
|
/**
|
|
541
567
|
* @remarks
|
|
542
|
-
* The total number of entries returned.
|
|
568
|
+
* The total number of entries that were returned.
|
|
543
569
|
*
|
|
544
570
|
* @example
|
|
545
571
|
* 50
|
|
@@ -573,7 +599,7 @@ export class DescribeClustersV1ResponseBodyPageInfo extends $dara.Model {
|
|
|
573
599
|
export class DescribeClustersV1ResponseBody extends $dara.Model {
|
|
574
600
|
/**
|
|
575
601
|
* @remarks
|
|
576
|
-
*
|
|
602
|
+
* A list of clusters.
|
|
577
603
|
*/
|
|
578
604
|
clusters?: DescribeClustersV1ResponseBodyClusters[];
|
|
579
605
|
/**
|
|
@@ -15,7 +15,7 @@ export class DescribeEventsForRegionRequest extends $dara.Model {
|
|
|
15
15
|
nextToken?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The number
|
|
18
|
+
* The page number.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 1
|
|
@@ -23,7 +23,11 @@ export class DescribeEventsForRegionRequest extends $dara.Model {
|
|
|
23
23
|
pageNumber?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The number of
|
|
26
|
+
* The number of entries to return on each page.
|
|
27
|
+
*
|
|
28
|
+
* Valid values: 1 to 100.
|
|
29
|
+
*
|
|
30
|
+
* Default value: 50.
|
|
27
31
|
*
|
|
28
32
|
* @example
|
|
29
33
|
* 50
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeEventsForRegionResponseBodyEventsData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The event level.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* info
|
|
@@ -13,7 +13,7 @@ export class DescribeEventsForRegionResponseBodyEventsData extends $dara.Model {
|
|
|
13
13
|
level?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The event message.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* Start to upgrade NodePool nodePool/nodePool-A
|
|
@@ -21,7 +21,7 @@ export class DescribeEventsForRegionResponseBodyEventsData extends $dara.Model {
|
|
|
21
21
|
message?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The event
|
|
24
|
+
* The reason for the event.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* Started
|
|
@@ -58,12 +58,12 @@ export class DescribeEventsForRegionResponseBodyEvents extends $dara.Model {
|
|
|
58
58
|
* The cluster ID.
|
|
59
59
|
*
|
|
60
60
|
* @example
|
|
61
|
-
*
|
|
61
|
+
* c82e6987e2961451182edacd74faf****
|
|
62
62
|
*/
|
|
63
63
|
clusterId?: string;
|
|
64
64
|
/**
|
|
65
65
|
* @remarks
|
|
66
|
-
* The
|
|
66
|
+
* The event data.
|
|
67
67
|
*/
|
|
68
68
|
data?: DescribeEventsForRegionResponseBodyEventsData;
|
|
69
69
|
/**
|
|
@@ -71,28 +71,31 @@ export class DescribeEventsForRegionResponseBodyEvents extends $dara.Model {
|
|
|
71
71
|
* The event ID.
|
|
72
72
|
*
|
|
73
73
|
* @example
|
|
74
|
-
*
|
|
74
|
+
* e-9ad04f72-8ee7-46bf-a02c-e4a06b39****
|
|
75
75
|
*/
|
|
76
76
|
eventId?: string;
|
|
77
77
|
/**
|
|
78
78
|
* @remarks
|
|
79
79
|
* The event source.
|
|
80
|
+
*
|
|
81
|
+
* @example
|
|
82
|
+
* task
|
|
80
83
|
*/
|
|
81
84
|
source?: string;
|
|
82
85
|
/**
|
|
83
86
|
* @remarks
|
|
84
|
-
* The
|
|
87
|
+
* The event subject.
|
|
85
88
|
*
|
|
86
89
|
* @example
|
|
87
|
-
*
|
|
90
|
+
* npdd89dc2b76c04f14b06774883b******
|
|
88
91
|
*/
|
|
89
92
|
subject?: string;
|
|
90
93
|
/**
|
|
91
94
|
* @remarks
|
|
92
|
-
* The time when the event
|
|
95
|
+
* The time when the event occurred.
|
|
93
96
|
*
|
|
94
97
|
* @example
|
|
95
|
-
*
|
|
98
|
+
* 2025-05-14T10:00:56+08:00
|
|
96
99
|
*/
|
|
97
100
|
time?: string;
|
|
98
101
|
/**
|
|
@@ -142,7 +145,7 @@ export class DescribeEventsForRegionResponseBodyEvents extends $dara.Model {
|
|
|
142
145
|
export class DescribeEventsForRegionResponseBodyPageInfo extends $dara.Model {
|
|
143
146
|
/**
|
|
144
147
|
* @remarks
|
|
145
|
-
* The number
|
|
148
|
+
* The page number.
|
|
146
149
|
*
|
|
147
150
|
* @example
|
|
148
151
|
* 1
|
|
@@ -150,7 +153,7 @@ export class DescribeEventsForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
150
153
|
pageNumber?: number;
|
|
151
154
|
/**
|
|
152
155
|
* @remarks
|
|
153
|
-
* The number of
|
|
156
|
+
* The number of entries returned on each page.
|
|
154
157
|
*
|
|
155
158
|
* @example
|
|
156
159
|
* 50
|
|
@@ -158,7 +161,7 @@ export class DescribeEventsForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
158
161
|
pageSize?: number;
|
|
159
162
|
/**
|
|
160
163
|
* @remarks
|
|
161
|
-
* The total number of entries
|
|
164
|
+
* The total number of entries.
|
|
162
165
|
*
|
|
163
166
|
* @example
|
|
164
167
|
* 3
|
|
@@ -192,13 +195,17 @@ export class DescribeEventsForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
192
195
|
export class DescribeEventsForRegionResponseBody extends $dara.Model {
|
|
193
196
|
/**
|
|
194
197
|
* @remarks
|
|
195
|
-
*
|
|
198
|
+
* A list of events.
|
|
196
199
|
*/
|
|
197
200
|
events?: DescribeEventsForRegionResponseBodyEvents[];
|
|
201
|
+
/**
|
|
202
|
+
* @remarks
|
|
203
|
+
* The pagination token that is used in the next request to retrieve a new page of results. If this parameter is empty, all results have been returned.
|
|
204
|
+
*/
|
|
198
205
|
nextToken?: string;
|
|
199
206
|
/**
|
|
200
207
|
* @remarks
|
|
201
|
-
* The pagination
|
|
208
|
+
* The pagination information.
|
|
202
209
|
*/
|
|
203
210
|
pageInfo?: DescribeEventsForRegionResponseBodyPageInfo;
|
|
204
211
|
static names(): { [key: string]: string } {
|
|
@@ -11,11 +11,25 @@ export class DescribeEventsRequest extends $dara.Model {
|
|
|
11
11
|
* cf62854ac2130470897be7a27ed1f****
|
|
12
12
|
*/
|
|
13
13
|
clusterId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The maximum number of results to return.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 10
|
|
20
|
+
*/
|
|
14
21
|
maxResults?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The pagination token. Set this parameter to the value of `NextToken` returned by the previous API call.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 5c0a1c0f91c14c6****
|
|
28
|
+
*/
|
|
15
29
|
nextToken?: string;
|
|
16
30
|
/**
|
|
17
31
|
* @remarks
|
|
18
|
-
* The page
|
|
32
|
+
* The number of the page to return.
|
|
19
33
|
*
|
|
20
34
|
* @example
|
|
21
35
|
* 1
|
|
@@ -23,7 +37,11 @@ export class DescribeEventsRequest extends $dara.Model {
|
|
|
23
37
|
pageNumber?: number;
|
|
24
38
|
/**
|
|
25
39
|
* @remarks
|
|
26
|
-
* The number of
|
|
40
|
+
* The maximum number of results per page.
|
|
41
|
+
*
|
|
42
|
+
* Valid values: [1,100].
|
|
43
|
+
*
|
|
44
|
+
* Default: 50.
|
|
27
45
|
*
|
|
28
46
|
* @example
|
|
29
47
|
* 50
|
|
@@ -31,24 +49,39 @@ export class DescribeEventsRequest extends $dara.Model {
|
|
|
31
49
|
pageSize?: number;
|
|
32
50
|
/**
|
|
33
51
|
* @remarks
|
|
34
|
-
* The event type. Valid values:
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
+
* The event type. If you do not specify this parameter, events of all types are returned. Valid values:
|
|
53
|
+
*
|
|
54
|
+
* - `cluster_create`: Create a cluster.
|
|
55
|
+
*
|
|
56
|
+
* - `cluster_scaleout`: Scale out a cluster.
|
|
57
|
+
*
|
|
58
|
+
* - `cluster_attach`: Attach an existing node.
|
|
59
|
+
*
|
|
60
|
+
* - `cluster_delete`: Delete a cluster.
|
|
61
|
+
*
|
|
62
|
+
* - `cluster_upgrade`: Upgrade a cluster.
|
|
63
|
+
*
|
|
64
|
+
* - `cluster_migrate`: Migrate a cluster.
|
|
65
|
+
*
|
|
66
|
+
* - `cluster_node_delete`: Remove a node.
|
|
67
|
+
*
|
|
68
|
+
* - `cluster_node_drain`: Drain a node.
|
|
69
|
+
*
|
|
70
|
+
* - `cluster_modify`: Modify a cluster.
|
|
71
|
+
*
|
|
72
|
+
* - `cluster_configuration_modify`: Modify the control plane configuration of a cluster.
|
|
73
|
+
*
|
|
74
|
+
* - `cluster_addon_install`: Install an add-on.
|
|
75
|
+
*
|
|
76
|
+
* - `cluster_addon_upgrade`: Upgrade an add-on.
|
|
77
|
+
*
|
|
78
|
+
* - `cluster_addon_uninstall`: Uninstall an add-on.
|
|
79
|
+
*
|
|
80
|
+
* - `runtime_upgrade`: Upgrade the runtime.
|
|
81
|
+
*
|
|
82
|
+
* - `nodepool_upgrade`: Upgrade a node pool.
|
|
83
|
+
*
|
|
84
|
+
* - `nodepool_update`: Update a node pool.
|
|
52
85
|
*
|
|
53
86
|
* @example
|
|
54
87
|
* nodepool_upgrade
|