@pulumi/nomad 2.3.0 → 2.3.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/nomad",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "A Pulumi package for creating and managing nomad cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "nomad",
26
- "version": "2.3.0"
26
+ "version": "2.3.1"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -184,6 +184,12 @@ export interface CsiVolumeRegistrationMountOptions {
184
184
  mountFlags?: pulumi.Input<pulumi.Input<string>[]>;
185
185
  }
186
186
  export interface CsiVolumeRegistrationTopology {
187
+ /**
188
+ * `(map[string]string)` - Define the attributes for the topology request.
189
+ *
190
+ * In addition to the above arguments, the following attributes are exported and
191
+ * can be referenced:
192
+ */
187
193
  segments?: pulumi.Input<{
188
194
  [key: string]: pulumi.Input<string>;
189
195
  }>;
@@ -209,6 +215,12 @@ export interface CsiVolumeRegistrationTopologyRequestRequiredTopology {
209
215
  }>;
210
216
  }
211
217
  export interface CsiVolumeTopology {
218
+ /**
219
+ * `(map[string]string)` - Define the attributes for the topology request.
220
+ *
221
+ * In addition to the above arguments, the following attributes are exported and
222
+ * can be referenced:
223
+ */
212
224
  segments?: pulumi.Input<{
213
225
  [key: string]: pulumi.Input<string>;
214
226
  }>;
@@ -279,6 +291,12 @@ export interface ExternalVolumeMountOptions {
279
291
  mountFlags?: pulumi.Input<pulumi.Input<string>[]>;
280
292
  }
281
293
  export interface ExternalVolumeTopology {
294
+ /**
295
+ * `(map[string]string)` - Define the attributes for the topology request.
296
+ *
297
+ * In addition to the above arguments, the following attributes are exported and
298
+ * can be referenced:
299
+ */
282
300
  segments?: pulumi.Input<{
283
301
  [key: string]: pulumi.Input<string>;
284
302
  }>;
@@ -475,6 +493,12 @@ export interface VolumeMountOptions {
475
493
  mountFlags?: pulumi.Input<pulumi.Input<string>[]>;
476
494
  }
477
495
  export interface VolumeTopology {
496
+ /**
497
+ * `(map[string]string)` - Define the attributes for the topology request.
498
+ *
499
+ * In addition to the above arguments, the following attributes are exported and
500
+ * can be referenced:
501
+ */
478
502
  segments?: pulumi.Input<{
479
503
  [key: string]: pulumi.Input<string>;
480
504
  }>;
package/types/output.d.ts CHANGED
@@ -183,6 +183,12 @@ export interface CsiVolumeRegistrationMountOptions {
183
183
  mountFlags?: string[];
184
184
  }
185
185
  export interface CsiVolumeRegistrationTopology {
186
+ /**
187
+ * `(map[string]string)` - Define the attributes for the topology request.
188
+ *
189
+ * In addition to the above arguments, the following attributes are exported and
190
+ * can be referenced:
191
+ */
186
192
  segments: {
187
193
  [key: string]: string;
188
194
  };
@@ -208,6 +214,12 @@ export interface CsiVolumeRegistrationTopologyRequestRequiredTopology {
208
214
  };
209
215
  }
210
216
  export interface CsiVolumeTopology {
217
+ /**
218
+ * `(map[string]string)` - Define the attributes for the topology request.
219
+ *
220
+ * In addition to the above arguments, the following attributes are exported and
221
+ * can be referenced:
222
+ */
211
223
  segments: {
212
224
  [key: string]: string;
213
225
  };
@@ -278,6 +290,12 @@ export interface ExternalVolumeMountOptions {
278
290
  mountFlags?: string[];
279
291
  }
280
292
  export interface ExternalVolumeTopology {
293
+ /**
294
+ * `(map[string]string)` - Define the attributes for the topology request.
295
+ *
296
+ * In addition to the above arguments, the following attributes are exported and
297
+ * can be referenced:
298
+ */
281
299
  segments: {
282
300
  [key: string]: string;
283
301
  };
@@ -828,6 +846,12 @@ export interface VolumeMountOptions {
828
846
  mountFlags?: string[];
829
847
  }
830
848
  export interface VolumeTopology {
849
+ /**
850
+ * `(map[string]string)` - Define the attributes for the topology request.
851
+ *
852
+ * In addition to the above arguments, the following attributes are exported and
853
+ * can be referenced:
854
+ */
831
855
  segments: {
832
856
  [key: string]: string;
833
857
  };