@pulumi/spotinst 3.70.0-alpha.1710997260 → 3.70.0-alpha.1711032016
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/gke/elastigroup.d.ts +3 -3
- package/package.json +1 -1
package/gke/elastigroup.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare class Elastigroup extends pulumi.CustomResource {
|
|
|
84
84
|
/**
|
|
85
85
|
* The name of the GKE cluster you wish to import.
|
|
86
86
|
*
|
|
87
|
-
* @deprecated Please define
|
|
87
|
+
* @deprecated Please define clusterId under integration_gke
|
|
88
88
|
*/
|
|
89
89
|
readonly clusterId: pulumi.Output<string | undefined>;
|
|
90
90
|
/**
|
|
@@ -142,7 +142,7 @@ export interface ElastigroupState {
|
|
|
142
142
|
/**
|
|
143
143
|
* The name of the GKE cluster you wish to import.
|
|
144
144
|
*
|
|
145
|
-
* @deprecated Please define
|
|
145
|
+
* @deprecated Please define clusterId under integration_gke
|
|
146
146
|
*/
|
|
147
147
|
clusterId?: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
@@ -192,7 +192,7 @@ export interface ElastigroupArgs {
|
|
|
192
192
|
/**
|
|
193
193
|
* The name of the GKE cluster you wish to import.
|
|
194
194
|
*
|
|
195
|
-
* @deprecated Please define
|
|
195
|
+
* @deprecated Please define clusterId under integration_gke
|
|
196
196
|
*/
|
|
197
197
|
clusterId?: pulumi.Input<string>;
|
|
198
198
|
/**
|
package/package.json
CHANGED