@alicloud/cs20151215 6.6.3 → 6.6.5
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 +202 -124
- package/dist/client.js +202 -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 +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +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 +496 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
- 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 +358 -228
- 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 +274 -180
- 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/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 +2 -0
- package/dist/models/model.js +58 -54
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +202 -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 +125 -25
- 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 +515 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
- 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 +361 -229
- 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 +276 -180
- 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/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 +2 -0
|
@@ -3,10 +3,11 @@ import { MaintenanceWindow } from "./MaintenanceWindow";
|
|
|
3
3
|
export declare class ModifyClusterRequestApiServerCustomCertSans extends $dara.Model {
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
* Specifies whether to overwrite or
|
|
6
|
+
* Specifies whether to overwrite or append the SAN configuration. Valid values:
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* - overwrite: Overwrites the existing configuration.
|
|
9
|
+
*
|
|
10
|
+
* - append: Appends to the existing configuration.
|
|
10
11
|
*
|
|
11
12
|
* @example
|
|
12
13
|
* append
|
|
@@ -31,20 +32,23 @@ export declare class ModifyClusterRequestApiServerCustomCertSans extends $dara.M
|
|
|
31
32
|
export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model {
|
|
32
33
|
/**
|
|
33
34
|
* @remarks
|
|
34
|
-
* Specifies whether to enable auto-renewal for control plane
|
|
35
|
+
* Specifies whether to enable auto-renewal for control plane node instances. This parameter takes effect only when `charge_type` is set to `PrePaid`. Valid values:
|
|
36
|
+
*
|
|
37
|
+
* - `true`: Enables auto-renewal.
|
|
35
38
|
*
|
|
36
|
-
*
|
|
37
|
-
* * `false`: disables auto-renewal.
|
|
39
|
+
* - `false`: Disables auto-renewal.
|
|
38
40
|
*
|
|
39
|
-
* Default value: `false
|
|
41
|
+
* Default value: `false`.
|
|
40
42
|
*
|
|
41
43
|
* @example
|
|
42
|
-
*
|
|
44
|
+
* false
|
|
43
45
|
*/
|
|
44
46
|
autoRenew?: boolean;
|
|
45
47
|
/**
|
|
46
48
|
* @remarks
|
|
47
|
-
* The auto-renewal
|
|
49
|
+
* The auto-renewal duration for each renewal of control plane node instances.
|
|
50
|
+
*
|
|
51
|
+
* Valid values: {1, 2, 3, 6, 12}. Unit: months.
|
|
48
52
|
*
|
|
49
53
|
* Default value: 1.
|
|
50
54
|
*
|
|
@@ -54,23 +58,25 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
54
58
|
autoRenewPeriod?: number;
|
|
55
59
|
/**
|
|
56
60
|
* @remarks
|
|
57
|
-
* The billing method
|
|
61
|
+
* The billing method for control plane node instances. Valid values:
|
|
62
|
+
*
|
|
63
|
+
* - `PrePaid`: Subscription.
|
|
58
64
|
*
|
|
59
|
-
*
|
|
60
|
-
* * `PostPaid`: pay-as-you-go.
|
|
65
|
+
* - `PostPaid`: Pay-as-you-go.
|
|
61
66
|
*
|
|
62
67
|
* Default value: `PostPaid`.
|
|
63
68
|
*
|
|
64
69
|
* @example
|
|
65
|
-
*
|
|
70
|
+
* PostPaid
|
|
66
71
|
*/
|
|
67
72
|
chargeType?: string;
|
|
68
73
|
/**
|
|
69
74
|
* @remarks
|
|
70
|
-
* Specifies whether to install the CloudMonitor agent. Valid values:
|
|
75
|
+
* Specifies whether to install the CloudMonitor agent on control plane nodes. Valid values:
|
|
76
|
+
*
|
|
77
|
+
* - `true`: Installs the CloudMonitor agent.
|
|
71
78
|
*
|
|
72
|
-
*
|
|
73
|
-
* * `false`: does not install the CloudMonitor agent.
|
|
79
|
+
* - `false`: Does not install the CloudMonitor agent.
|
|
74
80
|
*
|
|
75
81
|
* @example
|
|
76
82
|
* true
|
|
@@ -78,10 +84,11 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
78
84
|
cloudMonitorFlags?: boolean;
|
|
79
85
|
/**
|
|
80
86
|
* @remarks
|
|
81
|
-
* The CPU management policy
|
|
87
|
+
* The CPU management policy for nodes. Clusters of version 1.12.6 or later support the following policies:
|
|
82
88
|
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
89
|
+
* - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics on nodes.
|
|
90
|
+
*
|
|
91
|
+
* - `none`: Uses the default CPU affinity scheme.
|
|
85
92
|
*
|
|
86
93
|
* Default value: `none`.
|
|
87
94
|
*
|
|
@@ -91,7 +98,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
91
98
|
cpuPolicy?: string;
|
|
92
99
|
/**
|
|
93
100
|
* @remarks
|
|
94
|
-
* The
|
|
101
|
+
* The deployment set ID.
|
|
95
102
|
*
|
|
96
103
|
* @example
|
|
97
104
|
* ds-bp10b35imuam5amw****
|
|
@@ -99,7 +106,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
99
106
|
deploymentsetId?: string;
|
|
100
107
|
/**
|
|
101
108
|
* @remarks
|
|
102
|
-
* The custom image ID.
|
|
109
|
+
* The custom image ID. Specify this parameter when you use a custom image.
|
|
103
110
|
*
|
|
104
111
|
* @example
|
|
105
112
|
* aliyun_3_x64_20G_alibase_20240819.vhd
|
|
@@ -107,10 +114,11 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
107
114
|
imageId?: string;
|
|
108
115
|
/**
|
|
109
116
|
* @remarks
|
|
110
|
-
* The
|
|
117
|
+
* The operating system image type. Valid values:
|
|
118
|
+
*
|
|
119
|
+
* - `AliyunLinux3`: Alinux3 image.
|
|
111
120
|
*
|
|
112
|
-
*
|
|
113
|
-
* * `Custom`: the custom image.
|
|
121
|
+
* - `Custom`: Custom image.
|
|
114
122
|
*
|
|
115
123
|
* @example
|
|
116
124
|
* AliyunLinux3
|
|
@@ -118,12 +126,12 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
118
126
|
imageType?: string;
|
|
119
127
|
/**
|
|
120
128
|
* @remarks
|
|
121
|
-
* The
|
|
129
|
+
* The instance types. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
122
130
|
*/
|
|
123
131
|
instanceTypes?: string[];
|
|
124
132
|
/**
|
|
125
133
|
* @remarks
|
|
126
|
-
* The
|
|
134
|
+
* The key pair name. Specify either this parameter or `login_password`.
|
|
127
135
|
*
|
|
128
136
|
* @example
|
|
129
137
|
* ack
|
|
@@ -131,7 +139,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
131
139
|
keyPair?: string;
|
|
132
140
|
/**
|
|
133
141
|
* @remarks
|
|
134
|
-
* The
|
|
142
|
+
* The SSH logon password. Specify either this parameter or `key_pair`. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. To use password-based logon, specify this parameter during scale-out.
|
|
135
143
|
*
|
|
136
144
|
* @example
|
|
137
145
|
* Ack@2000.
|
|
@@ -139,7 +147,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
139
147
|
loginPassword?: string;
|
|
140
148
|
/**
|
|
141
149
|
* @remarks
|
|
142
|
-
*
|
|
150
|
+
* Valid port range: [30000,65535].
|
|
151
|
+
*
|
|
152
|
+
* Default value: 30000-32767.
|
|
143
153
|
*
|
|
144
154
|
* @example
|
|
145
155
|
* 30000-32767
|
|
@@ -147,9 +157,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
147
157
|
nodePortRange?: string;
|
|
148
158
|
/**
|
|
149
159
|
* @remarks
|
|
150
|
-
* The subscription duration
|
|
160
|
+
* The subscription duration for control plane node instances. This parameter is required and takes effect only when `charge_type` is set to `PrePaid`.
|
|
151
161
|
*
|
|
152
|
-
*
|
|
162
|
+
* When `period_unit=Month`, valid values are {1, 2, 3, 6, 12, 24, 36, 48, 60}.
|
|
153
163
|
*
|
|
154
164
|
* @example
|
|
155
165
|
* 1
|
|
@@ -157,9 +167,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
157
167
|
period?: number;
|
|
158
168
|
/**
|
|
159
169
|
* @remarks
|
|
160
|
-
* The billing cycle
|
|
170
|
+
* The billing cycle for control plane node instances. This parameter takes effect only when `charge_type` is set to `PrePaid`.
|
|
161
171
|
*
|
|
162
|
-
*
|
|
172
|
+
* `Month`: Billing by month. Only monthly billing is supported.
|
|
163
173
|
*
|
|
164
174
|
* @example
|
|
165
175
|
* Month
|
|
@@ -167,9 +177,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
167
177
|
periodUnit?: string;
|
|
168
178
|
/**
|
|
169
179
|
* @remarks
|
|
170
|
-
* The
|
|
180
|
+
* The container runtime. Valid values:
|
|
171
181
|
*
|
|
172
|
-
*
|
|
182
|
+
* - `containerd`: Recommended. Supported by all cluster versions.
|
|
173
183
|
*
|
|
174
184
|
* Default value: containerd.
|
|
175
185
|
*
|
|
@@ -179,20 +189,21 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
179
189
|
runtime?: string;
|
|
180
190
|
/**
|
|
181
191
|
* @remarks
|
|
182
|
-
*
|
|
192
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
193
|
+
*
|
|
194
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
183
195
|
*
|
|
184
|
-
*
|
|
185
|
-
* * `false`: disables Alibaba Cloud Linux Security Hardening.
|
|
196
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
186
197
|
*
|
|
187
|
-
* Default value: `false
|
|
198
|
+
* Default value: `false`.
|
|
188
199
|
*
|
|
189
200
|
* @example
|
|
190
|
-
*
|
|
201
|
+
* false
|
|
191
202
|
*/
|
|
192
203
|
securityHardeningOs?: boolean;
|
|
193
204
|
/**
|
|
194
205
|
* @remarks
|
|
195
|
-
* The number of control plane nodes.
|
|
206
|
+
* The number of control plane nodes. To scale out the control plane of a dedicated cluster, set this parameter to the target number of control plane nodes, which must be greater than the current number.
|
|
196
207
|
*
|
|
197
208
|
* @example
|
|
198
209
|
* 5
|
|
@@ -200,12 +211,13 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
200
211
|
size?: number;
|
|
201
212
|
/**
|
|
202
213
|
* @remarks
|
|
203
|
-
*
|
|
214
|
+
* MLPS 2.0 security hardening. For more information, see [Use MLPS 2.0 security hardening for ACK](https://help.aliyun.com/document_detail/196148.html).
|
|
204
215
|
*
|
|
205
216
|
* Valid values:
|
|
206
217
|
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
218
|
+
* - `true`: Enables MLPS 2.0 security hardening.
|
|
219
|
+
*
|
|
220
|
+
* - `false`: Disables MLPS 2.0 security hardening.
|
|
209
221
|
*
|
|
210
222
|
* Default value: `false`.
|
|
211
223
|
*
|
|
@@ -215,12 +227,13 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
215
227
|
socEnabled?: boolean;
|
|
216
228
|
/**
|
|
217
229
|
* @remarks
|
|
218
|
-
* Specifies whether to enable
|
|
230
|
+
* Specifies whether to enable performance burst for node system disks. Valid values:
|
|
231
|
+
*
|
|
232
|
+
* - `true`: Enables performance burst.
|
|
219
233
|
*
|
|
220
|
-
*
|
|
221
|
-
* * `false`: disables the burst feature.
|
|
234
|
+
* - `false`: Disables performance burst.
|
|
222
235
|
*
|
|
223
|
-
*
|
|
236
|
+
* You can set this parameter only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
|
|
224
237
|
*
|
|
225
238
|
* @example
|
|
226
239
|
* true
|
|
@@ -228,14 +241,17 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
228
241
|
systemDiskBurstingEnabled?: boolean;
|
|
229
242
|
/**
|
|
230
243
|
* @remarks
|
|
231
|
-
* The
|
|
244
|
+
* The system disk category for nodes. Valid values:
|
|
245
|
+
*
|
|
246
|
+
* - `cloud_efficiency`: Ultra disk.
|
|
247
|
+
*
|
|
248
|
+
* - `cloud_ssd`: Standard SSD.
|
|
232
249
|
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
250
|
+
* - `cloud_essd`: ESSD.
|
|
251
|
+
*
|
|
252
|
+
* - `cloud_auto`: ESSD AutoPL.
|
|
253
|
+
*
|
|
254
|
+
* - `cloud_essd_entry`: ESSD Entry.
|
|
239
255
|
*
|
|
240
256
|
* @example
|
|
241
257
|
* cloud_essd
|
|
@@ -243,7 +259,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
243
259
|
systemDiskCategory?: string;
|
|
244
260
|
/**
|
|
245
261
|
* @remarks
|
|
246
|
-
* The performance level
|
|
262
|
+
* The performance level of node system disks. This parameter applies only to ESSDs. The performance level depends on the disk size. For more information, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
|
|
247
263
|
*
|
|
248
264
|
* @example
|
|
249
265
|
* PL1
|
|
@@ -251,9 +267,9 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
251
267
|
systemDiskPerformanceLevel?: string;
|
|
252
268
|
/**
|
|
253
269
|
* @remarks
|
|
254
|
-
* The
|
|
270
|
+
* The provisioned read/write IOPS for node system disks. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}. Baseline performance = min{1,800 + 50 × capacity, 50,000}.
|
|
255
271
|
*
|
|
256
|
-
*
|
|
272
|
+
* You can set this parameter only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
|
|
257
273
|
*
|
|
258
274
|
* @example
|
|
259
275
|
* 1000
|
|
@@ -261,7 +277,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
261
277
|
systemDiskProvisionedIops?: number;
|
|
262
278
|
/**
|
|
263
279
|
* @remarks
|
|
264
|
-
* The
|
|
280
|
+
* The system disk size for nodes. Valid values: [40,500]. Unit: GiB.
|
|
265
281
|
*
|
|
266
282
|
* @example
|
|
267
283
|
* 120
|
|
@@ -269,7 +285,7 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
269
285
|
systemDiskSize?: number;
|
|
270
286
|
/**
|
|
271
287
|
* @remarks
|
|
272
|
-
* The
|
|
288
|
+
* The automatic snapshot policy ID for node system disks.
|
|
273
289
|
*
|
|
274
290
|
* @example
|
|
275
291
|
* sp-2zej1nogjvovnz4z****
|
|
@@ -287,7 +303,20 @@ export declare class ModifyClusterRequestControlPlaneConfig extends $dara.Model
|
|
|
287
303
|
});
|
|
288
304
|
}
|
|
289
305
|
export declare class ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsConfig extends $dara.Model {
|
|
306
|
+
/**
|
|
307
|
+
* @remarks
|
|
308
|
+
* The VPCs where cluster internal domain name resolution takes effect.
|
|
309
|
+
*/
|
|
290
310
|
bindVpcs?: string[];
|
|
311
|
+
/**
|
|
312
|
+
* @remarks
|
|
313
|
+
* Specifies whether to enable cluster internal domain name access. Valid values:
|
|
314
|
+
*
|
|
315
|
+
* - true: Enables cluster internal domain name access. Node-side components (kubelet, kube-proxy) access the API server through the cluster internal domain name.
|
|
316
|
+
*
|
|
317
|
+
* @example
|
|
318
|
+
* true
|
|
319
|
+
*/
|
|
291
320
|
enabled?: boolean;
|
|
292
321
|
static names(): {
|
|
293
322
|
[key: string]: string;
|
|
@@ -301,6 +330,10 @@ export declare class ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsC
|
|
|
301
330
|
});
|
|
302
331
|
}
|
|
303
332
|
export declare class ModifyClusterRequestControlPlaneEndpointsConfig extends $dara.Model {
|
|
333
|
+
/**
|
|
334
|
+
* @remarks
|
|
335
|
+
* Internal domain name configuration for the cluster. This feature is available for ACK managed clusters. Cluster internal domain names allow node-side system components such as kubelet and kube-proxy to access the API server. If this feature is disabled, node-side system components access the API server through the CLB IP address.
|
|
336
|
+
*/
|
|
304
337
|
internalDnsConfig?: ModifyClusterRequestControlPlaneEndpointsConfigInternalDnsConfig;
|
|
305
338
|
static names(): {
|
|
306
339
|
[key: string]: string;
|
|
@@ -316,13 +349,15 @@ export declare class ModifyClusterRequestControlPlaneEndpointsConfig extends $da
|
|
|
316
349
|
export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade extends $dara.Model {
|
|
317
350
|
/**
|
|
318
351
|
* @remarks
|
|
319
|
-
* The frequency of
|
|
352
|
+
* The frequency of automatic cluster upgrades. For more information, see [Upgrade frequency](https://help.aliyun.com/document_detail/2712866.html).
|
|
320
353
|
*
|
|
321
354
|
* Valid values:
|
|
322
355
|
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
356
|
+
* - patch: Latest patch version.
|
|
357
|
+
*
|
|
358
|
+
* - stable: Second latest minor version.
|
|
359
|
+
*
|
|
360
|
+
* - rapid: Latest minor version.
|
|
326
361
|
*
|
|
327
362
|
* @example
|
|
328
363
|
* patch
|
|
@@ -330,7 +365,11 @@ export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade exten
|
|
|
330
365
|
channel?: string;
|
|
331
366
|
/**
|
|
332
367
|
* @remarks
|
|
333
|
-
* Specifies whether to enable automatic
|
|
368
|
+
* Specifies whether to enable automatic cluster upgrades.
|
|
369
|
+
*
|
|
370
|
+
* - true: Enables automatic upgrades.
|
|
371
|
+
*
|
|
372
|
+
* - false: Disables automatic upgrades.
|
|
334
373
|
*
|
|
335
374
|
* @example
|
|
336
375
|
* true
|
|
@@ -350,7 +389,7 @@ export declare class ModifyClusterRequestOperationPolicyClusterAutoUpgrade exten
|
|
|
350
389
|
export declare class ModifyClusterRequestOperationPolicy extends $dara.Model {
|
|
351
390
|
/**
|
|
352
391
|
* @remarks
|
|
353
|
-
*
|
|
392
|
+
* Automatic cluster upgrade.
|
|
354
393
|
*/
|
|
355
394
|
clusterAutoUpgrade?: ModifyClusterRequestOperationPolicyClusterAutoUpgrade;
|
|
356
395
|
static names(): {
|
|
@@ -367,7 +406,11 @@ export declare class ModifyClusterRequestOperationPolicy extends $dara.Model {
|
|
|
367
406
|
export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model {
|
|
368
407
|
/**
|
|
369
408
|
* @remarks
|
|
370
|
-
* Specifies whether to enable system event
|
|
409
|
+
* Specifies whether to enable system event logging.
|
|
410
|
+
*
|
|
411
|
+
* - true: Enables system event logging.
|
|
412
|
+
*
|
|
413
|
+
* - false: Disables system event logging.
|
|
371
414
|
*
|
|
372
415
|
* @example
|
|
373
416
|
* true
|
|
@@ -375,7 +418,7 @@ export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model
|
|
|
375
418
|
enabled?: boolean;
|
|
376
419
|
/**
|
|
377
420
|
* @remarks
|
|
378
|
-
* The name
|
|
421
|
+
* The LogProject name for system event logging.
|
|
379
422
|
*
|
|
380
423
|
* @example
|
|
381
424
|
* k8s-log-cb95aa626a47740afbf6aa099b65****
|
|
@@ -395,22 +438,25 @@ export declare class ModifyClusterRequestSystemEventsLogging extends $dara.Model
|
|
|
395
438
|
export declare class ModifyClusterRequest extends $dara.Model {
|
|
396
439
|
/**
|
|
397
440
|
* @remarks
|
|
398
|
-
* The
|
|
441
|
+
* The access control list for the API server SLB of registered clusters.
|
|
399
442
|
*
|
|
400
443
|
* @deprecated
|
|
401
444
|
*/
|
|
402
445
|
accessControlList?: string[];
|
|
403
446
|
/**
|
|
404
447
|
* @remarks
|
|
405
|
-
*
|
|
448
|
+
* This parameter adds custom IP addresses or domain names to the SAN field of the API server certificate to control client access.
|
|
449
|
+
*
|
|
450
|
+
* Only managed clusters support this parameter.
|
|
406
451
|
*/
|
|
407
452
|
apiServerCustomCertSans?: ModifyClusterRequestApiServerCustomCertSans;
|
|
408
453
|
/**
|
|
409
454
|
* @remarks
|
|
410
|
-
* Specifies whether to
|
|
455
|
+
* Specifies whether to bind an EIP to the cluster for public network access to the API server. Valid values:
|
|
456
|
+
*
|
|
457
|
+
* - `true`: Binds an EIP to the cluster.
|
|
411
458
|
*
|
|
412
|
-
*
|
|
413
|
-
* * `false`: does not associate an EIP with the cluster.
|
|
459
|
+
* - `false`: Does not bind an EIP to the cluster.
|
|
414
460
|
*
|
|
415
461
|
* @example
|
|
416
462
|
* true
|
|
@@ -418,7 +464,7 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
418
464
|
apiServerEip?: boolean;
|
|
419
465
|
/**
|
|
420
466
|
* @remarks
|
|
421
|
-
* The
|
|
467
|
+
* The EIP instance ID bound to the cluster API server. This parameter takes effect only when `api_server_eip` is set to `true`.
|
|
422
468
|
*
|
|
423
469
|
* @example
|
|
424
470
|
* eip-wz9fnasl6dsfhmvci****
|
|
@@ -426,40 +472,63 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
426
472
|
apiServerEipId?: string;
|
|
427
473
|
/**
|
|
428
474
|
* @remarks
|
|
429
|
-
* The cluster name.
|
|
430
|
-
*
|
|
431
|
-
* The cluster name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). The cluster name cannot start with a hyphen (-).
|
|
475
|
+
* The custom cluster name. The name can contain digits, letters, Chinese characters, and hyphens (-). It must be 1 to 63 characters in length and cannot start with a hyphen (-).
|
|
432
476
|
*
|
|
433
477
|
* @example
|
|
434
478
|
* cluster-new-name
|
|
435
479
|
*/
|
|
436
480
|
clusterName?: string;
|
|
481
|
+
/**
|
|
482
|
+
* @remarks
|
|
483
|
+
* The cluster specification when you set `cluster_type` to `ManagedKubernetes` and configure `profile`. Valid values:
|
|
484
|
+
*
|
|
485
|
+
* - `ack.pro.small`: Pro
|
|
486
|
+
*
|
|
487
|
+
* - `ack.pro.xlarge`: Pro XL
|
|
488
|
+
*
|
|
489
|
+
* - `ack.pro.2xlarge`: Pro 2XL
|
|
490
|
+
*
|
|
491
|
+
* - `ack.pro.4xlarge`: Pro 4XL (requires approval from customer service to enable)
|
|
492
|
+
*
|
|
493
|
+
* Pro XL, Pro 2XL, and Pro 4XL are three tiers provided by <props="china">[ACK Pro provisioned control plane](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane)<props="intl">[ACK Pro provisioned control plane](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane). These tiers pre-allocate and dedicate control plane resources to ensure consistent high performance for API concurrency and pod scheduling. They are suitable for AI training and inference, ultra-large-scale clusters, and mission-critical workloads.
|
|
494
|
+
*
|
|
495
|
+
* For cluster management fees for Pro and provisioned control plane clusters, see <props="china">[Cluster management fees](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee)<props="intl">[Cluster management fees](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee).
|
|
496
|
+
*
|
|
497
|
+
* @example
|
|
498
|
+
* ack.pro.small
|
|
499
|
+
*/
|
|
437
500
|
clusterSpec?: string;
|
|
438
501
|
/**
|
|
439
502
|
* @remarks
|
|
440
|
-
*
|
|
503
|
+
* Control plane configuration for dedicated clusters.
|
|
441
504
|
*/
|
|
442
505
|
controlPlaneConfig?: ModifyClusterRequestControlPlaneConfig;
|
|
506
|
+
/**
|
|
507
|
+
* @remarks
|
|
508
|
+
* Cluster connection configuration.
|
|
509
|
+
*/
|
|
443
510
|
controlPlaneEndpointsConfig?: ModifyClusterRequestControlPlaneEndpointsConfig;
|
|
444
511
|
/**
|
|
445
512
|
* @remarks
|
|
446
|
-
*
|
|
513
|
+
* Enables or disables cluster deletion protection to prevent accidental cluster deletion from the console or using APIs. Valid values:
|
|
447
514
|
*
|
|
448
|
-
*
|
|
449
|
-
* * `false`: disables cluster deletion protection.
|
|
515
|
+
* - `true`: Enables cluster deletion protection. You cannot delete the cluster from the console or using APIs.
|
|
450
516
|
*
|
|
451
|
-
*
|
|
517
|
+
* - `false`: Disables cluster deletion protection. You can delete the cluster from the console or using APIs.
|
|
518
|
+
*
|
|
519
|
+
* Default value: `false`.
|
|
452
520
|
*
|
|
453
521
|
* @example
|
|
454
|
-
*
|
|
522
|
+
* false
|
|
455
523
|
*/
|
|
456
524
|
deletionProtection?: boolean;
|
|
457
525
|
/**
|
|
458
526
|
* @remarks
|
|
459
|
-
*
|
|
527
|
+
* Enables or disables the RRSA feature. Only managed clusters support this parameter. Valid values:
|
|
528
|
+
*
|
|
529
|
+
* - `true`: Enables RRSA.
|
|
460
530
|
*
|
|
461
|
-
*
|
|
462
|
-
* * `false`: disables the RRSA feature.
|
|
531
|
+
* - `false`: Disables RRSA.
|
|
463
532
|
*
|
|
464
533
|
* @example
|
|
465
534
|
* true
|
|
@@ -467,22 +536,23 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
467
536
|
enableRrsa?: boolean;
|
|
468
537
|
/**
|
|
469
538
|
* @remarks
|
|
470
|
-
* Specifies whether to
|
|
539
|
+
* Specifies whether to rebind the cluster test domain name. Valid values:
|
|
471
540
|
*
|
|
472
|
-
*
|
|
473
|
-
* * `false`: does not remap the test domain name of the cluster.
|
|
541
|
+
* - `true`: Rebinds the cluster test domain name.
|
|
474
542
|
*
|
|
475
|
-
*
|
|
543
|
+
* - `false`: Does not rebind the cluster test domain name.
|
|
544
|
+
*
|
|
545
|
+
* Default value: `false`.
|
|
476
546
|
*
|
|
477
547
|
* @example
|
|
478
|
-
*
|
|
548
|
+
* false
|
|
479
549
|
*
|
|
480
550
|
* @deprecated
|
|
481
551
|
*/
|
|
482
552
|
ingressDomainRebinding?: boolean;
|
|
483
553
|
/**
|
|
484
554
|
* @remarks
|
|
485
|
-
* The
|
|
555
|
+
* The SLB instance ID of the cluster to be modified.
|
|
486
556
|
*
|
|
487
557
|
* @example
|
|
488
558
|
* lb-wz97kes8tnndkpodw****
|
|
@@ -492,27 +562,28 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
492
562
|
ingressLoadbalancerId?: string;
|
|
493
563
|
/**
|
|
494
564
|
* @remarks
|
|
495
|
-
*
|
|
565
|
+
* Enables or disables instance deletion protection to prevent accidental release of nodes from the console or using APIs. Valid values:
|
|
496
566
|
*
|
|
497
|
-
*
|
|
498
|
-
* * `false`: disables instance deletion protection.
|
|
567
|
+
* - `true`: Prevents accidental node deletion from the console or using APIs.
|
|
499
568
|
*
|
|
500
|
-
*
|
|
569
|
+
* - `false`: Allows accidental node deletion from the console or using APIs.
|
|
570
|
+
*
|
|
571
|
+
* Default value: `false`.
|
|
501
572
|
*
|
|
502
573
|
* @example
|
|
503
|
-
*
|
|
574
|
+
* false
|
|
504
575
|
*
|
|
505
576
|
* @deprecated
|
|
506
577
|
*/
|
|
507
578
|
instanceDeletionProtection?: boolean;
|
|
508
579
|
/**
|
|
509
580
|
* @remarks
|
|
510
|
-
* The
|
|
581
|
+
* The maintenance window of the cluster. This feature is available only for ACK managed clusters Pro.
|
|
511
582
|
*/
|
|
512
583
|
maintenanceWindow?: MaintenanceWindow;
|
|
513
584
|
/**
|
|
514
585
|
* @remarks
|
|
515
|
-
*
|
|
586
|
+
* Automatic O\\&M policy for the cluster.
|
|
516
587
|
*/
|
|
517
588
|
operationPolicy?: ModifyClusterRequestOperationPolicy;
|
|
518
589
|
/**
|
|
@@ -525,16 +596,13 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
525
596
|
resourceGroupId?: string;
|
|
526
597
|
/**
|
|
527
598
|
* @remarks
|
|
528
|
-
* The
|
|
599
|
+
* The security group ID for the control plane.
|
|
529
600
|
*
|
|
530
|
-
* - If
|
|
601
|
+
* - If you configure blocking rules in the security group, ensure that the security group rules allow the protocols and ports required by the cluster. For recommended security group rules, see [Configure and manage cluster security groups](https://help.aliyun.com/document_detail/353191.html).
|
|
531
602
|
*
|
|
532
|
-
* - For non-ACK
|
|
533
|
-
* - During security group updates, the cluster control plane and managed components (e.g., terway-controlplane) will restart briefly. Perform this operation during off-peak hours.
|
|
534
|
-
* - After updating the control plane security group, the Elastic Network Interfaces (ENIs) used by the control plane and managed components will automatically join the new security group.
|
|
603
|
+
* - For non-dedicated ACK clusters, the control plane and installed managed components (such as terway-controlplane) restart briefly during the update. Perform this operation during off-peak hours. After you change the control plane security group, the ENIs used by the control plane and managed components are automatically added to the new security group.
|
|
535
604
|
*
|
|
536
|
-
* - For ACK dedicated clusters
|
|
537
|
-
* - After updating the control plane security group, newly scaled-out master nodes will automatically apply the new security group. Existing control plane nodes remain unaffected.
|
|
605
|
+
* - For ACK dedicated clusters, newly scaled-out master nodes automatically apply the new control plane security group. Existing control plane nodes are unaffected.
|
|
538
606
|
*
|
|
539
607
|
* @example
|
|
540
608
|
* sg-bp1h6rk3pgct2a08***
|
|
@@ -542,26 +610,18 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
542
610
|
securityGroupId?: string;
|
|
543
611
|
/**
|
|
544
612
|
* @remarks
|
|
545
|
-
*
|
|
613
|
+
* System event logging configuration.
|
|
546
614
|
*/
|
|
547
615
|
systemEventsLogging?: ModifyClusterRequestSystemEventsLogging;
|
|
548
616
|
/**
|
|
549
617
|
* @remarks
|
|
550
|
-
* The time zone
|
|
618
|
+
* The cluster time zone. For more information, see [Supported time zones](https://help.aliyun.com/document_detail/354879.html).
|
|
551
619
|
*
|
|
552
|
-
* - After
|
|
620
|
+
* - After you change the time zone, cluster inspection configurations use the new time zone.
|
|
553
621
|
*
|
|
554
|
-
* - For
|
|
555
|
-
* - During time zone updates, the cluster control plane and managed components (e.g., terway-controlplane) will restart briefly. Perform this operation during off-peak hours.
|
|
556
|
-
* - After updating the time zone:
|
|
557
|
-
* - Newly scaled-out nodes will automatically apply the new time zone.
|
|
558
|
-
* - Existing nodes remain unaffected. Reset the node to apply changes to existing nodes.
|
|
622
|
+
* - For managed clusters, the control plane and installed managed components (such as terway-controlplane) restart briefly during the update. Perform this operation during off-peak hours. Newly scaled-out nodes automatically apply the new time zone. Existing nodes are unaffected. You can reset nodes in node pools to apply the new time zone to existing nodes.
|
|
559
623
|
*
|
|
560
|
-
* - For
|
|
561
|
-
* - After updating the time zone:
|
|
562
|
-
* - Newly scaled-out nodes (including control plane nodes) automatically apply the new time zone.
|
|
563
|
-
* - Existing nodes (including control plane nodes) remain unaffected. Reset the node to apply changes to existing nodes.
|
|
564
|
-
* - For control plane nodes, perform a scale-out followed by a scale-in to apply the new time zone to all control plane nodes.
|
|
624
|
+
* - For dedicated clusters, newly scaled-out nodes (including control plane nodes) automatically apply the new time zone. Existing nodes (including control plane nodes) are unaffected. You can reset nodes in node pools to apply the new time zone to existing nodes. For control plane nodes, scale out and then scale in to apply the new time zone to all control plane nodes.
|
|
565
625
|
*
|
|
566
626
|
* @example
|
|
567
627
|
* Asia/Shanghai
|
|
@@ -569,12 +629,15 @@ export declare class ModifyClusterRequest extends $dara.Model {
|
|
|
569
629
|
timezone?: string;
|
|
570
630
|
/**
|
|
571
631
|
* @remarks
|
|
572
|
-
* The vSwitches
|
|
632
|
+
* The vSwitches for the cluster control plane. For dedicated clusters, the change applies only to newly scaled-out control plane nodes. When you change the control plane vSwitches for managed clusters, note the following:
|
|
633
|
+
*
|
|
634
|
+
* - This parameter performs an overwrite update. You must specify the complete target vSwitch list.
|
|
635
|
+
*
|
|
636
|
+
* - Control plane components restart briefly during the update. Proceed with caution.
|
|
637
|
+
*
|
|
638
|
+
* - Ensure that all security groups (including those for the control plane, all node pools, and container networking) allow inbound and outbound traffic for the IP CIDR blocks of the new vSwitches. Otherwise, nodes and containers cannot connect to the API server.
|
|
573
639
|
*
|
|
574
|
-
*
|
|
575
|
-
* * The control plane components restarts during the change process. Exercise caution when you perform this operation.
|
|
576
|
-
* * Ensure that all security groups of the cluster, including the security groups of the control plane, all node pools, and container network, are allowed to access the CIDR blocks of the new vSwitches. This ensures that the nodes and containers can connect to the API server.
|
|
577
|
-
* * If the new vSwitches of the control plane are configured with an ACL, ensure that the ACL allows communication between the new vSwitches and CIDR blocks such as those of the cluster nodes and the container network.
|
|
640
|
+
* - If the new control plane vSwitches have ACL rules configured, ensure that these rules allow communication between the vSwitches and the IP CIDR blocks of cluster nodes and container networks.
|
|
578
641
|
*/
|
|
579
642
|
vswitchIds?: string[];
|
|
580
643
|
static names(): {
|