@pulumi/spotinst 3.69.0-alpha.1709368063 → 3.69.0-alpha.1710779206
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/aws/account.d.ts +2 -0
- package/aws/account.js +2 -0
- package/aws/account.js.map +1 -1
- package/aws/beanstalk.d.ts +2 -0
- package/aws/beanstalk.js +2 -0
- package/aws/beanstalk.js.map +1 -1
- package/aws/credentials.d.ts +12 -1
- package/aws/credentials.js +3 -1
- package/aws/credentials.js.map +1 -1
- package/aws/elastigroup.d.ts +6 -0
- package/aws/elastigroup.js.map +1 -1
- package/aws/mrScalar.d.ts +9 -0
- package/aws/mrScalar.js +9 -0
- package/aws/mrScalar.js.map +1 -1
- package/aws/ocean.d.ts +13 -5
- package/aws/ocean.js +13 -5
- package/aws/ocean.js.map +1 -1
- package/aws/oceanExtendedResourceDefinition.d.ts +2 -0
- package/aws/oceanExtendedResourceDefinition.js +2 -0
- package/aws/oceanExtendedResourceDefinition.js.map +1 -1
- package/aws/oceanLaunchSpec.d.ts +7 -0
- package/aws/oceanLaunchSpec.js +7 -0
- package/aws/oceanLaunchSpec.js.map +1 -1
- package/aws/suspension.d.ts +2 -0
- package/aws/suspension.js +2 -0
- package/aws/suspension.js.map +1 -1
- package/azure/elastigroup.d.ts +6 -8
- package/azure/elastigroup.js +6 -8
- package/azure/elastigroup.js.map +1 -1
- package/azure/ocean.d.ts +2 -0
- package/azure/ocean.js +2 -0
- package/azure/ocean.js.map +1 -1
- package/azure/oceanVirtualNodeGroup.d.ts +4 -0
- package/azure/oceanVirtualNodeGroup.js +4 -0
- package/azure/oceanVirtualNodeGroup.js.map +1 -1
- package/config/vars.d.ts +4 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/dataIntegration.d.ts +2 -0
- package/dataIntegration.js +2 -0
- package/dataIntegration.js.map +1 -1
- package/ecs/ocean.d.ts +1 -1
- package/ecs/ocean.js +1 -1
- package/ecs/oceanLaunchSpec.d.ts +5 -0
- package/ecs/oceanLaunchSpec.js +5 -0
- package/ecs/oceanLaunchSpec.js.map +1 -1
- package/gcp/elastigroup.d.ts +8 -0
- package/gcp/elastigroup.js +2 -0
- package/gcp/elastigroup.js.map +1 -1
- package/gke/elastigroup.d.ts +2 -0
- package/gke/elastigroup.js +2 -0
- package/gke/elastigroup.js.map +1 -1
- package/gke/oceanImport.d.ts +12 -1
- package/gke/oceanImport.js +12 -1
- package/gke/oceanImport.js.map +1 -1
- package/gke/oceanLaunchSpec.d.ts +7 -0
- package/gke/oceanLaunchSpec.js +7 -0
- package/gke/oceanLaunchSpec.js.map +1 -1
- package/gke/oceanLaunchSpecImport.d.ts +4 -0
- package/gke/oceanLaunchSpecImport.js +4 -0
- package/gke/oceanLaunchSpecImport.js.map +1 -1
- package/healthCheck.d.ts +0 -20
- package/healthCheck.js +0 -20
- package/healthCheck.js.map +1 -1
- package/organization/policy.d.ts +2 -0
- package/organization/policy.js +2 -0
- package/organization/policy.js.map +1 -1
- package/organization/programmaticUser.d.ts +2 -0
- package/organization/programmaticUser.js +2 -0
- package/organization/programmaticUser.js.map +1 -1
- package/organization/user.d.ts +2 -0
- package/organization/user.js +2 -0
- package/organization/user.js.map +1 -1
- package/organization/userGroup.d.ts +2 -0
- package/organization/userGroup.js +2 -0
- package/organization/userGroup.js.map +1 -1
- package/package.json +1 -1
- package/provider.d.ts +4 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/spark/ocean.d.ts +4 -0
- package/spark/ocean.js +4 -0
- package/spark/ocean.js.map +1 -1
- package/spark/oceanVirtualNodeGroup.d.ts +2 -0
- package/spark/oceanVirtualNodeGroup.js +2 -0
- package/spark/oceanVirtualNodeGroup.js.map +1 -1
- package/statefulNodeAzure.d.ts +3 -0
- package/statefulNodeAzure.js +3 -0
- package/statefulNodeAzure.js.map +1 -1
- package/subscription.d.ts +2 -0
- package/subscription.js +2 -0
- package/subscription.js.map +1 -1
- package/types/input.d.ts +82 -13
- package/types/output.d.ts +82 -13
package/types/output.d.ts
CHANGED
|
@@ -336,9 +336,11 @@ export declare namespace aws {
|
|
|
336
336
|
*
|
|
337
337
|
* Usage:
|
|
338
338
|
*
|
|
339
|
+
* <!--Start PulumiCodeChooser -->
|
|
339
340
|
* ```typescript
|
|
340
341
|
* import * as pulumi from "@pulumi/pulumi";
|
|
341
342
|
* ```
|
|
343
|
+
* <!--End PulumiCodeChooser -->
|
|
342
344
|
*/
|
|
343
345
|
adjustmentPercentage?: string;
|
|
344
346
|
/**
|
|
@@ -432,9 +434,11 @@ export declare namespace aws {
|
|
|
432
434
|
*
|
|
433
435
|
* Usage:
|
|
434
436
|
*
|
|
437
|
+
* <!--Start PulumiCodeChooser -->
|
|
435
438
|
* ```typescript
|
|
436
439
|
* import * as pulumi from "@pulumi/pulumi";
|
|
437
440
|
* ```
|
|
441
|
+
* <!--End PulumiCodeChooser -->
|
|
438
442
|
*/
|
|
439
443
|
throughput?: number;
|
|
440
444
|
/**
|
|
@@ -457,9 +461,11 @@ export declare namespace aws {
|
|
|
457
461
|
*
|
|
458
462
|
* Usage:
|
|
459
463
|
*
|
|
464
|
+
* <!--Start PulumiCodeChooser -->
|
|
460
465
|
* ```typescript
|
|
461
466
|
* import * as pulumi from "@pulumi/pulumi";
|
|
462
467
|
* ```
|
|
468
|
+
* <!--End PulumiCodeChooser -->
|
|
463
469
|
*/
|
|
464
470
|
virtualName: string;
|
|
465
471
|
}
|
|
@@ -541,9 +547,11 @@ export declare namespace aws {
|
|
|
541
547
|
*
|
|
542
548
|
* Usage:
|
|
543
549
|
*
|
|
550
|
+
* <!--Start PulumiCodeChooser -->
|
|
544
551
|
* ```typescript
|
|
545
552
|
* import * as pulumi from "@pulumi/pulumi";
|
|
546
553
|
* ```
|
|
554
|
+
* <!--End PulumiCodeChooser -->
|
|
547
555
|
*/
|
|
548
556
|
updateLevel?: string;
|
|
549
557
|
}
|
|
@@ -571,9 +579,11 @@ export declare namespace aws {
|
|
|
571
579
|
*
|
|
572
580
|
* Usage:
|
|
573
581
|
*
|
|
582
|
+
* <!--Start PulumiCodeChooser -->
|
|
574
583
|
* ```typescript
|
|
575
584
|
* import * as pulumi from "@pulumi/pulumi";
|
|
576
585
|
* ```
|
|
586
|
+
* <!--End PulumiCodeChooser -->
|
|
577
587
|
*/
|
|
578
588
|
deploymentGroupName: string;
|
|
579
589
|
}
|
|
@@ -702,9 +712,11 @@ export declare namespace aws {
|
|
|
702
712
|
*
|
|
703
713
|
* Usage:
|
|
704
714
|
*
|
|
715
|
+
* <!--Start PulumiCodeChooser -->
|
|
705
716
|
* ```typescript
|
|
706
717
|
* import * as pulumi from "@pulumi/pulumi";
|
|
707
718
|
* ```
|
|
719
|
+
* <!--End PulumiCodeChooser -->
|
|
708
720
|
*/
|
|
709
721
|
jobQueueNames: string[];
|
|
710
722
|
}
|
|
@@ -726,9 +738,11 @@ export declare namespace aws {
|
|
|
726
738
|
*
|
|
727
739
|
* Usage:
|
|
728
740
|
*
|
|
741
|
+
* <!--Start PulumiCodeChooser -->
|
|
729
742
|
* ```typescript
|
|
730
743
|
* import * as pulumi from "@pulumi/pulumi";
|
|
731
744
|
* ```
|
|
745
|
+
* <!--End PulumiCodeChooser -->
|
|
732
746
|
*/
|
|
733
747
|
apiServer?: string;
|
|
734
748
|
/**
|
|
@@ -756,9 +770,11 @@ export declare namespace aws {
|
|
|
756
770
|
*
|
|
757
771
|
* Usage:
|
|
758
772
|
*
|
|
773
|
+
* <!--Start PulumiCodeChooser -->
|
|
759
774
|
* ```typescript
|
|
760
775
|
* import * as pulumi from "@pulumi/pulumi";
|
|
761
776
|
* ```
|
|
777
|
+
* <!--End PulumiCodeChooser -->
|
|
762
778
|
*/
|
|
763
779
|
autoscaleLabels?: outputs.aws.ElastigroupIntegrationKubernetesAutoscaleLabel[];
|
|
764
780
|
clusterIdentifier?: string;
|
|
@@ -808,9 +824,11 @@ export declare namespace aws {
|
|
|
808
824
|
*
|
|
809
825
|
* Usage:
|
|
810
826
|
*
|
|
827
|
+
* <!--Start PulumiCodeChooser -->
|
|
811
828
|
* ```typescript
|
|
812
829
|
* import * as pulumi from "@pulumi/pulumi";
|
|
813
830
|
* ```
|
|
831
|
+
* <!--End PulumiCodeChooser -->
|
|
814
832
|
*/
|
|
815
833
|
apiServer: string;
|
|
816
834
|
}
|
|
@@ -820,9 +838,11 @@ export declare namespace aws {
|
|
|
820
838
|
*
|
|
821
839
|
* Usage:
|
|
822
840
|
*
|
|
841
|
+
* <!--Start PulumiCodeChooser -->
|
|
823
842
|
* ```typescript
|
|
824
843
|
* import * as pulumi from "@pulumi/pulumi";
|
|
825
844
|
* ```
|
|
845
|
+
* <!--End PulumiCodeChooser -->
|
|
826
846
|
*/
|
|
827
847
|
deploymentId: string;
|
|
828
848
|
}
|
|
@@ -836,9 +856,11 @@ export declare namespace aws {
|
|
|
836
856
|
*
|
|
837
857
|
* Usage:
|
|
838
858
|
*
|
|
859
|
+
* <!--Start PulumiCodeChooser -->
|
|
839
860
|
* ```typescript
|
|
840
861
|
* import * as pulumi from "@pulumi/pulumi";
|
|
841
862
|
* ```
|
|
863
|
+
* <!--End PulumiCodeChooser -->
|
|
842
864
|
*/
|
|
843
865
|
autoscaleConstraints?: outputs.aws.ElastigroupIntegrationNomadAutoscaleConstraint[];
|
|
844
866
|
/**
|
|
@@ -910,9 +932,11 @@ export declare namespace aws {
|
|
|
910
932
|
* The Rancher version. Must be `"1"` or `"2"`. If this field is omitted, it’s assumed that the Rancher cluster is version 1. Note that Kubernetes is required when using Rancher version 2^.
|
|
911
933
|
* Usage:
|
|
912
934
|
*
|
|
935
|
+
* <!--Start PulumiCodeChooser -->
|
|
913
936
|
* ```typescript
|
|
914
937
|
* import * as pulumi from "@pulumi/pulumi";
|
|
915
938
|
* ```
|
|
939
|
+
* <!--End PulumiCodeChooser -->
|
|
916
940
|
*/
|
|
917
941
|
version?: string;
|
|
918
942
|
}
|
|
@@ -950,9 +974,11 @@ export declare namespace aws {
|
|
|
950
974
|
*
|
|
951
975
|
* Usage:
|
|
952
976
|
*
|
|
977
|
+
* <!--Start PulumiCodeChooser -->
|
|
953
978
|
* ```typescript
|
|
954
979
|
* import * as pulumi from "@pulumi/pulumi";
|
|
955
980
|
* ```
|
|
981
|
+
* <!--End PulumiCodeChooser -->
|
|
956
982
|
*/
|
|
957
983
|
usePublicDns?: boolean;
|
|
958
984
|
/**
|
|
@@ -1048,9 +1074,11 @@ export declare namespace aws {
|
|
|
1048
1074
|
*
|
|
1049
1075
|
* Usage:
|
|
1050
1076
|
*
|
|
1077
|
+
* <!--Start PulumiCodeChooser -->
|
|
1051
1078
|
* ```typescript
|
|
1052
1079
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1053
1080
|
* ```
|
|
1081
|
+
* <!--End PulumiCodeChooser -->
|
|
1054
1082
|
*/
|
|
1055
1083
|
balancerId: string;
|
|
1056
1084
|
/**
|
|
@@ -1124,9 +1152,11 @@ export declare namespace aws {
|
|
|
1124
1152
|
*
|
|
1125
1153
|
* Usage:
|
|
1126
1154
|
*
|
|
1155
|
+
* <!--Start PulumiCodeChooser -->
|
|
1127
1156
|
* ```typescript
|
|
1128
1157
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1129
1158
|
* ```
|
|
1159
|
+
* <!--End PulumiCodeChooser -->
|
|
1130
1160
|
*/
|
|
1131
1161
|
associateIpv6Address?: boolean;
|
|
1132
1162
|
/**
|
|
@@ -1421,13 +1451,17 @@ export declare namespace aws {
|
|
|
1421
1451
|
*
|
|
1422
1452
|
* Usage:
|
|
1423
1453
|
*
|
|
1454
|
+
* <!--Start PulumiCodeChooser -->
|
|
1424
1455
|
* ```typescript
|
|
1425
1456
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1426
1457
|
* ```
|
|
1458
|
+
* <!--End PulumiCodeChooser -->
|
|
1427
1459
|
*
|
|
1460
|
+
* <!--Start PulumiCodeChooser -->
|
|
1428
1461
|
* ```typescript
|
|
1429
1462
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1430
1463
|
* ```
|
|
1464
|
+
* <!--End PulumiCodeChooser -->
|
|
1431
1465
|
*/
|
|
1432
1466
|
predictiveMode?: string;
|
|
1433
1467
|
/**
|
|
@@ -1615,9 +1649,11 @@ export declare namespace aws {
|
|
|
1615
1649
|
*
|
|
1616
1650
|
* Usage:
|
|
1617
1651
|
*
|
|
1652
|
+
* <!--Start PulumiCodeChooser -->
|
|
1618
1653
|
* ```typescript
|
|
1619
1654
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1620
1655
|
* ```
|
|
1656
|
+
* <!--End PulumiCodeChooser -->
|
|
1621
1657
|
*/
|
|
1622
1658
|
adjustmentPercentage?: string;
|
|
1623
1659
|
/**
|
|
@@ -1683,9 +1719,11 @@ export declare namespace aws {
|
|
|
1683
1719
|
*
|
|
1684
1720
|
* Usage:
|
|
1685
1721
|
*
|
|
1722
|
+
* <!--Start PulumiCodeChooser -->
|
|
1686
1723
|
* ```typescript
|
|
1687
1724
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1688
1725
|
* ```
|
|
1726
|
+
* <!--End PulumiCodeChooser -->
|
|
1689
1727
|
*/
|
|
1690
1728
|
timeout?: number;
|
|
1691
1729
|
}
|
|
@@ -1703,9 +1741,11 @@ export declare namespace aws {
|
|
|
1703
1741
|
*
|
|
1704
1742
|
* Usage:
|
|
1705
1743
|
*
|
|
1744
|
+
* <!--Start PulumiCodeChooser -->
|
|
1706
1745
|
* ```typescript
|
|
1707
1746
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1708
1747
|
* ```
|
|
1748
|
+
* <!--End PulumiCodeChooser -->
|
|
1709
1749
|
*/
|
|
1710
1750
|
shouldDeleteSnapshots?: boolean;
|
|
1711
1751
|
/**
|
|
@@ -1723,9 +1763,11 @@ export declare namespace aws {
|
|
|
1723
1763
|
*
|
|
1724
1764
|
* Usage:
|
|
1725
1765
|
*
|
|
1766
|
+
* <!--Start PulumiCodeChooser -->
|
|
1726
1767
|
* ```typescript
|
|
1727
1768
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1728
1769
|
* ```
|
|
1770
|
+
* <!--End PulumiCodeChooser -->
|
|
1729
1771
|
*/
|
|
1730
1772
|
type: string;
|
|
1731
1773
|
}
|
|
@@ -1772,11 +1814,11 @@ export declare namespace aws {
|
|
|
1772
1814
|
*/
|
|
1773
1815
|
strategy?: outputs.aws.ElastigroupUpdatePolicyRollConfigStrategy;
|
|
1774
1816
|
/**
|
|
1775
|
-
* For use with `shouldRoll`. Sets minimum
|
|
1817
|
+
* For use with `shouldRoll`. Sets minimum %!o(MISSING)f roll required to complete before continuing the plan. Required if `waitForRollTimeout` is set.
|
|
1776
1818
|
*/
|
|
1777
1819
|
waitForRollPercentage?: number;
|
|
1778
1820
|
/**
|
|
1779
|
-
* For use with `shouldRoll`. Sets how long to wait for the deployed
|
|
1821
|
+
* For use with `shouldRoll`. Sets how long to wait for the deployed %!o(MISSING)f a roll to exceed `waitForRollPercentage` before continuing the plan. Required if `waitForRollPercentage` is set.
|
|
1780
1822
|
*/
|
|
1781
1823
|
waitForRollTimeout?: number;
|
|
1782
1824
|
}
|
|
@@ -1811,9 +1853,11 @@ export declare namespace aws {
|
|
|
1811
1853
|
/**
|
|
1812
1854
|
* Decrementing the group target capacity after detaching the instances.
|
|
1813
1855
|
*
|
|
1856
|
+
* <!--Start PulumiCodeChooser -->
|
|
1814
1857
|
* ```typescript
|
|
1815
1858
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1816
1859
|
* ```
|
|
1860
|
+
* <!--End PulumiCodeChooser -->
|
|
1817
1861
|
*/
|
|
1818
1862
|
shouldDecrementTargetCapacity?: boolean;
|
|
1819
1863
|
/**
|
|
@@ -1827,7 +1871,10 @@ export declare namespace aws {
|
|
|
1827
1871
|
}
|
|
1828
1872
|
interface ManagedInstanceBlockDeviceMappingEbs {
|
|
1829
1873
|
deleteOnTermination: boolean;
|
|
1874
|
+
encrypted?: boolean;
|
|
1830
1875
|
iops?: number;
|
|
1876
|
+
kmsKeyId?: string;
|
|
1877
|
+
snapshotId?: string;
|
|
1831
1878
|
throughput?: number;
|
|
1832
1879
|
volumeSize?: number;
|
|
1833
1880
|
volumeType: string;
|
|
@@ -2616,7 +2663,7 @@ export declare namespace aws {
|
|
|
2616
2663
|
}
|
|
2617
2664
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
2618
2665
|
/**
|
|
2619
|
-
* Number between 0-200 to control the headroom
|
|
2666
|
+
* Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
|
|
2620
2667
|
*/
|
|
2621
2668
|
autoHeadroomPercentage?: number;
|
|
2622
2669
|
}
|
|
@@ -3191,7 +3238,7 @@ export declare namespace azure {
|
|
|
3191
3238
|
}
|
|
3192
3239
|
interface OceanAutoscalerAutoscaleDown {
|
|
3193
3240
|
/**
|
|
3194
|
-
* Would represent the maximum
|
|
3241
|
+
* Would represent the maximum %!t(MISSING)o scale-down.
|
|
3195
3242
|
*/
|
|
3196
3243
|
maxScaleDownPercentage: number;
|
|
3197
3244
|
}
|
|
@@ -3504,7 +3551,7 @@ export declare namespace azure {
|
|
|
3504
3551
|
}
|
|
3505
3552
|
interface OceanVirtualNodeGroupAutoscale {
|
|
3506
3553
|
/**
|
|
3507
|
-
* Number between 0-200 to control the headroom
|
|
3554
|
+
* Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when `cluster.autoScaler.headroom.automatic.is_enabled` = true is set on the Ocean cluster.
|
|
3508
3555
|
*/
|
|
3509
3556
|
autoHeadroomPercentage?: number;
|
|
3510
3557
|
autoscaleHeadrooms?: outputs.azure.OceanVirtualNodeGroupAutoscaleAutoscaleHeadroom[];
|
|
@@ -3605,7 +3652,7 @@ export declare namespace azure {
|
|
|
3605
3652
|
export declare namespace ecs {
|
|
3606
3653
|
interface OceanAutoscaler {
|
|
3607
3654
|
/**
|
|
3608
|
-
* The auto-headroom percentage. Set a number between 0-200 to control the headroom
|
|
3655
|
+
* The auto-headroom percentage. Set a number between 0-200 to control the headroom %!o(MISSING)f the cluster. Relevant when `isAutoConfig`= true.
|
|
3609
3656
|
*/
|
|
3610
3657
|
autoHeadroomPercentage?: number;
|
|
3611
3658
|
/**
|
|
@@ -3619,9 +3666,11 @@ export declare namespace ecs {
|
|
|
3619
3666
|
/**
|
|
3620
3667
|
* When set to true, both automatic and per custom launch specification manual headroom to be saved concurrently and independently in the cluster. prerequisite: isAutoConfig must be true
|
|
3621
3668
|
*
|
|
3669
|
+
* <!--Start PulumiCodeChooser -->
|
|
3622
3670
|
* ```typescript
|
|
3623
3671
|
* import * as pulumi from "@pulumi/pulumi";
|
|
3624
3672
|
* ```
|
|
3673
|
+
* <!--End PulumiCodeChooser -->
|
|
3625
3674
|
*/
|
|
3626
3675
|
enableAutomaticAndManualHeadroom?: boolean;
|
|
3627
3676
|
/**
|
|
@@ -3647,7 +3696,7 @@ export declare namespace ecs {
|
|
|
3647
3696
|
}
|
|
3648
3697
|
interface OceanAutoscalerDown {
|
|
3649
3698
|
/**
|
|
3650
|
-
* Would represent the maximum
|
|
3699
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
3651
3700
|
*/
|
|
3652
3701
|
maxScaleDownPercentage?: number;
|
|
3653
3702
|
}
|
|
@@ -4012,9 +4061,11 @@ export declare namespace ecs {
|
|
|
4012
4061
|
/**
|
|
4013
4062
|
* Valid values: "clusterRoll". Required for `cluster.scheduling.tasks object`. Example: `clusterRoll`.
|
|
4014
4063
|
*
|
|
4064
|
+
* <!--Start PulumiCodeChooser -->
|
|
4015
4065
|
* ```typescript
|
|
4016
4066
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4017
4067
|
* ```
|
|
4068
|
+
* <!--End PulumiCodeChooser -->
|
|
4018
4069
|
*
|
|
4019
4070
|
*
|
|
4020
4071
|
* <a id="attributes-reference"></a>
|
|
@@ -4048,11 +4099,13 @@ export declare namespace ecs {
|
|
|
4048
4099
|
}
|
|
4049
4100
|
interface OceanUpdatePolicyRollConfig {
|
|
4050
4101
|
/**
|
|
4051
|
-
* Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50
|
|
4102
|
+
* Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%! (MISSING)Value of param should represent the number in percentage (%!)(MISSING) of the batch.
|
|
4052
4103
|
*
|
|
4104
|
+
* <!--Start PulumiCodeChooser -->
|
|
4053
4105
|
* ```typescript
|
|
4054
4106
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4055
4107
|
* ```
|
|
4108
|
+
* <!--End PulumiCodeChooser -->
|
|
4056
4109
|
*/
|
|
4057
4110
|
batchMinHealthyPercentage?: number;
|
|
4058
4111
|
/**
|
|
@@ -4090,9 +4143,11 @@ export declare namespace gcp {
|
|
|
4090
4143
|
*
|
|
4091
4144
|
* Usage:
|
|
4092
4145
|
*
|
|
4146
|
+
* <!--Start PulumiCodeChooser -->
|
|
4093
4147
|
* ```typescript
|
|
4094
4148
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4095
4149
|
* ```
|
|
4150
|
+
* <!--End PulumiCodeChooser -->
|
|
4096
4151
|
*/
|
|
4097
4152
|
ports: string[];
|
|
4098
4153
|
}
|
|
@@ -4144,9 +4199,11 @@ export declare namespace gcp {
|
|
|
4144
4199
|
*
|
|
4145
4200
|
* Usage:
|
|
4146
4201
|
*
|
|
4202
|
+
* <!--Start PulumiCodeChooser -->
|
|
4147
4203
|
* ```typescript
|
|
4148
4204
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4149
4205
|
* ```
|
|
4206
|
+
* <!--End PulumiCodeChooser -->
|
|
4150
4207
|
*/
|
|
4151
4208
|
sourceImage: string;
|
|
4152
4209
|
}
|
|
@@ -4156,9 +4213,11 @@ export declare namespace gcp {
|
|
|
4156
4213
|
*
|
|
4157
4214
|
* Usage:
|
|
4158
4215
|
*
|
|
4216
|
+
* <!--Start PulumiCodeChooser -->
|
|
4159
4217
|
* ```typescript
|
|
4160
4218
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4161
4219
|
* ```
|
|
4220
|
+
* <!--End PulumiCodeChooser -->
|
|
4162
4221
|
*/
|
|
4163
4222
|
count: number;
|
|
4164
4223
|
/**
|
|
@@ -4183,9 +4242,11 @@ export declare namespace gcp {
|
|
|
4183
4242
|
*
|
|
4184
4243
|
* Usage:
|
|
4185
4244
|
*
|
|
4245
|
+
* <!--Start PulumiCodeChooser -->
|
|
4186
4246
|
* ```typescript
|
|
4187
4247
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4188
4248
|
* ```
|
|
4249
|
+
* <!--End PulumiCodeChooser -->
|
|
4189
4250
|
*/
|
|
4190
4251
|
masterPort: number;
|
|
4191
4252
|
}
|
|
@@ -4404,9 +4465,11 @@ export declare namespace gcp {
|
|
|
4404
4465
|
*
|
|
4405
4466
|
* Usage:
|
|
4406
4467
|
*
|
|
4468
|
+
* <!--Start PulumiCodeChooser -->
|
|
4407
4469
|
* ```typescript
|
|
4408
4470
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4409
4471
|
* ```
|
|
4472
|
+
* <!--End PulumiCodeChooser -->
|
|
4410
4473
|
*/
|
|
4411
4474
|
maxCapacity?: string;
|
|
4412
4475
|
/**
|
|
@@ -4596,7 +4659,7 @@ export declare namespace gke {
|
|
|
4596
4659
|
}
|
|
4597
4660
|
interface OceanImportAutoscaler {
|
|
4598
4661
|
/**
|
|
4599
|
-
* Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom
|
|
4662
|
+
* Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom %!f(MISSING)rom the cluster. Relevant when isAutoConfig=true.
|
|
4600
4663
|
*/
|
|
4601
4664
|
autoHeadroomPercentage?: number;
|
|
4602
4665
|
/**
|
|
@@ -4634,7 +4697,7 @@ export declare namespace gke {
|
|
|
4634
4697
|
*/
|
|
4635
4698
|
evaluationPeriods?: number;
|
|
4636
4699
|
/**
|
|
4637
|
-
* Would represent the maximum
|
|
4700
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
4638
4701
|
*/
|
|
4639
4702
|
maxScaleDownPercentage?: number;
|
|
4640
4703
|
}
|
|
@@ -4660,9 +4723,11 @@ export declare namespace gke {
|
|
|
4660
4723
|
/**
|
|
4661
4724
|
* The maximum memory in GiB units that can be allocated to the cluster.
|
|
4662
4725
|
*
|
|
4726
|
+
* <!--Start PulumiCodeChooser -->
|
|
4663
4727
|
* ```typescript
|
|
4664
4728
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4665
4729
|
* ```
|
|
4730
|
+
* <!--End PulumiCodeChooser -->
|
|
4666
4731
|
*
|
|
4667
4732
|
* <a id="strategy"></a>
|
|
4668
4733
|
*/
|
|
@@ -4737,12 +4802,14 @@ export declare namespace gke {
|
|
|
4737
4802
|
interface OceanImportScheduledTaskTaskTaskParametersClusterRoll {
|
|
4738
4803
|
batchMinHealthyPercentage?: number;
|
|
4739
4804
|
/**
|
|
4740
|
-
* Value in
|
|
4805
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4741
4806
|
* Example: 20.
|
|
4742
4807
|
*
|
|
4808
|
+
* <!--Start PulumiCodeChooser -->
|
|
4743
4809
|
* ```typescript
|
|
4744
4810
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4745
4811
|
* ```
|
|
4812
|
+
* <!--End PulumiCodeChooser -->
|
|
4746
4813
|
*/
|
|
4747
4814
|
batchSizePercentage?: number;
|
|
4748
4815
|
comment?: string;
|
|
@@ -4774,12 +4841,14 @@ export declare namespace gke {
|
|
|
4774
4841
|
interface OceanImportUpdatePolicyRollConfig {
|
|
4775
4842
|
batchMinHealthyPercentage?: number;
|
|
4776
4843
|
/**
|
|
4777
|
-
* Value in
|
|
4844
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4778
4845
|
* Example: 20.
|
|
4779
4846
|
*
|
|
4847
|
+
* <!--Start PulumiCodeChooser -->
|
|
4780
4848
|
* ```typescript
|
|
4781
4849
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4782
4850
|
* ```
|
|
4851
|
+
* <!--End PulumiCodeChooser -->
|
|
4783
4852
|
*/
|
|
4784
4853
|
batchSizePercentage: number;
|
|
4785
4854
|
launchSpecIds?: string[];
|
|
@@ -4805,7 +4874,7 @@ export declare namespace gke {
|
|
|
4805
4874
|
}
|
|
4806
4875
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
4807
4876
|
/**
|
|
4808
|
-
* Number between 0-200 to control the headroom
|
|
4877
|
+
* Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
|
|
4809
4878
|
*/
|
|
4810
4879
|
autoHeadroomPercentage?: number;
|
|
4811
4880
|
}
|