@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/input.d.ts
CHANGED
|
@@ -337,9 +337,11 @@ export declare namespace aws {
|
|
|
337
337
|
*
|
|
338
338
|
* Usage:
|
|
339
339
|
*
|
|
340
|
+
* <!--Start PulumiCodeChooser -->
|
|
340
341
|
* ```typescript
|
|
341
342
|
* import * as pulumi from "@pulumi/pulumi";
|
|
342
343
|
* ```
|
|
344
|
+
* <!--End PulumiCodeChooser -->
|
|
343
345
|
*/
|
|
344
346
|
adjustmentPercentage?: pulumi.Input<string>;
|
|
345
347
|
/**
|
|
@@ -433,9 +435,11 @@ export declare namespace aws {
|
|
|
433
435
|
*
|
|
434
436
|
* Usage:
|
|
435
437
|
*
|
|
438
|
+
* <!--Start PulumiCodeChooser -->
|
|
436
439
|
* ```typescript
|
|
437
440
|
* import * as pulumi from "@pulumi/pulumi";
|
|
438
441
|
* ```
|
|
442
|
+
* <!--End PulumiCodeChooser -->
|
|
439
443
|
*/
|
|
440
444
|
throughput?: pulumi.Input<number>;
|
|
441
445
|
/**
|
|
@@ -458,9 +462,11 @@ export declare namespace aws {
|
|
|
458
462
|
*
|
|
459
463
|
* Usage:
|
|
460
464
|
*
|
|
465
|
+
* <!--Start PulumiCodeChooser -->
|
|
461
466
|
* ```typescript
|
|
462
467
|
* import * as pulumi from "@pulumi/pulumi";
|
|
463
468
|
* ```
|
|
469
|
+
* <!--End PulumiCodeChooser -->
|
|
464
470
|
*/
|
|
465
471
|
virtualName: pulumi.Input<string>;
|
|
466
472
|
}
|
|
@@ -542,9 +548,11 @@ export declare namespace aws {
|
|
|
542
548
|
*
|
|
543
549
|
* Usage:
|
|
544
550
|
*
|
|
551
|
+
* <!--Start PulumiCodeChooser -->
|
|
545
552
|
* ```typescript
|
|
546
553
|
* import * as pulumi from "@pulumi/pulumi";
|
|
547
554
|
* ```
|
|
555
|
+
* <!--End PulumiCodeChooser -->
|
|
548
556
|
*/
|
|
549
557
|
updateLevel?: pulumi.Input<string>;
|
|
550
558
|
}
|
|
@@ -572,9 +580,11 @@ export declare namespace aws {
|
|
|
572
580
|
*
|
|
573
581
|
* Usage:
|
|
574
582
|
*
|
|
583
|
+
* <!--Start PulumiCodeChooser -->
|
|
575
584
|
* ```typescript
|
|
576
585
|
* import * as pulumi from "@pulumi/pulumi";
|
|
577
586
|
* ```
|
|
587
|
+
* <!--End PulumiCodeChooser -->
|
|
578
588
|
*/
|
|
579
589
|
deploymentGroupName: pulumi.Input<string>;
|
|
580
590
|
}
|
|
@@ -703,9 +713,11 @@ export declare namespace aws {
|
|
|
703
713
|
*
|
|
704
714
|
* Usage:
|
|
705
715
|
*
|
|
716
|
+
* <!--Start PulumiCodeChooser -->
|
|
706
717
|
* ```typescript
|
|
707
718
|
* import * as pulumi from "@pulumi/pulumi";
|
|
708
719
|
* ```
|
|
720
|
+
* <!--End PulumiCodeChooser -->
|
|
709
721
|
*/
|
|
710
722
|
jobQueueNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
711
723
|
}
|
|
@@ -727,9 +739,11 @@ export declare namespace aws {
|
|
|
727
739
|
*
|
|
728
740
|
* Usage:
|
|
729
741
|
*
|
|
742
|
+
* <!--Start PulumiCodeChooser -->
|
|
730
743
|
* ```typescript
|
|
731
744
|
* import * as pulumi from "@pulumi/pulumi";
|
|
732
745
|
* ```
|
|
746
|
+
* <!--End PulumiCodeChooser -->
|
|
733
747
|
*/
|
|
734
748
|
apiServer?: pulumi.Input<string>;
|
|
735
749
|
/**
|
|
@@ -757,9 +771,11 @@ export declare namespace aws {
|
|
|
757
771
|
*
|
|
758
772
|
* Usage:
|
|
759
773
|
*
|
|
774
|
+
* <!--Start PulumiCodeChooser -->
|
|
760
775
|
* ```typescript
|
|
761
776
|
* import * as pulumi from "@pulumi/pulumi";
|
|
762
777
|
* ```
|
|
778
|
+
* <!--End PulumiCodeChooser -->
|
|
763
779
|
*/
|
|
764
780
|
autoscaleLabels?: pulumi.Input<pulumi.Input<inputs.aws.ElastigroupIntegrationKubernetesAutoscaleLabel>[]>;
|
|
765
781
|
clusterIdentifier?: pulumi.Input<string>;
|
|
@@ -809,9 +825,11 @@ export declare namespace aws {
|
|
|
809
825
|
*
|
|
810
826
|
* Usage:
|
|
811
827
|
*
|
|
828
|
+
* <!--Start PulumiCodeChooser -->
|
|
812
829
|
* ```typescript
|
|
813
830
|
* import * as pulumi from "@pulumi/pulumi";
|
|
814
831
|
* ```
|
|
832
|
+
* <!--End PulumiCodeChooser -->
|
|
815
833
|
*/
|
|
816
834
|
apiServer: pulumi.Input<string>;
|
|
817
835
|
}
|
|
@@ -821,9 +839,11 @@ export declare namespace aws {
|
|
|
821
839
|
*
|
|
822
840
|
* Usage:
|
|
823
841
|
*
|
|
842
|
+
* <!--Start PulumiCodeChooser -->
|
|
824
843
|
* ```typescript
|
|
825
844
|
* import * as pulumi from "@pulumi/pulumi";
|
|
826
845
|
* ```
|
|
846
|
+
* <!--End PulumiCodeChooser -->
|
|
827
847
|
*/
|
|
828
848
|
deploymentId: pulumi.Input<string>;
|
|
829
849
|
}
|
|
@@ -837,9 +857,11 @@ export declare namespace aws {
|
|
|
837
857
|
*
|
|
838
858
|
* Usage:
|
|
839
859
|
*
|
|
860
|
+
* <!--Start PulumiCodeChooser -->
|
|
840
861
|
* ```typescript
|
|
841
862
|
* import * as pulumi from "@pulumi/pulumi";
|
|
842
863
|
* ```
|
|
864
|
+
* <!--End PulumiCodeChooser -->
|
|
843
865
|
*/
|
|
844
866
|
autoscaleConstraints?: pulumi.Input<pulumi.Input<inputs.aws.ElastigroupIntegrationNomadAutoscaleConstraint>[]>;
|
|
845
867
|
/**
|
|
@@ -911,9 +933,11 @@ export declare namespace aws {
|
|
|
911
933
|
* 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^.
|
|
912
934
|
* Usage:
|
|
913
935
|
*
|
|
936
|
+
* <!--Start PulumiCodeChooser -->
|
|
914
937
|
* ```typescript
|
|
915
938
|
* import * as pulumi from "@pulumi/pulumi";
|
|
916
939
|
* ```
|
|
940
|
+
* <!--End PulumiCodeChooser -->
|
|
917
941
|
*/
|
|
918
942
|
version?: pulumi.Input<string>;
|
|
919
943
|
}
|
|
@@ -951,9 +975,11 @@ export declare namespace aws {
|
|
|
951
975
|
*
|
|
952
976
|
* Usage:
|
|
953
977
|
*
|
|
978
|
+
* <!--Start PulumiCodeChooser -->
|
|
954
979
|
* ```typescript
|
|
955
980
|
* import * as pulumi from "@pulumi/pulumi";
|
|
956
981
|
* ```
|
|
982
|
+
* <!--End PulumiCodeChooser -->
|
|
957
983
|
*/
|
|
958
984
|
usePublicDns?: pulumi.Input<boolean>;
|
|
959
985
|
/**
|
|
@@ -1049,9 +1075,11 @@ export declare namespace aws {
|
|
|
1049
1075
|
*
|
|
1050
1076
|
* Usage:
|
|
1051
1077
|
*
|
|
1078
|
+
* <!--Start PulumiCodeChooser -->
|
|
1052
1079
|
* ```typescript
|
|
1053
1080
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1054
1081
|
* ```
|
|
1082
|
+
* <!--End PulumiCodeChooser -->
|
|
1055
1083
|
*/
|
|
1056
1084
|
balancerId: pulumi.Input<string>;
|
|
1057
1085
|
/**
|
|
@@ -1125,9 +1153,11 @@ export declare namespace aws {
|
|
|
1125
1153
|
*
|
|
1126
1154
|
* Usage:
|
|
1127
1155
|
*
|
|
1156
|
+
* <!--Start PulumiCodeChooser -->
|
|
1128
1157
|
* ```typescript
|
|
1129
1158
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1130
1159
|
* ```
|
|
1160
|
+
* <!--End PulumiCodeChooser -->
|
|
1131
1161
|
*/
|
|
1132
1162
|
associateIpv6Address?: pulumi.Input<boolean>;
|
|
1133
1163
|
/**
|
|
@@ -1422,13 +1452,17 @@ export declare namespace aws {
|
|
|
1422
1452
|
*
|
|
1423
1453
|
* Usage:
|
|
1424
1454
|
*
|
|
1455
|
+
* <!--Start PulumiCodeChooser -->
|
|
1425
1456
|
* ```typescript
|
|
1426
1457
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1427
1458
|
* ```
|
|
1459
|
+
* <!--End PulumiCodeChooser -->
|
|
1428
1460
|
*
|
|
1461
|
+
* <!--Start PulumiCodeChooser -->
|
|
1429
1462
|
* ```typescript
|
|
1430
1463
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1431
1464
|
* ```
|
|
1465
|
+
* <!--End PulumiCodeChooser -->
|
|
1432
1466
|
*/
|
|
1433
1467
|
predictiveMode?: pulumi.Input<string>;
|
|
1434
1468
|
/**
|
|
@@ -1616,9 +1650,11 @@ export declare namespace aws {
|
|
|
1616
1650
|
*
|
|
1617
1651
|
* Usage:
|
|
1618
1652
|
*
|
|
1653
|
+
* <!--Start PulumiCodeChooser -->
|
|
1619
1654
|
* ```typescript
|
|
1620
1655
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1621
1656
|
* ```
|
|
1657
|
+
* <!--End PulumiCodeChooser -->
|
|
1622
1658
|
*/
|
|
1623
1659
|
adjustmentPercentage?: pulumi.Input<string>;
|
|
1624
1660
|
/**
|
|
@@ -1684,9 +1720,11 @@ export declare namespace aws {
|
|
|
1684
1720
|
*
|
|
1685
1721
|
* Usage:
|
|
1686
1722
|
*
|
|
1723
|
+
* <!--Start PulumiCodeChooser -->
|
|
1687
1724
|
* ```typescript
|
|
1688
1725
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1689
1726
|
* ```
|
|
1727
|
+
* <!--End PulumiCodeChooser -->
|
|
1690
1728
|
*/
|
|
1691
1729
|
timeout?: pulumi.Input<number>;
|
|
1692
1730
|
}
|
|
@@ -1704,9 +1742,11 @@ export declare namespace aws {
|
|
|
1704
1742
|
*
|
|
1705
1743
|
* Usage:
|
|
1706
1744
|
*
|
|
1745
|
+
* <!--Start PulumiCodeChooser -->
|
|
1707
1746
|
* ```typescript
|
|
1708
1747
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1709
1748
|
* ```
|
|
1749
|
+
* <!--End PulumiCodeChooser -->
|
|
1710
1750
|
*/
|
|
1711
1751
|
shouldDeleteSnapshots?: pulumi.Input<boolean>;
|
|
1712
1752
|
/**
|
|
@@ -1724,9 +1764,11 @@ export declare namespace aws {
|
|
|
1724
1764
|
*
|
|
1725
1765
|
* Usage:
|
|
1726
1766
|
*
|
|
1767
|
+
* <!--Start PulumiCodeChooser -->
|
|
1727
1768
|
* ```typescript
|
|
1728
1769
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1729
1770
|
* ```
|
|
1771
|
+
* <!--End PulumiCodeChooser -->
|
|
1730
1772
|
*/
|
|
1731
1773
|
type: pulumi.Input<string>;
|
|
1732
1774
|
}
|
|
@@ -1773,11 +1815,11 @@ export declare namespace aws {
|
|
|
1773
1815
|
*/
|
|
1774
1816
|
strategy?: pulumi.Input<inputs.aws.ElastigroupUpdatePolicyRollConfigStrategy>;
|
|
1775
1817
|
/**
|
|
1776
|
-
* For use with `shouldRoll`. Sets minimum
|
|
1818
|
+
* For use with `shouldRoll`. Sets minimum %!o(MISSING)f roll required to complete before continuing the plan. Required if `waitForRollTimeout` is set.
|
|
1777
1819
|
*/
|
|
1778
1820
|
waitForRollPercentage?: pulumi.Input<number>;
|
|
1779
1821
|
/**
|
|
1780
|
-
* For use with `shouldRoll`. Sets how long to wait for the deployed
|
|
1822
|
+
* 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.
|
|
1781
1823
|
*/
|
|
1782
1824
|
waitForRollTimeout?: pulumi.Input<number>;
|
|
1783
1825
|
}
|
|
@@ -1812,9 +1854,11 @@ export declare namespace aws {
|
|
|
1812
1854
|
/**
|
|
1813
1855
|
* Decrementing the group target capacity after detaching the instances.
|
|
1814
1856
|
*
|
|
1857
|
+
* <!--Start PulumiCodeChooser -->
|
|
1815
1858
|
* ```typescript
|
|
1816
1859
|
* import * as pulumi from "@pulumi/pulumi";
|
|
1817
1860
|
* ```
|
|
1861
|
+
* <!--End PulumiCodeChooser -->
|
|
1818
1862
|
*/
|
|
1819
1863
|
shouldDecrementTargetCapacity?: pulumi.Input<boolean>;
|
|
1820
1864
|
/**
|
|
@@ -1828,7 +1872,10 @@ export declare namespace aws {
|
|
|
1828
1872
|
}
|
|
1829
1873
|
interface ManagedInstanceBlockDeviceMappingEbs {
|
|
1830
1874
|
deleteOnTermination?: pulumi.Input<boolean>;
|
|
1875
|
+
encrypted?: pulumi.Input<boolean>;
|
|
1831
1876
|
iops?: pulumi.Input<number>;
|
|
1877
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
1878
|
+
snapshotId?: pulumi.Input<string>;
|
|
1832
1879
|
throughput?: pulumi.Input<number>;
|
|
1833
1880
|
volumeSize?: pulumi.Input<number>;
|
|
1834
1881
|
volumeType?: pulumi.Input<string>;
|
|
@@ -2617,7 +2664,7 @@ export declare namespace aws {
|
|
|
2617
2664
|
}
|
|
2618
2665
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
2619
2666
|
/**
|
|
2620
|
-
* Number between 0-200 to control the headroom
|
|
2667
|
+
* 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.
|
|
2621
2668
|
*/
|
|
2622
2669
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
2623
2670
|
}
|
|
@@ -3192,7 +3239,7 @@ export declare namespace azure {
|
|
|
3192
3239
|
}
|
|
3193
3240
|
interface OceanAutoscalerAutoscaleDown {
|
|
3194
3241
|
/**
|
|
3195
|
-
* Would represent the maximum
|
|
3242
|
+
* Would represent the maximum %!t(MISSING)o scale-down.
|
|
3196
3243
|
*/
|
|
3197
3244
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
3198
3245
|
}
|
|
@@ -3505,7 +3552,7 @@ export declare namespace azure {
|
|
|
3505
3552
|
}
|
|
3506
3553
|
interface OceanVirtualNodeGroupAutoscale {
|
|
3507
3554
|
/**
|
|
3508
|
-
* Number between 0-200 to control the headroom
|
|
3555
|
+
* 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.
|
|
3509
3556
|
*/
|
|
3510
3557
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
3511
3558
|
autoscaleHeadrooms?: pulumi.Input<pulumi.Input<inputs.azure.OceanVirtualNodeGroupAutoscaleAutoscaleHeadroom>[]>;
|
|
@@ -3606,7 +3653,7 @@ export declare namespace azure {
|
|
|
3606
3653
|
export declare namespace ecs {
|
|
3607
3654
|
interface OceanAutoscaler {
|
|
3608
3655
|
/**
|
|
3609
|
-
* The auto-headroom percentage. Set a number between 0-200 to control the headroom
|
|
3656
|
+
* The auto-headroom percentage. Set a number between 0-200 to control the headroom %!o(MISSING)f the cluster. Relevant when `isAutoConfig`= true.
|
|
3610
3657
|
*/
|
|
3611
3658
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
3612
3659
|
/**
|
|
@@ -3620,9 +3667,11 @@ export declare namespace ecs {
|
|
|
3620
3667
|
/**
|
|
3621
3668
|
* 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
|
|
3622
3669
|
*
|
|
3670
|
+
* <!--Start PulumiCodeChooser -->
|
|
3623
3671
|
* ```typescript
|
|
3624
3672
|
* import * as pulumi from "@pulumi/pulumi";
|
|
3625
3673
|
* ```
|
|
3674
|
+
* <!--End PulumiCodeChooser -->
|
|
3626
3675
|
*/
|
|
3627
3676
|
enableAutomaticAndManualHeadroom?: pulumi.Input<boolean>;
|
|
3628
3677
|
/**
|
|
@@ -3648,7 +3697,7 @@ export declare namespace ecs {
|
|
|
3648
3697
|
}
|
|
3649
3698
|
interface OceanAutoscalerDown {
|
|
3650
3699
|
/**
|
|
3651
|
-
* Would represent the maximum
|
|
3700
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
3652
3701
|
*/
|
|
3653
3702
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
3654
3703
|
}
|
|
@@ -4013,9 +4062,11 @@ export declare namespace ecs {
|
|
|
4013
4062
|
/**
|
|
4014
4063
|
* Valid values: "clusterRoll". Required for `cluster.scheduling.tasks object`. Example: `clusterRoll`.
|
|
4015
4064
|
*
|
|
4065
|
+
* <!--Start PulumiCodeChooser -->
|
|
4016
4066
|
* ```typescript
|
|
4017
4067
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4018
4068
|
* ```
|
|
4069
|
+
* <!--End PulumiCodeChooser -->
|
|
4019
4070
|
*
|
|
4020
4071
|
*
|
|
4021
4072
|
* <a id="attributes-reference"></a>
|
|
@@ -4049,11 +4100,13 @@ export declare namespace ecs {
|
|
|
4049
4100
|
}
|
|
4050
4101
|
interface OceanUpdatePolicyRollConfig {
|
|
4051
4102
|
/**
|
|
4052
|
-
* 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
|
|
4103
|
+
* 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.
|
|
4053
4104
|
*
|
|
4105
|
+
* <!--Start PulumiCodeChooser -->
|
|
4054
4106
|
* ```typescript
|
|
4055
4107
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4056
4108
|
* ```
|
|
4109
|
+
* <!--End PulumiCodeChooser -->
|
|
4057
4110
|
*/
|
|
4058
4111
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4059
4112
|
/**
|
|
@@ -4091,9 +4144,11 @@ export declare namespace gcp {
|
|
|
4091
4144
|
*
|
|
4092
4145
|
* Usage:
|
|
4093
4146
|
*
|
|
4147
|
+
* <!--Start PulumiCodeChooser -->
|
|
4094
4148
|
* ```typescript
|
|
4095
4149
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4096
4150
|
* ```
|
|
4151
|
+
* <!--End PulumiCodeChooser -->
|
|
4097
4152
|
*/
|
|
4098
4153
|
ports: pulumi.Input<pulumi.Input<string>[]>;
|
|
4099
4154
|
}
|
|
@@ -4145,9 +4200,11 @@ export declare namespace gcp {
|
|
|
4145
4200
|
*
|
|
4146
4201
|
* Usage:
|
|
4147
4202
|
*
|
|
4203
|
+
* <!--Start PulumiCodeChooser -->
|
|
4148
4204
|
* ```typescript
|
|
4149
4205
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4150
4206
|
* ```
|
|
4207
|
+
* <!--End PulumiCodeChooser -->
|
|
4151
4208
|
*/
|
|
4152
4209
|
sourceImage: pulumi.Input<string>;
|
|
4153
4210
|
}
|
|
@@ -4157,9 +4214,11 @@ export declare namespace gcp {
|
|
|
4157
4214
|
*
|
|
4158
4215
|
* Usage:
|
|
4159
4216
|
*
|
|
4217
|
+
* <!--Start PulumiCodeChooser -->
|
|
4160
4218
|
* ```typescript
|
|
4161
4219
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4162
4220
|
* ```
|
|
4221
|
+
* <!--End PulumiCodeChooser -->
|
|
4163
4222
|
*/
|
|
4164
4223
|
count: pulumi.Input<number>;
|
|
4165
4224
|
/**
|
|
@@ -4184,9 +4243,11 @@ export declare namespace gcp {
|
|
|
4184
4243
|
*
|
|
4185
4244
|
* Usage:
|
|
4186
4245
|
*
|
|
4246
|
+
* <!--Start PulumiCodeChooser -->
|
|
4187
4247
|
* ```typescript
|
|
4188
4248
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4189
4249
|
* ```
|
|
4250
|
+
* <!--End PulumiCodeChooser -->
|
|
4190
4251
|
*/
|
|
4191
4252
|
masterPort: pulumi.Input<number>;
|
|
4192
4253
|
}
|
|
@@ -4405,9 +4466,11 @@ export declare namespace gcp {
|
|
|
4405
4466
|
*
|
|
4406
4467
|
* Usage:
|
|
4407
4468
|
*
|
|
4469
|
+
* <!--Start PulumiCodeChooser -->
|
|
4408
4470
|
* ```typescript
|
|
4409
4471
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4410
4472
|
* ```
|
|
4473
|
+
* <!--End PulumiCodeChooser -->
|
|
4411
4474
|
*/
|
|
4412
4475
|
maxCapacity?: pulumi.Input<string>;
|
|
4413
4476
|
/**
|
|
@@ -4597,7 +4660,7 @@ export declare namespace gke {
|
|
|
4597
4660
|
}
|
|
4598
4661
|
interface OceanImportAutoscaler {
|
|
4599
4662
|
/**
|
|
4600
|
-
* Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom
|
|
4663
|
+
* 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.
|
|
4601
4664
|
*/
|
|
4602
4665
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
4603
4666
|
/**
|
|
@@ -4635,7 +4698,7 @@ export declare namespace gke {
|
|
|
4635
4698
|
*/
|
|
4636
4699
|
evaluationPeriods?: pulumi.Input<number>;
|
|
4637
4700
|
/**
|
|
4638
|
-
* Would represent the maximum
|
|
4701
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
4639
4702
|
*/
|
|
4640
4703
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
4641
4704
|
}
|
|
@@ -4661,9 +4724,11 @@ export declare namespace gke {
|
|
|
4661
4724
|
/**
|
|
4662
4725
|
* The maximum memory in GiB units that can be allocated to the cluster.
|
|
4663
4726
|
*
|
|
4727
|
+
* <!--Start PulumiCodeChooser -->
|
|
4664
4728
|
* ```typescript
|
|
4665
4729
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4666
4730
|
* ```
|
|
4731
|
+
* <!--End PulumiCodeChooser -->
|
|
4667
4732
|
*
|
|
4668
4733
|
* <a id="strategy"></a>
|
|
4669
4734
|
*/
|
|
@@ -4738,12 +4803,14 @@ export declare namespace gke {
|
|
|
4738
4803
|
interface OceanImportScheduledTaskTaskTaskParametersClusterRoll {
|
|
4739
4804
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4740
4805
|
/**
|
|
4741
|
-
* Value in
|
|
4806
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4742
4807
|
* Example: 20.
|
|
4743
4808
|
*
|
|
4809
|
+
* <!--Start PulumiCodeChooser -->
|
|
4744
4810
|
* ```typescript
|
|
4745
4811
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4746
4812
|
* ```
|
|
4813
|
+
* <!--End PulumiCodeChooser -->
|
|
4747
4814
|
*/
|
|
4748
4815
|
batchSizePercentage?: pulumi.Input<number>;
|
|
4749
4816
|
comment?: pulumi.Input<string>;
|
|
@@ -4775,12 +4842,14 @@ export declare namespace gke {
|
|
|
4775
4842
|
interface OceanImportUpdatePolicyRollConfig {
|
|
4776
4843
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4777
4844
|
/**
|
|
4778
|
-
* Value in
|
|
4845
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4779
4846
|
* Example: 20.
|
|
4780
4847
|
*
|
|
4848
|
+
* <!--Start PulumiCodeChooser -->
|
|
4781
4849
|
* ```typescript
|
|
4782
4850
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4783
4851
|
* ```
|
|
4852
|
+
* <!--End PulumiCodeChooser -->
|
|
4784
4853
|
*/
|
|
4785
4854
|
batchSizePercentage: pulumi.Input<number>;
|
|
4786
4855
|
launchSpecIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -4806,7 +4875,7 @@ export declare namespace gke {
|
|
|
4806
4875
|
}
|
|
4807
4876
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
4808
4877
|
/**
|
|
4809
|
-
* Number between 0-200 to control the headroom
|
|
4878
|
+
* 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.
|
|
4810
4879
|
*/
|
|
4811
4880
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
4812
4881
|
}
|