@alicloud/cs20151215 3.0.1 → 3.0.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 +94 -2
- package/dist/client.js +1216 -92
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1260 -92
package/dist/client.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export declare class CreateClusterRequest extends $tea.Model {
|
|
|
241
241
|
customSan?: string;
|
|
242
242
|
deletionProtection?: boolean;
|
|
243
243
|
disableRollback?: boolean;
|
|
244
|
+
enableRrsa?: boolean;
|
|
244
245
|
encryptionProviderKey?: string;
|
|
245
246
|
endpointPublicAccess?: boolean;
|
|
246
247
|
formatDisk?: boolean;
|
|
@@ -279,6 +280,7 @@ export declare class CreateClusterRequest extends $tea.Model {
|
|
|
279
280
|
proxyMode?: string;
|
|
280
281
|
rdsInstances?: string[];
|
|
281
282
|
regionId?: string;
|
|
283
|
+
resourceGroupId?: string;
|
|
282
284
|
runtime?: Runtime;
|
|
283
285
|
securityGroupId?: string;
|
|
284
286
|
serviceAccountIssuer?: string;
|
|
@@ -724,10 +726,35 @@ export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
|
|
|
724
726
|
[key: string]: any;
|
|
725
727
|
});
|
|
726
728
|
}
|
|
729
|
+
export declare class DeletePolicyInstanceRequest extends $tea.Model {
|
|
730
|
+
instanceName?: string;
|
|
731
|
+
static names(): {
|
|
732
|
+
[key: string]: string;
|
|
733
|
+
};
|
|
734
|
+
static types(): {
|
|
735
|
+
[key: string]: any;
|
|
736
|
+
};
|
|
737
|
+
constructor(map?: {
|
|
738
|
+
[key: string]: any;
|
|
739
|
+
});
|
|
740
|
+
}
|
|
741
|
+
export declare class DeletePolicyInstanceResponseBody extends $tea.Model {
|
|
742
|
+
instances?: string[];
|
|
743
|
+
static names(): {
|
|
744
|
+
[key: string]: string;
|
|
745
|
+
};
|
|
746
|
+
static types(): {
|
|
747
|
+
[key: string]: any;
|
|
748
|
+
};
|
|
749
|
+
constructor(map?: {
|
|
750
|
+
[key: string]: any;
|
|
751
|
+
});
|
|
752
|
+
}
|
|
727
753
|
export declare class DeletePolicyInstanceResponse extends $tea.Model {
|
|
728
754
|
headers: {
|
|
729
755
|
[key: string]: string;
|
|
730
756
|
};
|
|
757
|
+
body: DeletePolicyInstanceResponseBody;
|
|
731
758
|
static names(): {
|
|
732
759
|
[key: string]: string;
|
|
733
760
|
};
|
|
@@ -782,10 +809,23 @@ export declare class DeployPolicyInstanceRequest extends $tea.Model {
|
|
|
782
809
|
[key: string]: any;
|
|
783
810
|
});
|
|
784
811
|
}
|
|
812
|
+
export declare class DeployPolicyInstanceResponseBody extends $tea.Model {
|
|
813
|
+
instances?: string[];
|
|
814
|
+
static names(): {
|
|
815
|
+
[key: string]: string;
|
|
816
|
+
};
|
|
817
|
+
static types(): {
|
|
818
|
+
[key: string]: any;
|
|
819
|
+
};
|
|
820
|
+
constructor(map?: {
|
|
821
|
+
[key: string]: any;
|
|
822
|
+
});
|
|
823
|
+
}
|
|
785
824
|
export declare class DeployPolicyInstanceResponse extends $tea.Model {
|
|
786
825
|
headers: {
|
|
787
826
|
[key: string]: string;
|
|
788
827
|
};
|
|
828
|
+
body: DeployPolicyInstanceResponseBody;
|
|
789
829
|
static names(): {
|
|
790
830
|
[key: string]: string;
|
|
791
831
|
};
|
|
@@ -1595,6 +1635,7 @@ export declare class DescribeKubernetesVersionMetadataRequest extends $tea.Model
|
|
|
1595
1635
|
kubernetesVersion?: string;
|
|
1596
1636
|
profile?: string;
|
|
1597
1637
|
region?: string;
|
|
1638
|
+
runtime?: string;
|
|
1598
1639
|
static names(): {
|
|
1599
1640
|
[key: string]: string;
|
|
1600
1641
|
};
|
|
@@ -2198,6 +2239,7 @@ export declare class ModifyClusterRequest extends $tea.Model {
|
|
|
2198
2239
|
apiServerEip?: boolean;
|
|
2199
2240
|
apiServerEipId?: string;
|
|
2200
2241
|
deletionProtection?: boolean;
|
|
2242
|
+
enableRrsa?: boolean;
|
|
2201
2243
|
ingressDomainRebinding?: string;
|
|
2202
2244
|
ingressLoadbalancerId?: string;
|
|
2203
2245
|
instanceDeletionProtection?: boolean;
|
|
@@ -2383,10 +2425,23 @@ export declare class ModifyPolicyInstanceRequest extends $tea.Model {
|
|
|
2383
2425
|
[key: string]: any;
|
|
2384
2426
|
});
|
|
2385
2427
|
}
|
|
2428
|
+
export declare class ModifyPolicyInstanceResponseBody extends $tea.Model {
|
|
2429
|
+
instances?: string[];
|
|
2430
|
+
static names(): {
|
|
2431
|
+
[key: string]: string;
|
|
2432
|
+
};
|
|
2433
|
+
static types(): {
|
|
2434
|
+
[key: string]: any;
|
|
2435
|
+
};
|
|
2436
|
+
constructor(map?: {
|
|
2437
|
+
[key: string]: any;
|
|
2438
|
+
});
|
|
2439
|
+
}
|
|
2386
2440
|
export declare class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
2387
2441
|
headers: {
|
|
2388
2442
|
[key: string]: string;
|
|
2389
2443
|
};
|
|
2444
|
+
body: ModifyPolicyInstanceResponseBody;
|
|
2390
2445
|
static names(): {
|
|
2391
2446
|
[key: string]: string;
|
|
2392
2447
|
};
|
|
@@ -2766,10 +2821,23 @@ export declare class TagResourcesRequest extends $tea.Model {
|
|
|
2766
2821
|
[key: string]: any;
|
|
2767
2822
|
});
|
|
2768
2823
|
}
|
|
2824
|
+
export declare class TagResourcesResponseBody extends $tea.Model {
|
|
2825
|
+
requestId?: string;
|
|
2826
|
+
static names(): {
|
|
2827
|
+
[key: string]: string;
|
|
2828
|
+
};
|
|
2829
|
+
static types(): {
|
|
2830
|
+
[key: string]: any;
|
|
2831
|
+
};
|
|
2832
|
+
constructor(map?: {
|
|
2833
|
+
[key: string]: any;
|
|
2834
|
+
});
|
|
2835
|
+
}
|
|
2769
2836
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
2770
2837
|
headers: {
|
|
2771
2838
|
[key: string]: string;
|
|
2772
2839
|
};
|
|
2840
|
+
body: TagResourcesResponseBody;
|
|
2773
2841
|
static names(): {
|
|
2774
2842
|
[key: string]: string;
|
|
2775
2843
|
};
|
|
@@ -2807,6 +2875,7 @@ export declare class UnInstallClusterAddonsResponse extends $tea.Model {
|
|
|
2807
2875
|
});
|
|
2808
2876
|
}
|
|
2809
2877
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
2878
|
+
all?: boolean;
|
|
2810
2879
|
regionId?: string;
|
|
2811
2880
|
resourceIds?: string[];
|
|
2812
2881
|
resourceType?: string;
|
|
@@ -2821,10 +2890,23 @@ export declare class UntagResourcesRequest extends $tea.Model {
|
|
|
2821
2890
|
[key: string]: any;
|
|
2822
2891
|
});
|
|
2823
2892
|
}
|
|
2893
|
+
export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
2894
|
+
requestId?: string;
|
|
2895
|
+
static names(): {
|
|
2896
|
+
[key: string]: string;
|
|
2897
|
+
};
|
|
2898
|
+
static types(): {
|
|
2899
|
+
[key: string]: any;
|
|
2900
|
+
};
|
|
2901
|
+
constructor(map?: {
|
|
2902
|
+
[key: string]: any;
|
|
2903
|
+
});
|
|
2904
|
+
}
|
|
2824
2905
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
2825
2906
|
headers: {
|
|
2826
2907
|
[key: string]: string;
|
|
2827
2908
|
};
|
|
2909
|
+
body: UntagResourcesResponseBody;
|
|
2828
2910
|
static names(): {
|
|
2829
2911
|
[key: string]: string;
|
|
2830
2912
|
};
|
|
@@ -3016,6 +3098,7 @@ export declare class CreateClusterNodePoolRequestKubernetesConfig extends $tea.M
|
|
|
3016
3098
|
cmsEnabled?: boolean;
|
|
3017
3099
|
cpuPolicy?: string;
|
|
3018
3100
|
labels?: Tag[];
|
|
3101
|
+
nodeNameMode?: string;
|
|
3019
3102
|
runtime?: string;
|
|
3020
3103
|
runtimeVersion?: string;
|
|
3021
3104
|
taints?: Taint[];
|
|
@@ -3104,6 +3187,8 @@ export declare class CreateClusterNodePoolRequestScalingGroup extends $tea.Model
|
|
|
3104
3187
|
autoRenewPeriod?: number;
|
|
3105
3188
|
compensateWithOnDemand?: boolean;
|
|
3106
3189
|
dataDisks?: DataDisk[];
|
|
3190
|
+
deploymentsetId?: string;
|
|
3191
|
+
desiredSize?: number;
|
|
3107
3192
|
imageId?: string;
|
|
3108
3193
|
imageType?: string;
|
|
3109
3194
|
instanceChargeType?: string;
|
|
@@ -3233,6 +3318,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
3233
3318
|
cmsEnabled?: boolean;
|
|
3234
3319
|
cpuPolicy?: string;
|
|
3235
3320
|
labels?: Tag[];
|
|
3321
|
+
nodeNameMode?: string;
|
|
3236
3322
|
runtime?: string;
|
|
3237
3323
|
runtimeVersion?: string;
|
|
3238
3324
|
taints?: Taint[];
|
|
@@ -3313,6 +3399,8 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
3313
3399
|
autoRenewPeriod?: number;
|
|
3314
3400
|
compensateWithOnDemand?: boolean;
|
|
3315
3401
|
dataDisks?: DataDisk[];
|
|
3402
|
+
deploymentsetId?: string;
|
|
3403
|
+
desiredSize?: number;
|
|
3316
3404
|
imageId?: string;
|
|
3317
3405
|
instanceChargeType?: string;
|
|
3318
3406
|
instanceTypes?: string[];
|
|
@@ -3420,6 +3508,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
3420
3508
|
cmsEnabled?: boolean;
|
|
3421
3509
|
cpuPolicy?: string;
|
|
3422
3510
|
labels?: Tag[];
|
|
3511
|
+
nodeNameMode?: string;
|
|
3423
3512
|
runtime?: string;
|
|
3424
3513
|
runtimeVersion?: string;
|
|
3425
3514
|
taints?: Taint[];
|
|
@@ -3500,6 +3589,8 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
3500
3589
|
autoRenewPeriod?: number;
|
|
3501
3590
|
compensateWithOnDemand?: boolean;
|
|
3502
3591
|
dataDisks?: DataDisk[];
|
|
3592
|
+
deploymentsetId?: string;
|
|
3593
|
+
desiredSize?: number;
|
|
3503
3594
|
imageId?: string;
|
|
3504
3595
|
instanceChargeType?: string;
|
|
3505
3596
|
instanceTypes?: string[];
|
|
@@ -4391,6 +4482,7 @@ export declare class ModifyClusterNodePoolRequestScalingGroup extends $tea.Model
|
|
|
4391
4482
|
autoRenewPeriod?: number;
|
|
4392
4483
|
compensateWithOnDemand?: boolean;
|
|
4393
4484
|
dataDisks?: DataDisk[];
|
|
4485
|
+
desiredSize?: number;
|
|
4394
4486
|
imageId?: string;
|
|
4395
4487
|
instanceChargeType?: string;
|
|
4396
4488
|
instanceTypes?: string[];
|
|
@@ -4587,8 +4679,8 @@ export default class Client extends OpenApi {
|
|
|
4587
4679
|
deleteKubernetesTriggerWithOptions(Id: string, headers: {
|
|
4588
4680
|
[key: string]: string;
|
|
4589
4681
|
}, runtime: $Util.RuntimeOptions): Promise<DeleteKubernetesTriggerResponse>;
|
|
4590
|
-
deletePolicyInstance(clusterId: string, policyName: string,
|
|
4591
|
-
deletePolicyInstanceWithOptions(clusterId: string, policyName: string,
|
|
4682
|
+
deletePolicyInstance(clusterId: string, policyName: string, request: DeletePolicyInstanceRequest): Promise<DeletePolicyInstanceResponse>;
|
|
4683
|
+
deletePolicyInstanceWithOptions(clusterId: string, policyName: string, request: DeletePolicyInstanceRequest, headers: {
|
|
4592
4684
|
[key: string]: string;
|
|
4593
4685
|
}, runtime: $Util.RuntimeOptions): Promise<DeletePolicyInstanceResponse>;
|
|
4594
4686
|
deleteTemplate(TemplateId: string): Promise<DeleteTemplateResponse>;
|