@alicloud/cs20151215 4.8.5 → 4.8.7
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 +262 -28
- package/dist/client.js +4 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +264 -28
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -1636,7 +1636,7 @@ export class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
1636
1636
|
minReplicaCount?: number;
|
|
1637
1637
|
/**
|
|
1638
1638
|
* @remarks
|
|
1639
|
-
* Specifies whether to delete the corresponding Kubernetes node objects after nodes are removed in swift mode. For more information about the swift mode, see [Scaling mode](https://help.aliyun.com/document_detail/119099.html). Default value: false
|
|
1639
|
+
* Specifies whether to delete the corresponding Kubernetes node objects after nodes are removed in swift mode. For more information about the swift mode, see [Scaling mode](https://help.aliyun.com/document_detail/119099.html). Default value: false Valid values:
|
|
1640
1640
|
*
|
|
1641
1641
|
* * `true`: deletes the corresponding Kubernetes node objects after nodes are removed in swift mode. We recommend that you do not set the value to true because data inconsistency may occur in Kubernetes objects.
|
|
1642
1642
|
* * `false`: retains the corresponding Kubernetes node objects after nodes are removed in swift mode.
|
|
@@ -1767,16 +1767,25 @@ export class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
1767
1767
|
|
|
1768
1768
|
export class CreateAutoscalingConfigResponseBody extends $tea.Model {
|
|
1769
1769
|
/**
|
|
1770
|
+
* @remarks
|
|
1771
|
+
* The cluster ID.
|
|
1772
|
+
*
|
|
1770
1773
|
* @example
|
|
1771
1774
|
* cc212d04dfe184547bffaa596********
|
|
1772
1775
|
*/
|
|
1773
1776
|
clusterId?: string;
|
|
1774
1777
|
/**
|
|
1778
|
+
* @remarks
|
|
1779
|
+
* The request ID.
|
|
1780
|
+
*
|
|
1775
1781
|
* @example
|
|
1776
1782
|
* AF8BE105-C32B-1269-9774-5510********
|
|
1777
1783
|
*/
|
|
1778
1784
|
requestId?: string;
|
|
1779
1785
|
/**
|
|
1786
|
+
* @remarks
|
|
1787
|
+
* The task ID.
|
|
1788
|
+
*
|
|
1780
1789
|
* @example
|
|
1781
1790
|
* T-5fd211e924e1d007********
|
|
1782
1791
|
*/
|
|
@@ -2584,7 +2593,7 @@ export class CreateClusterRequest extends $tea.Model {
|
|
|
2584
2593
|
* The kube-proxy mode. Valid values:
|
|
2585
2594
|
*
|
|
2586
2595
|
* * `iptables`: a mature and stable kube-proxy mode that uses iptables rules to conduct Service discovery and load balancing. The performance of this mode is limited by the size of the cluster. This mode is suitable for clusters that run a small number of Services.
|
|
2587
|
-
* * `ipvs`: provides high performance and uses IP Virtual Server (IPVS)
|
|
2596
|
+
* * `ipvs`: a mode that provides high performance and uses IP Virtual Server (IPVS) to conduct service discovery and load balancing. This mode is suitable for clusters that run a large number of Services. We recommend that you use this mode in scenarios that require high-performance load balancing.
|
|
2588
2597
|
*
|
|
2589
2598
|
* Default value: `ipvs`.
|
|
2590
2599
|
*
|
|
@@ -6085,7 +6094,7 @@ export class DescribeClusterDetailResponseBody extends $tea.Model {
|
|
|
6085
6094
|
subnetCidr?: string;
|
|
6086
6095
|
/**
|
|
6087
6096
|
* @remarks
|
|
6088
|
-
* The resource
|
|
6097
|
+
* The resource labels of the cluster.
|
|
6089
6098
|
*/
|
|
6090
6099
|
tags?: Tag[];
|
|
6091
6100
|
/**
|
|
@@ -11448,7 +11457,7 @@ export class MigrateClusterResponse extends $tea.Model {
|
|
|
11448
11457
|
export class ModifyClusterRequest extends $tea.Model {
|
|
11449
11458
|
/**
|
|
11450
11459
|
* @remarks
|
|
11451
|
-
* The network access control
|
|
11460
|
+
* The network access control list (ACL) of the SLB instance associated with the API server if the cluster is a registered cluster.
|
|
11452
11461
|
*/
|
|
11453
11462
|
accessControlList?: string[];
|
|
11454
11463
|
/**
|
|
@@ -11485,15 +11494,19 @@ export class ModifyClusterRequest extends $tea.Model {
|
|
|
11485
11494
|
* cluster-new-name
|
|
11486
11495
|
*/
|
|
11487
11496
|
clusterName?: string;
|
|
11497
|
+
/**
|
|
11498
|
+
* @remarks
|
|
11499
|
+
* The control plane configurations of an ACK dedicated cluster.
|
|
11500
|
+
*/
|
|
11488
11501
|
controlPlaneConfig?: ModifyClusterRequestControlPlaneConfig;
|
|
11489
11502
|
/**
|
|
11490
11503
|
* @remarks
|
|
11491
|
-
* Specifies whether to enable cluster deletion protection. If this option
|
|
11504
|
+
* Specifies whether to enable cluster deletion protection. If you enable this option, the cluster cannot be deleted in the console or by calling API operations. Valid values:
|
|
11492
11505
|
*
|
|
11493
11506
|
* * `true`: enables cluster deletion protection.
|
|
11494
11507
|
* * `false`: disables cluster deletion protection.
|
|
11495
11508
|
*
|
|
11496
|
-
* Default value: `false
|
|
11509
|
+
* Default value: `false`.
|
|
11497
11510
|
*
|
|
11498
11511
|
* @example
|
|
11499
11512
|
* true
|
|
@@ -11517,7 +11530,7 @@ export class ModifyClusterRequest extends $tea.Model {
|
|
|
11517
11530
|
* * `true`: remaps the test domain name of the cluster.
|
|
11518
11531
|
* * `false`: does not remap the test domain name of the cluster.
|
|
11519
11532
|
*
|
|
11520
|
-
* Default value: `false
|
|
11533
|
+
* Default value: `false`.
|
|
11521
11534
|
*
|
|
11522
11535
|
* @example
|
|
11523
11536
|
* true
|
|
@@ -11538,7 +11551,7 @@ export class ModifyClusterRequest extends $tea.Model {
|
|
|
11538
11551
|
* * `true`: enables instance deletion protection.
|
|
11539
11552
|
* * `false`: disables instance deletion protection.
|
|
11540
11553
|
*
|
|
11541
|
-
* Default value: `false
|
|
11554
|
+
* Default value: `false`.
|
|
11542
11555
|
*
|
|
11543
11556
|
* @example
|
|
11544
11557
|
* true
|
|
@@ -11556,7 +11569,7 @@ export class ModifyClusterRequest extends $tea.Model {
|
|
|
11556
11569
|
operationPolicy?: ModifyClusterRequestOperationPolicy;
|
|
11557
11570
|
/**
|
|
11558
11571
|
* @remarks
|
|
11559
|
-
* The
|
|
11572
|
+
* The resource group ID of the cluster.
|
|
11560
11573
|
*
|
|
11561
11574
|
* @example
|
|
11562
11575
|
* rg-acfmyvw3wjm****
|
|
@@ -11569,12 +11582,12 @@ export class ModifyClusterRequest extends $tea.Model {
|
|
|
11569
11582
|
systemEventsLogging?: ModifyClusterRequestSystemEventsLogging;
|
|
11570
11583
|
/**
|
|
11571
11584
|
* @remarks
|
|
11572
|
-
* The vSwitches of the control
|
|
11585
|
+
* The vSwitches of the control plane. This parameter can be used to change the vSwitches of the control plane in an ACK managed cluster. Take note of the following items:
|
|
11573
11586
|
*
|
|
11574
|
-
* * This parameter overwrites the existing configuration. You must specify all vSwitches of the control
|
|
11575
|
-
* * The control
|
|
11576
|
-
* *
|
|
11577
|
-
* * If the new vSwitches of the control
|
|
11587
|
+
* * This parameter overwrites the existing configuration. You must specify all vSwitches of the control plane.
|
|
11588
|
+
* * The control plane restarts during the change process. Exercise caution when you perform this operation.
|
|
11589
|
+
* * 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.
|
|
11590
|
+
* * 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.
|
|
11578
11591
|
*/
|
|
11579
11592
|
vswitchIds?: string[];
|
|
11580
11593
|
static names(): { [key: string]: string } {
|
|
@@ -16969,9 +16982,9 @@ export class CreateClusterNodePoolRequestManagementAutoVulFixPolicy extends $tea
|
|
|
16969
16982
|
* @remarks
|
|
16970
16983
|
* The severity levels of CVEs that can be automatically patched. Separate multiple levels with commas (,). Example: `asap,later`. Valid values:
|
|
16971
16984
|
*
|
|
16972
|
-
* * `asap`: high
|
|
16973
|
-
* * `later`: medium
|
|
16974
|
-
* * `nntf`: low
|
|
16985
|
+
* * `asap`: high
|
|
16986
|
+
* * `later`: medium
|
|
16987
|
+
* * `nntf`: low
|
|
16975
16988
|
*
|
|
16976
16989
|
* If `auto_vul_fix` is set to true, the default value of this parameter is `asap`.
|
|
16977
16990
|
*
|
|
@@ -17745,7 +17758,7 @@ export class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
17745
17758
|
* * `cloud`: basic disk.
|
|
17746
17759
|
* * `cloud_efficiency`: ultra disk.
|
|
17747
17760
|
* * `cloud_ssd`: standard SSD.
|
|
17748
|
-
* * `cloud_essd`:
|
|
17761
|
+
* * `cloud_essd`: ESSD.
|
|
17749
17762
|
* * `cloud_auto`: ESSD AutoPL disk.
|
|
17750
17763
|
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
17751
17764
|
*
|
|
@@ -18185,7 +18198,7 @@ export class DescribeAddonsResponseBodyComponentGroups extends $tea.Model {
|
|
|
18185
18198
|
export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Model {
|
|
18186
18199
|
/**
|
|
18187
18200
|
* @remarks
|
|
18188
|
-
* Indicates whether auto-renewal is enabled for the
|
|
18201
|
+
* Indicates whether auto-renewal is enabled for the nodes.
|
|
18189
18202
|
*
|
|
18190
18203
|
* @example
|
|
18191
18204
|
* true
|
|
@@ -18193,7 +18206,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Mo
|
|
|
18193
18206
|
autoRenew?: boolean;
|
|
18194
18207
|
/**
|
|
18195
18208
|
* @remarks
|
|
18196
|
-
* The auto-renewal duration for the
|
|
18209
|
+
* The auto-renewal duration for the nodes.
|
|
18197
18210
|
*
|
|
18198
18211
|
* @example
|
|
18199
18212
|
* 1
|
|
@@ -18249,7 +18262,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Mo
|
|
|
18249
18262
|
imageType?: string;
|
|
18250
18263
|
/**
|
|
18251
18264
|
* @remarks
|
|
18252
|
-
* The instance
|
|
18265
|
+
* The instance types of the nodes.
|
|
18253
18266
|
*/
|
|
18254
18267
|
instanceTypes?: string[];
|
|
18255
18268
|
/**
|
|
@@ -26853,6 +26866,7 @@ export class ListOperationPlansResponseBodyPlans extends $tea.Model {
|
|
|
26853
26866
|
* cluster
|
|
26854
26867
|
*/
|
|
26855
26868
|
targetType?: string;
|
|
26869
|
+
taskId?: string;
|
|
26856
26870
|
/**
|
|
26857
26871
|
* @remarks
|
|
26858
26872
|
* The plan type. Valid values:
|
|
@@ -26873,6 +26887,7 @@ export class ListOperationPlansResponseBodyPlans extends $tea.Model {
|
|
|
26873
26887
|
state: 'state',
|
|
26874
26888
|
targetId: 'target_id',
|
|
26875
26889
|
targetType: 'target_type',
|
|
26890
|
+
taskId: 'task_id',
|
|
26876
26891
|
type: 'type',
|
|
26877
26892
|
};
|
|
26878
26893
|
}
|
|
@@ -26887,6 +26902,7 @@ export class ListOperationPlansResponseBodyPlans extends $tea.Model {
|
|
|
26887
26902
|
state: 'string',
|
|
26888
26903
|
targetId: 'string',
|
|
26889
26904
|
targetType: 'string',
|
|
26905
|
+
taskId: 'string',
|
|
26890
26906
|
type: 'string',
|
|
26891
26907
|
};
|
|
26892
26908
|
}
|
|
@@ -27120,7 +27136,7 @@ export class ModifyClusterRequestApiServerCustomCertSans extends $tea.Model {
|
|
|
27120
27136
|
action?: string;
|
|
27121
27137
|
/**
|
|
27122
27138
|
* @remarks
|
|
27123
|
-
* The SANs.
|
|
27139
|
+
* The list of SANs.
|
|
27124
27140
|
*/
|
|
27125
27141
|
subjectAlternativeNames?: string[];
|
|
27126
27142
|
static names(): { [key: string]: string } {
|
|
@@ -27143,29 +27159,251 @@ export class ModifyClusterRequestApiServerCustomCertSans extends $tea.Model {
|
|
|
27143
27159
|
}
|
|
27144
27160
|
|
|
27145
27161
|
export class ModifyClusterRequestControlPlaneConfig extends $tea.Model {
|
|
27162
|
+
/**
|
|
27163
|
+
* @remarks
|
|
27164
|
+
* Specifies whether to enable auto-renewal for the instance. This parameter takes effect only when `charge_type` is set to `PrePaid`. Valid values:
|
|
27165
|
+
*
|
|
27166
|
+
* * `true`: enables auto-renewal.
|
|
27167
|
+
* * `false`: disables auto-renewal.
|
|
27168
|
+
*
|
|
27169
|
+
* Default value: `false`.
|
|
27170
|
+
*
|
|
27171
|
+
* @example
|
|
27172
|
+
* true
|
|
27173
|
+
*/
|
|
27146
27174
|
autoRenew?: boolean;
|
|
27175
|
+
/**
|
|
27176
|
+
* @remarks
|
|
27177
|
+
* The auto-renewal period of the instance. Valid values: 1, 2, 3, 6, and 12.
|
|
27178
|
+
*
|
|
27179
|
+
* Default value: 1.
|
|
27180
|
+
*
|
|
27181
|
+
* @example
|
|
27182
|
+
* 1
|
|
27183
|
+
*/
|
|
27147
27184
|
autoRenewPeriod?: number;
|
|
27185
|
+
/**
|
|
27186
|
+
* @remarks
|
|
27187
|
+
* The billing method of the instance. Valid values:
|
|
27188
|
+
*
|
|
27189
|
+
* * `PrePaid`: subscription.
|
|
27190
|
+
* * `PostPaid`: pay-as-you-go.
|
|
27191
|
+
*
|
|
27192
|
+
* Default value: `PostPaid`.
|
|
27193
|
+
*
|
|
27194
|
+
* @example
|
|
27195
|
+
* PrePaid
|
|
27196
|
+
*/
|
|
27148
27197
|
chargeType?: string;
|
|
27198
|
+
/**
|
|
27199
|
+
* @remarks
|
|
27200
|
+
* Specifies whether to install the CloudMonitor agent. Valid values:
|
|
27201
|
+
*
|
|
27202
|
+
* * `true`: installs the CloudMonitor agent.
|
|
27203
|
+
* * `false`: does not install the CloudMonitor agent.
|
|
27204
|
+
*
|
|
27205
|
+
* @example
|
|
27206
|
+
* true
|
|
27207
|
+
*/
|
|
27149
27208
|
cloudMonitorFlags?: boolean;
|
|
27209
|
+
/**
|
|
27210
|
+
* @remarks
|
|
27211
|
+
* The CPU management policy of nodes in the node pool. The following policies are supported if the Kubernetes version of the cluster is 1.12.6 or later:
|
|
27212
|
+
*
|
|
27213
|
+
* * `static`: allows pods with specific resource characteristics on the node to be granted with enhanced CPU affinity and exclusivity.
|
|
27214
|
+
* * `none`: specifies that the default CPU affinity is used.
|
|
27215
|
+
*
|
|
27216
|
+
* Default value: `none`.
|
|
27217
|
+
*
|
|
27218
|
+
* @example
|
|
27219
|
+
* none
|
|
27220
|
+
*/
|
|
27150
27221
|
cpuPolicy?: string;
|
|
27222
|
+
/**
|
|
27223
|
+
* @remarks
|
|
27224
|
+
* The ID of the deployment set.
|
|
27225
|
+
*
|
|
27226
|
+
* @example
|
|
27227
|
+
* ds-bp10b35imuam5amw****
|
|
27228
|
+
*/
|
|
27151
27229
|
deploymentsetId?: string;
|
|
27230
|
+
/**
|
|
27231
|
+
* @remarks
|
|
27232
|
+
* The custom image ID. You must configure this parameter if you use a custom image.
|
|
27233
|
+
*
|
|
27234
|
+
* @example
|
|
27235
|
+
* aliyun_3_x64_20G_alibase_20240819.vhd
|
|
27236
|
+
*/
|
|
27152
27237
|
imageId?: string;
|
|
27238
|
+
/**
|
|
27239
|
+
* @remarks
|
|
27240
|
+
* The type of the OS image. Valid values:
|
|
27241
|
+
*
|
|
27242
|
+
* * `AliyunLinux3`: Alibaba Cloud Linux 3.
|
|
27243
|
+
* * `Custom`: the custom image.
|
|
27244
|
+
*
|
|
27245
|
+
* @example
|
|
27246
|
+
* AliyunLinux3
|
|
27247
|
+
*/
|
|
27153
27248
|
imageType?: string;
|
|
27249
|
+
/**
|
|
27250
|
+
* @remarks
|
|
27251
|
+
* The instance type. For more information, see [Overview of ECS instance families](https://help.aliyun.com/document_detail/25378.html).
|
|
27252
|
+
*/
|
|
27154
27253
|
instanceTypes?: string[];
|
|
27254
|
+
/**
|
|
27255
|
+
* @remarks
|
|
27256
|
+
* The name of the key pair. You must configure either this parameter or the `login_password` parameter.
|
|
27257
|
+
*
|
|
27258
|
+
* @example
|
|
27259
|
+
* ack
|
|
27260
|
+
*/
|
|
27155
27261
|
keyPair?: string;
|
|
27262
|
+
/**
|
|
27263
|
+
* @remarks
|
|
27264
|
+
* The password for SSH logon. You must configure either this parameter or the `key_pair` parameter. The password must be 8 to 30 characters in length, and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. To log on with a password, you must specify this parameter during the scale-out.
|
|
27265
|
+
*
|
|
27266
|
+
* @example
|
|
27267
|
+
* Ack@2000.
|
|
27268
|
+
*/
|
|
27156
27269
|
loginPassword?: string;
|
|
27270
|
+
/**
|
|
27271
|
+
* @remarks
|
|
27272
|
+
* The node port range.
|
|
27273
|
+
*
|
|
27274
|
+
* @example
|
|
27275
|
+
* 30000-32767
|
|
27276
|
+
*/
|
|
27157
27277
|
nodePortRange?: string;
|
|
27278
|
+
/**
|
|
27279
|
+
* @remarks
|
|
27280
|
+
* The subscription duration of the instance. This parameter takes effect and is required only when `charge_type` is set to `PrePaid`.
|
|
27281
|
+
*
|
|
27282
|
+
* If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
|
|
27283
|
+
*
|
|
27284
|
+
* @example
|
|
27285
|
+
* 1
|
|
27286
|
+
*/
|
|
27158
27287
|
period?: number;
|
|
27288
|
+
/**
|
|
27289
|
+
* @remarks
|
|
27290
|
+
* The billing cycle of the instance. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`.
|
|
27291
|
+
*
|
|
27292
|
+
* Valid value: `Month`.
|
|
27293
|
+
*
|
|
27294
|
+
* @example
|
|
27295
|
+
* Month
|
|
27296
|
+
*/
|
|
27159
27297
|
periodUnit?: string;
|
|
27298
|
+
/**
|
|
27299
|
+
* @remarks
|
|
27300
|
+
* The type of the container runtime. Valid values:
|
|
27301
|
+
*
|
|
27302
|
+
* * `containerd`: supports all Kubernetes versions. We recommend that you set the parameter to this value.
|
|
27303
|
+
*
|
|
27304
|
+
* Default value: containerd.
|
|
27305
|
+
*
|
|
27306
|
+
* @example
|
|
27307
|
+
* containerd
|
|
27308
|
+
*/
|
|
27160
27309
|
runtime?: string;
|
|
27310
|
+
/**
|
|
27311
|
+
* @remarks
|
|
27312
|
+
* Specifies whether to enable Alibaba Cloud Linux Security Hardening. Valid values:
|
|
27313
|
+
*
|
|
27314
|
+
* * `true`: enables Alibaba Cloud Linux Security Hardening.
|
|
27315
|
+
* * `false`: disables Alibaba Cloud Linux Security Hardening.
|
|
27316
|
+
*
|
|
27317
|
+
* Default value: `false`.
|
|
27318
|
+
*
|
|
27319
|
+
* @example
|
|
27320
|
+
* true
|
|
27321
|
+
*/
|
|
27161
27322
|
securityHardeningOs?: boolean;
|
|
27323
|
+
/**
|
|
27324
|
+
* @remarks
|
|
27325
|
+
* The number of control plane nodes. If you want to scale out the control plane in an ACK dedicated cluster, set this parameter to the desired number of nodes. This parameter must be greater than the current number of nodes.
|
|
27326
|
+
*
|
|
27327
|
+
* @example
|
|
27328
|
+
* 5
|
|
27329
|
+
*/
|
|
27162
27330
|
size?: number;
|
|
27331
|
+
/**
|
|
27332
|
+
* @remarks
|
|
27333
|
+
* Specifies whether to enable Multi-Level Protection Scheme (MLPS) security hardening. For more information, see [ACK security hardening based on MLPS](https://help.aliyun.com/document_detail/196148.html).
|
|
27334
|
+
*
|
|
27335
|
+
* Valid values:
|
|
27336
|
+
*
|
|
27337
|
+
* * `true`: enables MLPS security hardening.
|
|
27338
|
+
* * `false`: disables MLPS security hardening.
|
|
27339
|
+
*
|
|
27340
|
+
* Default value: `false`.
|
|
27341
|
+
*
|
|
27342
|
+
* @example
|
|
27343
|
+
* false
|
|
27344
|
+
*/
|
|
27163
27345
|
socEnabled?: boolean;
|
|
27346
|
+
/**
|
|
27347
|
+
* @remarks
|
|
27348
|
+
* Specifies whether to enable the burst feature for the system disk. Valid values:
|
|
27349
|
+
*
|
|
27350
|
+
* * `true`: enables the burst feature.
|
|
27351
|
+
* * `false`: disables the burst feature.
|
|
27352
|
+
*
|
|
27353
|
+
* This parameter is effective only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
27354
|
+
*
|
|
27355
|
+
* @example
|
|
27356
|
+
* true
|
|
27357
|
+
*/
|
|
27164
27358
|
systemDiskBurstingEnabled?: boolean;
|
|
27359
|
+
/**
|
|
27360
|
+
* @remarks
|
|
27361
|
+
* The type of the node system disk. Valid values:
|
|
27362
|
+
*
|
|
27363
|
+
* * `cloud`: basic disk.
|
|
27364
|
+
* * `cloud_efficiency`: ultra disk.
|
|
27365
|
+
* * `cloud_ssd`: standard SSD.
|
|
27366
|
+
* * `cloud_essd`: enhanced SSD (ESSD).
|
|
27367
|
+
* * `cloud_auto`: ESSD AutoPL disk.
|
|
27368
|
+
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
27369
|
+
*
|
|
27370
|
+
* @example
|
|
27371
|
+
* cloud_essd
|
|
27372
|
+
*/
|
|
27165
27373
|
systemDiskCategory?: string;
|
|
27374
|
+
/**
|
|
27375
|
+
* @remarks
|
|
27376
|
+
* The performance level (PL) of the system disk that you want to use for the node. This parameter is effective only for ESSDs. This parameter is related to the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
|
|
27377
|
+
*
|
|
27378
|
+
* @example
|
|
27379
|
+
* PL1
|
|
27380
|
+
*/
|
|
27166
27381
|
systemDiskPerformanceLevel?: string;
|
|
27382
|
+
/**
|
|
27383
|
+
* @remarks
|
|
27384
|
+
* The preset read/write input/output operations per second (IOPS) of the system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS} Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
|
|
27385
|
+
*
|
|
27386
|
+
* This parameter is effective only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
27387
|
+
*
|
|
27388
|
+
* @example
|
|
27389
|
+
* 1000
|
|
27390
|
+
*/
|
|
27167
27391
|
systemDiskProvisionedIops?: number;
|
|
27392
|
+
/**
|
|
27393
|
+
* @remarks
|
|
27394
|
+
* The type of the system disk. Valid values: [40,500]. Unit: GiB.
|
|
27395
|
+
*
|
|
27396
|
+
* @example
|
|
27397
|
+
* 120
|
|
27398
|
+
*/
|
|
27168
27399
|
systemDiskSize?: number;
|
|
27400
|
+
/**
|
|
27401
|
+
* @remarks
|
|
27402
|
+
* The ID of the automatic snapshot policy applied to the node system disk.
|
|
27403
|
+
*
|
|
27404
|
+
* @example
|
|
27405
|
+
* sp-2zej1nogjvovnz4z****
|
|
27406
|
+
*/
|
|
27169
27407
|
systemDiskSnapshotPolicyId?: string;
|
|
27170
27408
|
static names(): { [key: string]: string } {
|
|
27171
27409
|
return {
|
|
@@ -27233,11 +27471,11 @@ export class ModifyClusterRequestControlPlaneConfig extends $tea.Model {
|
|
|
27233
27471
|
export class ModifyClusterRequestOperationPolicyClusterAutoUpgrade extends $tea.Model {
|
|
27234
27472
|
/**
|
|
27235
27473
|
* @remarks
|
|
27236
|
-
* The automatic
|
|
27474
|
+
* The frequency of automatic cluster updates. For more information, see [Update frequency](https://help.aliyun.com/document_detail/2712866.html).
|
|
27237
27475
|
*
|
|
27238
27476
|
* Valid values:
|
|
27239
27477
|
*
|
|
27240
|
-
* * patch:
|
|
27478
|
+
* * patch: the latest patch version.
|
|
27241
27479
|
* * stables: the second-latest minor version.
|
|
27242
27480
|
* * rapid: the latest minor version.
|
|
27243
27481
|
*
|
|
@@ -32856,8 +33094,7 @@ export default class Client extends OpenApi {
|
|
|
32856
33094
|
* Queries or issues the kubeconfig credentials of a Resource Access Management (RAM) user or RAM role of the account. If you are the permission manager of a Container Service for Kubernetes (ACK) cluster, you can issue the kubeconfig credentials to a specific RAM user or RAM role of the account by using the Alibaba Cloud account. The kubeconfig credentials, which are used to connect to the ACK cluster, contain the identity information about the RAM user or RAM role.
|
|
32857
33095
|
*
|
|
32858
33096
|
* @remarks
|
|
32859
|
-
*
|
|
32860
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
33097
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
32861
33098
|
*
|
|
32862
33099
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
32863
33100
|
* @param headers - map
|
|
@@ -32897,8 +33134,7 @@ export default class Client extends OpenApi {
|
|
|
32897
33134
|
* Queries or issues the kubeconfig credentials of a Resource Access Management (RAM) user or RAM role of the account. If you are the permission manager of a Container Service for Kubernetes (ACK) cluster, you can issue the kubeconfig credentials to a specific RAM user or RAM role of the account by using the Alibaba Cloud account. The kubeconfig credentials, which are used to connect to the ACK cluster, contain the identity information about the RAM user or RAM role.
|
|
32898
33135
|
*
|
|
32899
33136
|
* @remarks
|
|
32900
|
-
*
|
|
32901
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
33137
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
32902
33138
|
*
|
|
32903
33139
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
32904
33140
|
* @returns DescribeSubaccountK8sClusterUserConfigResponse
|