@pulumi/spotinst 3.69.0-alpha.1709368063 → 3.69.0-alpha.1710160614
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 +2 -0
- package/aws/credentials.js +2 -0
- 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/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/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 +79 -13
- package/types/output.d.ts +79 -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
|
/**
|
|
@@ -2617,7 +2661,7 @@ export declare namespace aws {
|
|
|
2617
2661
|
}
|
|
2618
2662
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
2619
2663
|
/**
|
|
2620
|
-
* Number between 0-200 to control the headroom
|
|
2664
|
+
* 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
2665
|
*/
|
|
2622
2666
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
2623
2667
|
}
|
|
@@ -3192,7 +3236,7 @@ export declare namespace azure {
|
|
|
3192
3236
|
}
|
|
3193
3237
|
interface OceanAutoscalerAutoscaleDown {
|
|
3194
3238
|
/**
|
|
3195
|
-
* Would represent the maximum
|
|
3239
|
+
* Would represent the maximum %!t(MISSING)o scale-down.
|
|
3196
3240
|
*/
|
|
3197
3241
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
3198
3242
|
}
|
|
@@ -3505,7 +3549,7 @@ export declare namespace azure {
|
|
|
3505
3549
|
}
|
|
3506
3550
|
interface OceanVirtualNodeGroupAutoscale {
|
|
3507
3551
|
/**
|
|
3508
|
-
* Number between 0-200 to control the headroom
|
|
3552
|
+
* 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
3553
|
*/
|
|
3510
3554
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
3511
3555
|
autoscaleHeadrooms?: pulumi.Input<pulumi.Input<inputs.azure.OceanVirtualNodeGroupAutoscaleAutoscaleHeadroom>[]>;
|
|
@@ -3606,7 +3650,7 @@ export declare namespace azure {
|
|
|
3606
3650
|
export declare namespace ecs {
|
|
3607
3651
|
interface OceanAutoscaler {
|
|
3608
3652
|
/**
|
|
3609
|
-
* The auto-headroom percentage. Set a number between 0-200 to control the headroom
|
|
3653
|
+
* The auto-headroom percentage. Set a number between 0-200 to control the headroom %!o(MISSING)f the cluster. Relevant when `isAutoConfig`= true.
|
|
3610
3654
|
*/
|
|
3611
3655
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
3612
3656
|
/**
|
|
@@ -3620,9 +3664,11 @@ export declare namespace ecs {
|
|
|
3620
3664
|
/**
|
|
3621
3665
|
* 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
3666
|
*
|
|
3667
|
+
* <!--Start PulumiCodeChooser -->
|
|
3623
3668
|
* ```typescript
|
|
3624
3669
|
* import * as pulumi from "@pulumi/pulumi";
|
|
3625
3670
|
* ```
|
|
3671
|
+
* <!--End PulumiCodeChooser -->
|
|
3626
3672
|
*/
|
|
3627
3673
|
enableAutomaticAndManualHeadroom?: pulumi.Input<boolean>;
|
|
3628
3674
|
/**
|
|
@@ -3648,7 +3694,7 @@ export declare namespace ecs {
|
|
|
3648
3694
|
}
|
|
3649
3695
|
interface OceanAutoscalerDown {
|
|
3650
3696
|
/**
|
|
3651
|
-
* Would represent the maximum
|
|
3697
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
3652
3698
|
*/
|
|
3653
3699
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
3654
3700
|
}
|
|
@@ -4013,9 +4059,11 @@ export declare namespace ecs {
|
|
|
4013
4059
|
/**
|
|
4014
4060
|
* Valid values: "clusterRoll". Required for `cluster.scheduling.tasks object`. Example: `clusterRoll`.
|
|
4015
4061
|
*
|
|
4062
|
+
* <!--Start PulumiCodeChooser -->
|
|
4016
4063
|
* ```typescript
|
|
4017
4064
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4018
4065
|
* ```
|
|
4066
|
+
* <!--End PulumiCodeChooser -->
|
|
4019
4067
|
*
|
|
4020
4068
|
*
|
|
4021
4069
|
* <a id="attributes-reference"></a>
|
|
@@ -4049,11 +4097,13 @@ export declare namespace ecs {
|
|
|
4049
4097
|
}
|
|
4050
4098
|
interface OceanUpdatePolicyRollConfig {
|
|
4051
4099
|
/**
|
|
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
|
|
4100
|
+
* 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
4101
|
*
|
|
4102
|
+
* <!--Start PulumiCodeChooser -->
|
|
4054
4103
|
* ```typescript
|
|
4055
4104
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4056
4105
|
* ```
|
|
4106
|
+
* <!--End PulumiCodeChooser -->
|
|
4057
4107
|
*/
|
|
4058
4108
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4059
4109
|
/**
|
|
@@ -4091,9 +4141,11 @@ export declare namespace gcp {
|
|
|
4091
4141
|
*
|
|
4092
4142
|
* Usage:
|
|
4093
4143
|
*
|
|
4144
|
+
* <!--Start PulumiCodeChooser -->
|
|
4094
4145
|
* ```typescript
|
|
4095
4146
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4096
4147
|
* ```
|
|
4148
|
+
* <!--End PulumiCodeChooser -->
|
|
4097
4149
|
*/
|
|
4098
4150
|
ports: pulumi.Input<pulumi.Input<string>[]>;
|
|
4099
4151
|
}
|
|
@@ -4145,9 +4197,11 @@ export declare namespace gcp {
|
|
|
4145
4197
|
*
|
|
4146
4198
|
* Usage:
|
|
4147
4199
|
*
|
|
4200
|
+
* <!--Start PulumiCodeChooser -->
|
|
4148
4201
|
* ```typescript
|
|
4149
4202
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4150
4203
|
* ```
|
|
4204
|
+
* <!--End PulumiCodeChooser -->
|
|
4151
4205
|
*/
|
|
4152
4206
|
sourceImage: pulumi.Input<string>;
|
|
4153
4207
|
}
|
|
@@ -4157,9 +4211,11 @@ export declare namespace gcp {
|
|
|
4157
4211
|
*
|
|
4158
4212
|
* Usage:
|
|
4159
4213
|
*
|
|
4214
|
+
* <!--Start PulumiCodeChooser -->
|
|
4160
4215
|
* ```typescript
|
|
4161
4216
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4162
4217
|
* ```
|
|
4218
|
+
* <!--End PulumiCodeChooser -->
|
|
4163
4219
|
*/
|
|
4164
4220
|
count: pulumi.Input<number>;
|
|
4165
4221
|
/**
|
|
@@ -4184,9 +4240,11 @@ export declare namespace gcp {
|
|
|
4184
4240
|
*
|
|
4185
4241
|
* Usage:
|
|
4186
4242
|
*
|
|
4243
|
+
* <!--Start PulumiCodeChooser -->
|
|
4187
4244
|
* ```typescript
|
|
4188
4245
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4189
4246
|
* ```
|
|
4247
|
+
* <!--End PulumiCodeChooser -->
|
|
4190
4248
|
*/
|
|
4191
4249
|
masterPort: pulumi.Input<number>;
|
|
4192
4250
|
}
|
|
@@ -4405,9 +4463,11 @@ export declare namespace gcp {
|
|
|
4405
4463
|
*
|
|
4406
4464
|
* Usage:
|
|
4407
4465
|
*
|
|
4466
|
+
* <!--Start PulumiCodeChooser -->
|
|
4408
4467
|
* ```typescript
|
|
4409
4468
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4410
4469
|
* ```
|
|
4470
|
+
* <!--End PulumiCodeChooser -->
|
|
4411
4471
|
*/
|
|
4412
4472
|
maxCapacity?: pulumi.Input<string>;
|
|
4413
4473
|
/**
|
|
@@ -4597,7 +4657,7 @@ export declare namespace gke {
|
|
|
4597
4657
|
}
|
|
4598
4658
|
interface OceanImportAutoscaler {
|
|
4599
4659
|
/**
|
|
4600
|
-
* Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom
|
|
4660
|
+
* 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
4661
|
*/
|
|
4602
4662
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
4603
4663
|
/**
|
|
@@ -4635,7 +4695,7 @@ export declare namespace gke {
|
|
|
4635
4695
|
*/
|
|
4636
4696
|
evaluationPeriods?: pulumi.Input<number>;
|
|
4637
4697
|
/**
|
|
4638
|
-
* Would represent the maximum
|
|
4698
|
+
* Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
|
|
4639
4699
|
*/
|
|
4640
4700
|
maxScaleDownPercentage?: pulumi.Input<number>;
|
|
4641
4701
|
}
|
|
@@ -4661,9 +4721,11 @@ export declare namespace gke {
|
|
|
4661
4721
|
/**
|
|
4662
4722
|
* The maximum memory in GiB units that can be allocated to the cluster.
|
|
4663
4723
|
*
|
|
4724
|
+
* <!--Start PulumiCodeChooser -->
|
|
4664
4725
|
* ```typescript
|
|
4665
4726
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4666
4727
|
* ```
|
|
4728
|
+
* <!--End PulumiCodeChooser -->
|
|
4667
4729
|
*
|
|
4668
4730
|
* <a id="strategy"></a>
|
|
4669
4731
|
*/
|
|
@@ -4738,12 +4800,14 @@ export declare namespace gke {
|
|
|
4738
4800
|
interface OceanImportScheduledTaskTaskTaskParametersClusterRoll {
|
|
4739
4801
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4740
4802
|
/**
|
|
4741
|
-
* Value in
|
|
4803
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4742
4804
|
* Example: 20.
|
|
4743
4805
|
*
|
|
4806
|
+
* <!--Start PulumiCodeChooser -->
|
|
4744
4807
|
* ```typescript
|
|
4745
4808
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4746
4809
|
* ```
|
|
4810
|
+
* <!--End PulumiCodeChooser -->
|
|
4747
4811
|
*/
|
|
4748
4812
|
batchSizePercentage?: pulumi.Input<number>;
|
|
4749
4813
|
comment?: pulumi.Input<string>;
|
|
@@ -4775,12 +4839,14 @@ export declare namespace gke {
|
|
|
4775
4839
|
interface OceanImportUpdatePolicyRollConfig {
|
|
4776
4840
|
batchMinHealthyPercentage?: pulumi.Input<number>;
|
|
4777
4841
|
/**
|
|
4778
|
-
* Value in
|
|
4842
|
+
* Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
|
|
4779
4843
|
* Example: 20.
|
|
4780
4844
|
*
|
|
4845
|
+
* <!--Start PulumiCodeChooser -->
|
|
4781
4846
|
* ```typescript
|
|
4782
4847
|
* import * as pulumi from "@pulumi/pulumi";
|
|
4783
4848
|
* ```
|
|
4849
|
+
* <!--End PulumiCodeChooser -->
|
|
4784
4850
|
*/
|
|
4785
4851
|
batchSizePercentage: pulumi.Input<number>;
|
|
4786
4852
|
launchSpecIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -4806,7 +4872,7 @@ export declare namespace gke {
|
|
|
4806
4872
|
}
|
|
4807
4873
|
interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
|
|
4808
4874
|
/**
|
|
4809
|
-
* Number between 0-200 to control the headroom
|
|
4875
|
+
* 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
4876
|
*/
|
|
4811
4877
|
autoHeadroomPercentage?: pulumi.Input<number>;
|
|
4812
4878
|
}
|