@pulumi/spotinst 3.85.0-alpha.1723038181 → 3.86.0-alpha.1723107090
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/package.json +2 -2
- package/types/input.d.ts +4 -0
- package/types/output.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/spotinst",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.86.0-alpha.1723107090",
|
|
4
4
|
"description": "A Pulumi package for creating and managing spotinst cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "spotinst",
|
|
26
|
-
"version": "3.
|
|
26
|
+
"version": "3.86.0-alpha.1723107090"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2506,6 +2506,10 @@ export declare namespace aws {
|
|
|
2506
2506
|
numOfUnits: pulumi.Input<number>;
|
|
2507
2507
|
}
|
|
2508
2508
|
interface OceanLaunchSpecStrategy {
|
|
2509
|
+
/**
|
|
2510
|
+
* The configurable amount of time that Ocean will wait for the draining process to complete before terminating an instance. If you have not defined a draining timeout, the default of 300 seconds will be used.
|
|
2511
|
+
*/
|
|
2512
|
+
drainingTimeout?: pulumi.Input<number>;
|
|
2509
2513
|
/**
|
|
2510
2514
|
* The desired percentage of the Spot instances out of all running instances for this VNG. Only available when the field is not set in the cluster directly (cluster.strategy.spotPercentage).
|
|
2511
2515
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -2505,6 +2505,10 @@ export declare namespace aws {
|
|
|
2505
2505
|
numOfUnits: number;
|
|
2506
2506
|
}
|
|
2507
2507
|
interface OceanLaunchSpecStrategy {
|
|
2508
|
+
/**
|
|
2509
|
+
* The configurable amount of time that Ocean will wait for the draining process to complete before terminating an instance. If you have not defined a draining timeout, the default of 300 seconds will be used.
|
|
2510
|
+
*/
|
|
2511
|
+
drainingTimeout?: number;
|
|
2508
2512
|
/**
|
|
2509
2513
|
* The desired percentage of the Spot instances out of all running instances for this VNG. Only available when the field is not set in the cluster directly (cluster.strategy.spotPercentage).
|
|
2510
2514
|
*/
|