@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/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
|
/**
|
|
@@ -16969,9 +16978,9 @@ export class CreateClusterNodePoolRequestManagementAutoVulFixPolicy extends $tea
|
|
|
16969
16978
|
* @remarks
|
|
16970
16979
|
* The severity levels of CVEs that can be automatically patched. Separate multiple levels with commas (,). Example: `asap,later`. Valid values:
|
|
16971
16980
|
*
|
|
16972
|
-
* * `asap`: high
|
|
16973
|
-
* * `later`: medium
|
|
16974
|
-
* * `nntf`: low
|
|
16981
|
+
* * `asap`: high
|
|
16982
|
+
* * `later`: medium
|
|
16983
|
+
* * `nntf`: low
|
|
16975
16984
|
*
|
|
16976
16985
|
* If `auto_vul_fix` is set to true, the default value of this parameter is `asap`.
|
|
16977
16986
|
*
|
|
@@ -17745,7 +17754,7 @@ export class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
17745
17754
|
* * `cloud`: basic disk.
|
|
17746
17755
|
* * `cloud_efficiency`: ultra disk.
|
|
17747
17756
|
* * `cloud_ssd`: standard SSD.
|
|
17748
|
-
* * `cloud_essd`:
|
|
17757
|
+
* * `cloud_essd`: ESSD.
|
|
17749
17758
|
* * `cloud_auto`: ESSD AutoPL disk.
|
|
17750
17759
|
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
17751
17760
|
*
|
|
@@ -18185,7 +18194,7 @@ export class DescribeAddonsResponseBodyComponentGroups extends $tea.Model {
|
|
|
18185
18194
|
export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Model {
|
|
18186
18195
|
/**
|
|
18187
18196
|
* @remarks
|
|
18188
|
-
* Indicates whether auto-renewal is enabled for the
|
|
18197
|
+
* Indicates whether auto-renewal is enabled for the nodes.
|
|
18189
18198
|
*
|
|
18190
18199
|
* @example
|
|
18191
18200
|
* true
|
|
@@ -18193,7 +18202,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Mo
|
|
|
18193
18202
|
autoRenew?: boolean;
|
|
18194
18203
|
/**
|
|
18195
18204
|
* @remarks
|
|
18196
|
-
* The auto-renewal duration for the
|
|
18205
|
+
* The auto-renewal duration for the nodes.
|
|
18197
18206
|
*
|
|
18198
18207
|
* @example
|
|
18199
18208
|
* 1
|
|
@@ -18249,7 +18258,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $tea.Mo
|
|
|
18249
18258
|
imageType?: string;
|
|
18250
18259
|
/**
|
|
18251
18260
|
* @remarks
|
|
18252
|
-
* The instance
|
|
18261
|
+
* The instance types of the nodes.
|
|
18253
18262
|
*/
|
|
18254
18263
|
instanceTypes?: string[];
|
|
18255
18264
|
/**
|
|
@@ -32856,8 +32865,7 @@ export default class Client extends OpenApi {
|
|
|
32856
32865
|
* 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
32866
|
*
|
|
32858
32867
|
* @remarks
|
|
32859
|
-
*
|
|
32860
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
32868
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
32861
32869
|
*
|
|
32862
32870
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
32863
32871
|
* @param headers - map
|
|
@@ -32897,8 +32905,7 @@ export default class Client extends OpenApi {
|
|
|
32897
32905
|
* 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
32906
|
*
|
|
32899
32907
|
* @remarks
|
|
32900
|
-
*
|
|
32901
|
-
* ****Only Alibaba Cloud accounts can call this API operation.
|
|
32908
|
+
* You can call this operation only by using an Alibaba Cloud account.
|
|
32902
32909
|
*
|
|
32903
32910
|
* @param request - DescribeSubaccountK8sClusterUserConfigRequest
|
|
32904
32911
|
* @returns DescribeSubaccountK8sClusterUserConfigResponse
|