@alicloud/cs20151215 4.8.5 → 4.8.6
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 +21 -14
- package/dist/client.js +2 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +21 -14
package/dist/client.d.ts
CHANGED
|
@@ -1205,7 +1205,7 @@ export declare class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
1205
1205
|
minReplicaCount?: number;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* @remarks
|
|
1208
|
-
* 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
|
|
1208
|
+
* 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:
|
|
1209
1209
|
*
|
|
1210
1210
|
* * `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.
|
|
1211
1211
|
* * `false`: retains the corresponding Kubernetes node objects after nodes are removed in swift mode.
|
|
@@ -1301,16 +1301,25 @@ export declare class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
export declare class CreateAutoscalingConfigResponseBody extends $tea.Model {
|
|
1303
1303
|
/**
|
|
1304
|
+
* @remarks
|
|
1305
|
+
* The cluster ID.
|
|
1306
|
+
*
|
|
1304
1307
|
* @example
|
|
1305
1308
|
* cc212d04dfe184547bffaa596********
|
|
1306
1309
|
*/
|
|
1307
1310
|
clusterId?: string;
|
|
1308
1311
|
/**
|
|
1312
|
+
* @remarks
|
|
1313
|
+
* The request ID.
|
|
1314
|
+
*
|
|
1309
1315
|
* @example
|
|
1310
1316
|
* AF8BE105-C32B-1269-9774-5510********
|
|
1311
1317
|
*/
|
|
1312
1318
|
requestId?: string;
|
|
1313
1319
|
/**
|
|
1320
|
+
* @remarks
|
|
1321
|
+
* The task ID.
|
|
1322
|
+
*
|
|
1314
1323
|
* @example
|
|
1315
1324
|
* T-5fd211e924e1d007********
|
|
1316
1325
|
*/
|
|
@@ -2098,7 +2107,7 @@ export declare class CreateClusterRequest extends $tea.Model {
|
|
|
2098
2107
|
* The kube-proxy mode. Valid values:
|
|
2099
2108
|
*
|
|
2100
2109
|
* * `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.
|
|
2101
|
-
* * `ipvs`: provides high performance and uses IP Virtual Server (IPVS)
|
|
2110
|
+
* * `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.
|
|
2102
2111
|
*
|
|
2103
2112
|
* Default value: `ipvs`.
|
|
2104
2113
|
*
|
|
@@ -4745,7 +4754,7 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
|
|
|
4745
4754
|
subnetCidr?: string;
|
|
4746
4755
|
/**
|
|
4747
4756
|
* @remarks
|
|
4748
|
-
* The resource
|
|
4757
|
+
* The resource labels of the cluster.
|
|
4749
4758
|
*/
|
|
4750
4759
|
tags?: Tag[];
|
|
4751
4760
|
/**
|
|
@@ -12669,9 +12678,9 @@ export declare class CreateClusterNodePoolRequestManagementAutoVulFixPolicy exte
|
|
|
12669
12678
|
* @remarks
|
|
12670
12679
|
* The severity levels of CVEs that can be automatically patched. Separate multiple levels with commas (,). Example: `asap,later`. Valid values:
|
|
12671
12680
|
*
|
|
12672
|
-
* * `asap`: high
|
|
12673
|
-
* * `later`: medium
|
|
12674
|
-
* * `nntf`: low
|
|
12681
|
+
* * `asap`: high
|
|
12682
|
+
* * `later`: medium
|
|
12683
|
+
* * `nntf`: low
|
|
12675
12684
|
*
|
|
12676
12685
|
* If `auto_vul_fix` is set to true, the default value of this parameter is `asap`.
|
|
12677
12686
|
*
|
|
@@ -13357,7 +13366,7 @@ export declare class CreateClusterNodePoolRequestScalingGroup extends $tea.Model
|
|
|
13357
13366
|
* * `cloud`: basic disk.
|
|
13358
13367
|
* * `cloud_efficiency`: ultra disk.
|
|
13359
13368
|
* * `cloud_ssd`: standard SSD.
|
|
13360
|
-
* * `cloud_essd`:
|
|
13369
|
+
* * `cloud_essd`: ESSD.
|
|
13361
13370
|
* * `cloud_auto`: ESSD AutoPL disk.
|
|
13362
13371
|
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
13363
13372
|
*
|
|
@@ -13628,7 +13637,7 @@ export declare class DescribeAddonsResponseBodyComponentGroups extends $tea.Mode
|
|
|
13628
13637
|
export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Model {
|
|
13629
13638
|
/**
|
|
13630
13639
|
* @remarks
|
|
13631
|
-
* Indicates whether auto-renewal is enabled for the
|
|
13640
|
+
* Indicates whether auto-renewal is enabled for the nodes.
|
|
13632
13641
|
*
|
|
13633
13642
|
* @example
|
|
13634
13643
|
* true
|
|
@@ -13636,7 +13645,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
|
|
|
13636
13645
|
autoRenew?: boolean;
|
|
13637
13646
|
/**
|
|
13638
13647
|
* @remarks
|
|
13639
|
-
* The auto-renewal duration for the
|
|
13648
|
+
* The auto-renewal duration for the nodes.
|
|
13640
13649
|
*
|
|
13641
13650
|
* @example
|
|
13642
13651
|
* 1
|
|
@@ -13692,7 +13701,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
|
|
|
13692
13701
|
imageType?: string;
|
|
13693
13702
|
/**
|
|
13694
13703
|
* @remarks
|
|
13695
|
-
* The instance
|
|
13704
|
+
* The instance types of the nodes.
|
|
13696
13705
|
*/
|
|
13697
13706
|
instanceTypes?: string[];
|
|
13698
13707
|
/**
|
|
@@ -23316,8 +23325,7 @@ export default class Client extends OpenApi {
|
|
|
23316
23325
|
* 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.
|
|
23317
23326
|
*
|
|
23318
23327
|
* @remarks
|
|
23319
|
-
*
|
|
23320
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
23328
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
23321
23329
|
*
|
|
23322
23330
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
23323
23331
|
* @param headers - map
|
|
@@ -23331,8 +23339,7 @@ export default class Client extends OpenApi {
|
|
|
23331
23339
|
* 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.
|
|
23332
23340
|
*
|
|
23333
23341
|
* @remarks
|
|
23334
|
-
*
|
|
23335
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
23342
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
23336
23343
|
*
|
|
23337
23344
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
23338
23345
|
* @returns DescribeSubaccountK8sClusterUserConfigResponse
|
package/dist/client.js
CHANGED
|
@@ -15441,8 +15441,7 @@ class Client extends openapi_client_1.default {
|
|
|
15441
15441
|
* 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.
|
|
15442
15442
|
*
|
|
15443
15443
|
* @remarks
|
|
15444
|
-
*
|
|
15445
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
15444
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
15446
15445
|
*
|
|
15447
15446
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
15448
15447
|
* @param headers - map
|
|
@@ -15479,8 +15478,7 @@ class Client extends openapi_client_1.default {
|
|
|
15479
15478
|
* 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.
|
|
15480
15479
|
*
|
|
15481
15480
|
* @remarks
|
|
15482
|
-
*
|
|
15483
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
15481
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
15484
15482
|
*
|
|
15485
15483
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
15486
15484
|
* @returns DescribeSubaccountK8sClusterUserConfigResponse
|