@pulumi/spotinst 3.75.0-alpha.1713338545 → 3.75.0-alpha.1713561413
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 +1 -1
- package/aws/account.js +1 -1
- package/aws/beanstalk.d.ts +0 -40
- package/aws/beanstalk.js +0 -40
- package/aws/beanstalk.js.map +1 -1
- package/aws/credentials.d.ts +1 -1
- package/aws/credentials.js +1 -1
- package/aws/elastigroup.d.ts +136 -18
- package/aws/elastigroup.js +136 -0
- package/aws/elastigroup.js.map +1 -1
- package/aws/mrScalar.d.ts +123 -118
- package/aws/mrScalar.js +123 -118
- package/aws/mrScalar.js.map +1 -1
- package/aws/ocean.d.ts +0 -80
- package/aws/ocean.js +0 -80
- package/aws/ocean.js.map +1 -1
- package/aws/oceanExtendedResourceDefinition.d.ts +7 -4
- package/aws/oceanExtendedResourceDefinition.js +7 -4
- package/aws/oceanExtendedResourceDefinition.js.map +1 -1
- package/aws/oceanLaunchSpec.d.ts +0 -137
- package/aws/oceanLaunchSpec.js +0 -137
- package/aws/oceanLaunchSpec.js.map +1 -1
- package/aws/suspension.d.ts +1 -1
- package/aws/suspension.js +1 -1
- package/azure/elastigroup.d.ts +72 -41
- package/azure/elastigroup.js +72 -41
- package/azure/elastigroup.js.map +1 -1
- package/azure/ocean.d.ts +93 -5
- package/azure/ocean.js +93 -5
- package/azure/ocean.js.map +1 -1
- package/azure/oceanVirtualNodeGroup.d.ts +20 -19
- package/azure/oceanVirtualNodeGroup.js +20 -19
- package/azure/oceanVirtualNodeGroup.js.map +1 -1
- package/dataIntegration.d.ts +2 -1
- package/dataIntegration.js +2 -1
- package/dataIntegration.js.map +1 -1
- package/ecs/oceanLaunchSpec.d.ts +51 -51
- package/ecs/oceanLaunchSpec.js +51 -51
- package/gcp/elastigroup.d.ts +45 -62
- package/gcp/elastigroup.js +45 -44
- package/gcp/elastigroup.js.map +1 -1
- package/gke/elastigroup.d.ts +23 -22
- package/gke/elastigroup.js +23 -22
- package/gke/elastigroup.js.map +1 -1
- package/gke/oceanImport.d.ts +13 -57
- package/gke/oceanImport.js +13 -57
- package/gke/oceanImport.js.map +1 -1
- package/gke/oceanLaunchSpec.d.ts +55 -67
- package/gke/oceanLaunchSpec.js +55 -67
- package/gke/oceanLaunchSpec.js.map +1 -1
- package/gke/oceanLaunchSpecImport.d.ts +1 -1
- package/gke/oceanLaunchSpecImport.js +1 -1
- package/organization/policy.d.ts +2 -1
- package/organization/policy.js +2 -1
- package/organization/policy.js.map +1 -1
- package/organization/programmaticUser.d.ts +3 -2
- package/organization/programmaticUser.js +3 -2
- package/organization/programmaticUser.js.map +1 -1
- package/organization/user.d.ts +3 -3
- package/organization/user.js +3 -3
- package/organization/userGroup.d.ts +3 -2
- package/organization/userGroup.js +3 -2
- package/organization/userGroup.js.map +1 -1
- package/package.json +1 -1
- package/spark/oceanVirtualNodeGroup.d.ts +1 -1
- package/spark/oceanVirtualNodeGroup.js +1 -1
- package/statefulNodeAzure.d.ts +2 -2
- package/statefulNodeAzure.js +2 -2
- package/subscription.d.ts +3 -3
- package/subscription.js +3 -3
- package/types/input.d.ts +0 -203
- package/types/output.d.ts +0 -203
package/types/output.d.ts
CHANGED
|
@@ -338,12 +338,6 @@ export declare namespace aws {
|
|
|
338
338
|
* The percentage of instances to add or remove.
|
|
339
339
|
*
|
|
340
340
|
* Usage:
|
|
341
|
-
*
|
|
342
|
-
* <!--Start PulumiCodeChooser -->
|
|
343
|
-
* ```typescript
|
|
344
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
345
|
-
* ```
|
|
346
|
-
* <!--End PulumiCodeChooser -->
|
|
347
341
|
*/
|
|
348
342
|
adjustmentPercentage?: string;
|
|
349
343
|
/**
|
|
@@ -436,12 +430,6 @@ export declare namespace aws {
|
|
|
436
430
|
* Modifying any `ebsBlockDevice` currently requires resource replacement.
|
|
437
431
|
*
|
|
438
432
|
* Usage:
|
|
439
|
-
*
|
|
440
|
-
* <!--Start PulumiCodeChooser -->
|
|
441
|
-
* ```typescript
|
|
442
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
443
|
-
* ```
|
|
444
|
-
* <!--End PulumiCodeChooser -->
|
|
445
433
|
*/
|
|
446
434
|
throughput?: number;
|
|
447
435
|
/**
|
|
@@ -463,12 +451,6 @@ export declare namespace aws {
|
|
|
463
451
|
* (e.g. `"ephemeral0"`).
|
|
464
452
|
*
|
|
465
453
|
* Usage:
|
|
466
|
-
*
|
|
467
|
-
* <!--Start PulumiCodeChooser -->
|
|
468
|
-
* ```typescript
|
|
469
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
470
|
-
* ```
|
|
471
|
-
* <!--End PulumiCodeChooser -->
|
|
472
454
|
*/
|
|
473
455
|
virtualName: string;
|
|
474
456
|
}
|
|
@@ -549,12 +531,6 @@ export declare namespace aws {
|
|
|
549
531
|
* Level to update
|
|
550
532
|
*
|
|
551
533
|
* Usage:
|
|
552
|
-
*
|
|
553
|
-
* <!--Start PulumiCodeChooser -->
|
|
554
|
-
* ```typescript
|
|
555
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
556
|
-
* ```
|
|
557
|
-
* <!--End PulumiCodeChooser -->
|
|
558
534
|
*/
|
|
559
535
|
updateLevel?: string;
|
|
560
536
|
}
|
|
@@ -581,12 +557,6 @@ export declare namespace aws {
|
|
|
581
557
|
* The deployment group name.
|
|
582
558
|
*
|
|
583
559
|
* Usage:
|
|
584
|
-
*
|
|
585
|
-
* <!--Start PulumiCodeChooser -->
|
|
586
|
-
* ```typescript
|
|
587
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
588
|
-
* ```
|
|
589
|
-
* <!--End PulumiCodeChooser -->
|
|
590
560
|
*/
|
|
591
561
|
deploymentGroupName: string;
|
|
592
562
|
}
|
|
@@ -714,12 +684,6 @@ export declare namespace aws {
|
|
|
714
684
|
* Array of strings.
|
|
715
685
|
*
|
|
716
686
|
* Usage:
|
|
717
|
-
*
|
|
718
|
-
* <!--Start PulumiCodeChooser -->
|
|
719
|
-
* ```typescript
|
|
720
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
721
|
-
* ```
|
|
722
|
-
* <!--End PulumiCodeChooser -->
|
|
723
687
|
*/
|
|
724
688
|
jobQueueNames: string[];
|
|
725
689
|
}
|
|
@@ -740,12 +704,6 @@ export declare namespace aws {
|
|
|
740
704
|
* The public IP of the DC/OS Master.
|
|
741
705
|
*
|
|
742
706
|
* Usage:
|
|
743
|
-
*
|
|
744
|
-
* <!--Start PulumiCodeChooser -->
|
|
745
|
-
* ```typescript
|
|
746
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
747
|
-
* ```
|
|
748
|
-
* <!--End PulumiCodeChooser -->
|
|
749
707
|
*/
|
|
750
708
|
apiServer?: string;
|
|
751
709
|
/**
|
|
@@ -772,12 +730,6 @@ export declare namespace aws {
|
|
|
772
730
|
* A key/value mapping of tags to assign to the resource.
|
|
773
731
|
*
|
|
774
732
|
* Usage:
|
|
775
|
-
*
|
|
776
|
-
* <!--Start PulumiCodeChooser -->
|
|
777
|
-
* ```typescript
|
|
778
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
779
|
-
* ```
|
|
780
|
-
* <!--End PulumiCodeChooser -->
|
|
781
733
|
*/
|
|
782
734
|
autoscaleLabels?: outputs.aws.ElastigroupIntegrationKubernetesAutoscaleLabel[];
|
|
783
735
|
clusterIdentifier?: string;
|
|
@@ -826,12 +778,6 @@ export declare namespace aws {
|
|
|
826
778
|
* The public IP of the DC/OS Master.
|
|
827
779
|
*
|
|
828
780
|
* Usage:
|
|
829
|
-
*
|
|
830
|
-
* <!--Start PulumiCodeChooser -->
|
|
831
|
-
* ```typescript
|
|
832
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
833
|
-
* ```
|
|
834
|
-
* <!--End PulumiCodeChooser -->
|
|
835
781
|
*/
|
|
836
782
|
apiServer: string;
|
|
837
783
|
}
|
|
@@ -840,12 +786,6 @@ export declare namespace aws {
|
|
|
840
786
|
* The deployment id you want to get
|
|
841
787
|
*
|
|
842
788
|
* Usage:
|
|
843
|
-
*
|
|
844
|
-
* <!--Start PulumiCodeChooser -->
|
|
845
|
-
* ```typescript
|
|
846
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
847
|
-
* ```
|
|
848
|
-
* <!--End PulumiCodeChooser -->
|
|
849
789
|
*/
|
|
850
790
|
deploymentId: string;
|
|
851
791
|
}
|
|
@@ -858,12 +798,6 @@ export declare namespace aws {
|
|
|
858
798
|
* A key/value mapping of tags to assign to the resource.
|
|
859
799
|
*
|
|
860
800
|
* Usage:
|
|
861
|
-
*
|
|
862
|
-
* <!--Start PulumiCodeChooser -->
|
|
863
|
-
* ```typescript
|
|
864
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
865
|
-
* ```
|
|
866
|
-
* <!--End PulumiCodeChooser -->
|
|
867
801
|
*/
|
|
868
802
|
autoscaleConstraints?: outputs.aws.ElastigroupIntegrationNomadAutoscaleConstraint[];
|
|
869
803
|
/**
|
|
@@ -934,12 +868,6 @@ export declare namespace aws {
|
|
|
934
868
|
/**
|
|
935
869
|
* 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^.
|
|
936
870
|
* Usage:
|
|
937
|
-
*
|
|
938
|
-
* <!--Start PulumiCodeChooser -->
|
|
939
|
-
* ```typescript
|
|
940
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
941
|
-
* ```
|
|
942
|
-
* <!--End PulumiCodeChooser -->
|
|
943
871
|
*/
|
|
944
872
|
version?: string;
|
|
945
873
|
}
|
|
@@ -976,12 +904,6 @@ export declare namespace aws {
|
|
|
976
904
|
* Designates whether the DNS address should be exposed to connections outside the VPC.
|
|
977
905
|
*
|
|
978
906
|
* Usage:
|
|
979
|
-
*
|
|
980
|
-
* <!--Start PulumiCodeChooser -->
|
|
981
|
-
* ```typescript
|
|
982
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
983
|
-
* ```
|
|
984
|
-
* <!--End PulumiCodeChooser -->
|
|
985
907
|
*/
|
|
986
908
|
usePublicDns?: boolean;
|
|
987
909
|
/**
|
|
@@ -1076,12 +998,6 @@ export declare namespace aws {
|
|
|
1076
998
|
* ID of Multai Load Balancer.
|
|
1077
999
|
*
|
|
1078
1000
|
* Usage:
|
|
1079
|
-
*
|
|
1080
|
-
* <!--Start PulumiCodeChooser -->
|
|
1081
|
-
* ```typescript
|
|
1082
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1083
|
-
* ```
|
|
1084
|
-
* <!--End PulumiCodeChooser -->
|
|
1085
1001
|
*/
|
|
1086
1002
|
balancerId: string;
|
|
1087
1003
|
/**
|
|
@@ -1154,12 +1070,6 @@ export declare namespace aws {
|
|
|
1154
1070
|
* Indicates whether to assign IPV6 addresses to your instance. Requires a subnet with IPV6 CIDR block ranges.
|
|
1155
1071
|
*
|
|
1156
1072
|
* Usage:
|
|
1157
|
-
*
|
|
1158
|
-
* <!--Start PulumiCodeChooser -->
|
|
1159
|
-
* ```typescript
|
|
1160
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1161
|
-
* ```
|
|
1162
|
-
* <!--End PulumiCodeChooser -->
|
|
1163
1073
|
*/
|
|
1164
1074
|
associateIpv6Address?: boolean;
|
|
1165
1075
|
/**
|
|
@@ -1453,18 +1363,6 @@ export declare namespace aws {
|
|
|
1453
1363
|
* Start a metric prediction process to determine the expected target metric value within the next two days. See [Predictive Autoscaling](https://api.spotinst.com/elastigroup-for-aws/concepts/scaling-concepts/predictive-autoscaling/) documentation for more info. Valid values: `FORECAST_AND_SCALE`, `FORECAST_ONLY`.
|
|
1454
1364
|
*
|
|
1455
1365
|
* Usage:
|
|
1456
|
-
*
|
|
1457
|
-
* <!--Start PulumiCodeChooser -->
|
|
1458
|
-
* ```typescript
|
|
1459
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1460
|
-
* ```
|
|
1461
|
-
* <!--End PulumiCodeChooser -->
|
|
1462
|
-
*
|
|
1463
|
-
* <!--Start PulumiCodeChooser -->
|
|
1464
|
-
* ```typescript
|
|
1465
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1466
|
-
* ```
|
|
1467
|
-
* <!--End PulumiCodeChooser -->
|
|
1468
1366
|
*/
|
|
1469
1367
|
predictiveMode?: string;
|
|
1470
1368
|
/**
|
|
@@ -1651,12 +1549,6 @@ export declare namespace aws {
|
|
|
1651
1549
|
* The percentage of instances to add or remove.
|
|
1652
1550
|
*
|
|
1653
1551
|
* Usage:
|
|
1654
|
-
*
|
|
1655
|
-
* <!--Start PulumiCodeChooser -->
|
|
1656
|
-
* ```typescript
|
|
1657
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1658
|
-
* ```
|
|
1659
|
-
* <!--End PulumiCodeChooser -->
|
|
1660
1552
|
*/
|
|
1661
1553
|
adjustmentPercentage?: string;
|
|
1662
1554
|
/**
|
|
@@ -1721,12 +1613,6 @@ export declare namespace aws {
|
|
|
1721
1613
|
* The signals defined timeout- default is 40 minutes (1800 seconds).
|
|
1722
1614
|
*
|
|
1723
1615
|
* Usage:
|
|
1724
|
-
*
|
|
1725
|
-
* <!--Start PulumiCodeChooser -->
|
|
1726
|
-
* ```typescript
|
|
1727
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1728
|
-
* ```
|
|
1729
|
-
* <!--End PulumiCodeChooser -->
|
|
1730
1616
|
*/
|
|
1731
1617
|
timeout?: number;
|
|
1732
1618
|
}
|
|
@@ -1743,12 +1629,6 @@ export declare namespace aws {
|
|
|
1743
1629
|
* For stateful groups: remove snapshots.
|
|
1744
1630
|
*
|
|
1745
1631
|
* Usage:
|
|
1746
|
-
*
|
|
1747
|
-
* <!--Start PulumiCodeChooser -->
|
|
1748
|
-
* ```typescript
|
|
1749
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1750
|
-
* ```
|
|
1751
|
-
* <!--End PulumiCodeChooser -->
|
|
1752
1632
|
*/
|
|
1753
1633
|
shouldDeleteSnapshots?: boolean;
|
|
1754
1634
|
/**
|
|
@@ -1765,12 +1645,6 @@ export declare namespace aws {
|
|
|
1765
1645
|
* String, Action type. Supported action types: `pause`, `resume`, `recycle`, `deallocate`.
|
|
1766
1646
|
*
|
|
1767
1647
|
* Usage:
|
|
1768
|
-
*
|
|
1769
|
-
* <!--Start PulumiCodeChooser -->
|
|
1770
|
-
* ```typescript
|
|
1771
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1772
|
-
* ```
|
|
1773
|
-
* <!--End PulumiCodeChooser -->
|
|
1774
1648
|
*/
|
|
1775
1649
|
type: string;
|
|
1776
1650
|
}
|
|
@@ -1855,12 +1729,6 @@ export declare namespace aws {
|
|
|
1855
1729
|
drainingTimeout?: number;
|
|
1856
1730
|
/**
|
|
1857
1731
|
* Decrementing the group target capacity after detaching the instances.
|
|
1858
|
-
*
|
|
1859
|
-
* <!--Start PulumiCodeChooser -->
|
|
1860
|
-
* ```typescript
|
|
1861
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
1862
|
-
* ```
|
|
1863
|
-
* <!--End PulumiCodeChooser -->
|
|
1864
1732
|
*/
|
|
1865
1733
|
shouldDecrementTargetCapacity?: boolean;
|
|
1866
1734
|
/**
|
|
@@ -3676,12 +3544,6 @@ export declare namespace ecs {
|
|
|
3676
3544
|
down?: outputs.ecs.OceanAutoscalerDown;
|
|
3677
3545
|
/**
|
|
3678
3546
|
* 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
|
|
3679
|
-
*
|
|
3680
|
-
* <!--Start PulumiCodeChooser -->
|
|
3681
|
-
* ```typescript
|
|
3682
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
3683
|
-
* ```
|
|
3684
|
-
* <!--End PulumiCodeChooser -->
|
|
3685
3547
|
*/
|
|
3686
3548
|
enableAutomaticAndManualHeadroom?: boolean;
|
|
3687
3549
|
/**
|
|
@@ -4071,15 +3933,6 @@ export declare namespace ecs {
|
|
|
4071
3933
|
isEnabled: boolean;
|
|
4072
3934
|
/**
|
|
4073
3935
|
* Valid values: "clusterRoll". Required for `cluster.scheduling.tasks object`. Example: `clusterRoll`.
|
|
4074
|
-
*
|
|
4075
|
-
* <!--Start PulumiCodeChooser -->
|
|
4076
|
-
* ```typescript
|
|
4077
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4078
|
-
* ```
|
|
4079
|
-
* <!--End PulumiCodeChooser -->
|
|
4080
|
-
*
|
|
4081
|
-
*
|
|
4082
|
-
* <a id="attributes-reference"></a>
|
|
4083
3936
|
*/
|
|
4084
3937
|
taskType: string;
|
|
4085
3938
|
}
|
|
@@ -4111,12 +3964,6 @@ export declare namespace ecs {
|
|
|
4111
3964
|
interface OceanUpdatePolicyRollConfig {
|
|
4112
3965
|
/**
|
|
4113
3966
|
* 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%. Value of param should represent the number in percentage (%) of the batch.
|
|
4114
|
-
*
|
|
4115
|
-
* <!--Start PulumiCodeChooser -->
|
|
4116
|
-
* ```typescript
|
|
4117
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4118
|
-
* ```
|
|
4119
|
-
* <!--End PulumiCodeChooser -->
|
|
4120
3967
|
*/
|
|
4121
3968
|
batchMinHealthyPercentage?: number;
|
|
4122
3969
|
/**
|
|
@@ -4153,12 +4000,6 @@ export declare namespace gcp {
|
|
|
4153
4000
|
* A list of ports.
|
|
4154
4001
|
*
|
|
4155
4002
|
* Usage:
|
|
4156
|
-
*
|
|
4157
|
-
* <!--Start PulumiCodeChooser -->
|
|
4158
|
-
* ```typescript
|
|
4159
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4160
|
-
* ```
|
|
4161
|
-
* <!--End PulumiCodeChooser -->
|
|
4162
4003
|
*/
|
|
4163
4004
|
ports: string[];
|
|
4164
4005
|
}
|
|
@@ -4209,12 +4050,6 @@ export declare namespace gcp {
|
|
|
4209
4050
|
* A source image used to create the disk. You can provide a private (custom) image, and Compute Engine will use the corresponding image from your project.
|
|
4210
4051
|
*
|
|
4211
4052
|
* Usage:
|
|
4212
|
-
*
|
|
4213
|
-
* <!--Start PulumiCodeChooser -->
|
|
4214
|
-
* ```typescript
|
|
4215
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4216
|
-
* ```
|
|
4217
|
-
* <!--End PulumiCodeChooser -->
|
|
4218
4053
|
*/
|
|
4219
4054
|
sourceImage: string;
|
|
4220
4055
|
}
|
|
@@ -4223,12 +4058,6 @@ export declare namespace gcp {
|
|
|
4223
4058
|
* The number of GPUs. Must be 0, 2, 4, 6, 8.
|
|
4224
4059
|
*
|
|
4225
4060
|
* Usage:
|
|
4226
|
-
*
|
|
4227
|
-
* <!--Start PulumiCodeChooser -->
|
|
4228
|
-
* ```typescript
|
|
4229
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4230
|
-
* ```
|
|
4231
|
-
* <!--End PulumiCodeChooser -->
|
|
4232
4061
|
*/
|
|
4233
4062
|
count: number;
|
|
4234
4063
|
/**
|
|
@@ -4252,12 +4081,6 @@ export declare namespace gcp {
|
|
|
4252
4081
|
* Network port used by your swarm.
|
|
4253
4082
|
*
|
|
4254
4083
|
* Usage:
|
|
4255
|
-
*
|
|
4256
|
-
* <!--Start PulumiCodeChooser -->
|
|
4257
|
-
* ```typescript
|
|
4258
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4259
|
-
* ```
|
|
4260
|
-
* <!--End PulumiCodeChooser -->
|
|
4261
4084
|
*/
|
|
4262
4085
|
masterPort: number;
|
|
4263
4086
|
}
|
|
@@ -4475,12 +4298,6 @@ export declare namespace gcp {
|
|
|
4475
4298
|
* The maximum number of instances the group should have.
|
|
4476
4299
|
*
|
|
4477
4300
|
* Usage:
|
|
4478
|
-
*
|
|
4479
|
-
* <!--Start PulumiCodeChooser -->
|
|
4480
|
-
* ```typescript
|
|
4481
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4482
|
-
* ```
|
|
4483
|
-
* <!--End PulumiCodeChooser -->
|
|
4484
4301
|
*/
|
|
4485
4302
|
maxCapacity?: string;
|
|
4486
4303
|
/**
|
|
@@ -4733,14 +4550,6 @@ export declare namespace gke {
|
|
|
4733
4550
|
interface OceanImportAutoscalerResourceLimits {
|
|
4734
4551
|
/**
|
|
4735
4552
|
* The maximum memory in GiB units that can be allocated to the cluster.
|
|
4736
|
-
*
|
|
4737
|
-
* <!--Start PulumiCodeChooser -->
|
|
4738
|
-
* ```typescript
|
|
4739
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4740
|
-
* ```
|
|
4741
|
-
* <!--End PulumiCodeChooser -->
|
|
4742
|
-
*
|
|
4743
|
-
* <a id="strategy"></a>
|
|
4744
4553
|
*/
|
|
4745
4554
|
maxMemoryGib?: number;
|
|
4746
4555
|
/**
|
|
@@ -4815,12 +4624,6 @@ export declare namespace gke {
|
|
|
4815
4624
|
/**
|
|
4816
4625
|
* Value in % to set size of batch in roll. Valid values are 0-100
|
|
4817
4626
|
* Example: 20.
|
|
4818
|
-
*
|
|
4819
|
-
* <!--Start PulumiCodeChooser -->
|
|
4820
|
-
* ```typescript
|
|
4821
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4822
|
-
* ```
|
|
4823
|
-
* <!--End PulumiCodeChooser -->
|
|
4824
4627
|
*/
|
|
4825
4628
|
batchSizePercentage?: number;
|
|
4826
4629
|
comment?: string;
|
|
@@ -4854,12 +4657,6 @@ export declare namespace gke {
|
|
|
4854
4657
|
/**
|
|
4855
4658
|
* Value in % to set size of batch in roll. Valid values are 0-100
|
|
4856
4659
|
* Example: 20.
|
|
4857
|
-
*
|
|
4858
|
-
* <!--Start PulumiCodeChooser -->
|
|
4859
|
-
* ```typescript
|
|
4860
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
4861
|
-
* ```
|
|
4862
|
-
* <!--End PulumiCodeChooser -->
|
|
4863
4660
|
*/
|
|
4864
4661
|
batchSizePercentage: number;
|
|
4865
4662
|
launchSpecIds?: string[];
|