@pulumi/nomad 2.2.0 → 2.2.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/aclAuthMethod.d.ts +2 -3
- package/aclAuthMethod.js +2 -3
- package/aclAuthMethod.js.map +1 -1
- package/aclPolicy.d.ts +0 -35
- package/aclPolicy.js +0 -35
- package/aclPolicy.js.map +1 -1
- package/aclToken.d.ts +9 -12
- package/aclToken.js +9 -12
- package/aclToken.js.map +1 -1
- package/csiVolume.d.ts +0 -54
- package/csiVolume.js.map +1 -1
- package/csiVolumeRegistration.d.ts +0 -54
- package/csiVolumeRegistration.js.map +1 -1
- package/externalVolume.d.ts +3 -57
- package/externalVolume.js +3 -3
- package/externalVolume.js.map +1 -1
- package/getAclPolicies.d.ts +0 -4
- package/getAclPolicies.js +0 -4
- package/getAclPolicies.js.map +1 -1
- package/getAclPolicy.d.ts +0 -4
- package/getAclPolicy.js +0 -4
- package/getAclPolicy.js.map +1 -1
- package/getAclRole.d.ts +0 -4
- package/getAclRole.js +0 -4
- package/getAclRole.js.map +1 -1
- package/getAclRoles.d.ts +0 -4
- package/getAclRoles.js +0 -4
- package/getAclRoles.js.map +1 -1
- package/getAclToken.d.ts +0 -4
- package/getAclToken.js +0 -4
- package/getAclToken.js.map +1 -1
- package/getAclTokens.d.ts +0 -4
- package/getAclTokens.js +0 -4
- package/getAclTokens.js.map +1 -1
- package/getAllocations.d.ts +0 -4
- package/getAllocations.js +0 -4
- package/getAllocations.js.map +1 -1
- package/getDatacenters.d.ts +2 -6
- package/getDatacenters.js +2 -6
- package/getDatacenters.js.map +1 -1
- package/getDeployments.d.ts +0 -4
- package/getDeployments.js +0 -4
- package/getDeployments.js.map +1 -1
- package/getJob.d.ts +0 -4
- package/getJob.js +0 -4
- package/getJob.js.map +1 -1
- package/getJobParser.d.ts +0 -30
- package/getJobParser.js +0 -30
- package/getJobParser.js.map +1 -1
- package/getNamespace.d.ts +0 -4
- package/getNamespace.js +0 -4
- package/getNamespace.js.map +1 -1
- package/getNamespaces.d.ts +2 -4
- package/getNamespaces.js +2 -4
- package/getNamespaces.js.map +1 -1
- package/getNodePool.d.ts +0 -4
- package/getNodePool.js +0 -4
- package/getNodePool.js.map +1 -1
- package/getNodePools.d.ts +0 -4
- package/getNodePools.js +0 -4
- package/getNodePools.js.map +1 -1
- package/getPlugin.d.ts +0 -4
- package/getPlugin.js +0 -4
- package/getPlugin.js.map +1 -1
- package/getPlugins.d.ts +0 -4
- package/getPlugins.js +0 -4
- package/getPlugins.js.map +1 -1
- package/getRegions.d.ts +40 -0
- package/getRegions.js +40 -0
- package/getRegions.js.map +1 -1
- package/getScalingPolicies.d.ts +0 -4
- package/getScalingPolicies.js +0 -4
- package/getScalingPolicies.js.map +1 -1
- package/getScalingPolicy.d.ts +0 -4
- package/getScalingPolicy.js +0 -4
- package/getScalingPolicy.js.map +1 -1
- package/getSchedulerPolicy.d.ts +0 -4
- package/getSchedulerPolicy.js +0 -4
- package/getSchedulerPolicy.js.map +1 -1
- package/getVariable.d.ts +0 -4
- package/getVariable.js +0 -4
- package/getVariable.js.map +1 -1
- package/getVolumes.d.ts +0 -4
- package/getVolumes.js +0 -4
- package/getVolumes.js.map +1 -1
- package/job.d.ts +5 -5
- package/namespace.d.ts +6 -7
- package/namespace.js +6 -7
- package/namespace.js.map +1 -1
- package/nodePool.d.ts +1 -2
- package/nodePool.js +1 -2
- package/nodePool.js.map +1 -1
- package/package.json +1 -1
- package/provider.d.ts +8 -8
- package/quoteSpecification.d.ts +2 -3
- package/quoteSpecification.js +2 -3
- package/quoteSpecification.js.map +1 -1
- package/schedulerConfig.d.ts +2 -4
- package/schedulerConfig.js +2 -4
- package/schedulerConfig.js.map +1 -1
- package/sentinelPolicy.d.ts +2 -4
- package/sentinelPolicy.js +2 -4
- package/sentinelPolicy.js.map +1 -1
- package/types/input.d.ts +16 -63
- package/types/output.d.ts +16 -63
- package/variable.d.ts +7 -8
- package/variable.js +7 -8
- package/variable.js.map +1 -1
- package/volume.d.ts +4 -58
- package/volume.js +4 -4
- package/volume.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -63,24 +63,19 @@ export interface AclAuthMethodConfig {
|
|
|
63
63
|
}
|
|
64
64
|
export interface AclPolicyJobAcl {
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
67
|
-
* `task` is set.
|
|
66
|
+
* Group
|
|
68
67
|
*/
|
|
69
68
|
group?: string;
|
|
70
69
|
/**
|
|
71
|
-
*
|
|
72
|
-
* `group` is set.
|
|
70
|
+
* Job
|
|
73
71
|
*/
|
|
74
72
|
jobId: string;
|
|
75
73
|
/**
|
|
76
|
-
*
|
|
77
|
-
* Required if `jobId` is set.
|
|
74
|
+
* Namespace
|
|
78
75
|
*/
|
|
79
76
|
namespace?: string;
|
|
80
77
|
/**
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* [nomadDocsWi]: https://www.nomadproject.io/docs/concepts/workload-identity#workload-associated-acl-policies
|
|
78
|
+
* Task
|
|
84
79
|
*/
|
|
85
80
|
task?: string;
|
|
86
81
|
}
|
|
@@ -155,12 +150,6 @@ export interface CsiVolumeRegistrationMountOptions {
|
|
|
155
150
|
mountFlags?: string[];
|
|
156
151
|
}
|
|
157
152
|
export interface CsiVolumeRegistrationTopology {
|
|
158
|
-
/**
|
|
159
|
-
* `(map[string]string)` - Define the attributes for the topology request.
|
|
160
|
-
*
|
|
161
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
162
|
-
* can be referenced:
|
|
163
|
-
*/
|
|
164
153
|
segments: {
|
|
165
154
|
[key: string]: string;
|
|
166
155
|
};
|
|
@@ -173,28 +162,19 @@ export interface CsiVolumeRegistrationTopologyRequest {
|
|
|
173
162
|
}
|
|
174
163
|
export interface CsiVolumeRegistrationTopologyRequestRequired {
|
|
175
164
|
/**
|
|
176
|
-
*
|
|
165
|
+
* Defines the location for the volume.
|
|
177
166
|
*/
|
|
178
167
|
topologies: outputs.CsiVolumeRegistrationTopologyRequestRequiredTopology[];
|
|
179
168
|
}
|
|
180
169
|
export interface CsiVolumeRegistrationTopologyRequestRequiredTopology {
|
|
181
170
|
/**
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
185
|
-
* can be referenced:
|
|
171
|
+
* Define attributes for the topology request.
|
|
186
172
|
*/
|
|
187
173
|
segments: {
|
|
188
174
|
[key: string]: string;
|
|
189
175
|
};
|
|
190
176
|
}
|
|
191
177
|
export interface CsiVolumeTopology {
|
|
192
|
-
/**
|
|
193
|
-
* `(map[string]string)` - Define the attributes for the topology request.
|
|
194
|
-
*
|
|
195
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
196
|
-
* can be referenced:
|
|
197
|
-
*/
|
|
198
178
|
segments: {
|
|
199
179
|
[key: string]: string;
|
|
200
180
|
};
|
|
@@ -211,16 +191,13 @@ export interface CsiVolumeTopologyRequest {
|
|
|
211
191
|
}
|
|
212
192
|
export interface CsiVolumeTopologyRequestPreferred {
|
|
213
193
|
/**
|
|
214
|
-
*
|
|
194
|
+
* Defines the location for the volume.
|
|
215
195
|
*/
|
|
216
196
|
topologies: outputs.CsiVolumeTopologyRequestPreferredTopology[];
|
|
217
197
|
}
|
|
218
198
|
export interface CsiVolumeTopologyRequestPreferredTopology {
|
|
219
199
|
/**
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
223
|
-
* can be referenced:
|
|
200
|
+
* Define the attributes for the topology request.
|
|
224
201
|
*/
|
|
225
202
|
segments: {
|
|
226
203
|
[key: string]: string;
|
|
@@ -228,16 +205,13 @@ export interface CsiVolumeTopologyRequestPreferredTopology {
|
|
|
228
205
|
}
|
|
229
206
|
export interface CsiVolumeTopologyRequestRequired {
|
|
230
207
|
/**
|
|
231
|
-
*
|
|
208
|
+
* Defines the location for the volume.
|
|
232
209
|
*/
|
|
233
210
|
topologies: outputs.CsiVolumeTopologyRequestRequiredTopology[];
|
|
234
211
|
}
|
|
235
212
|
export interface CsiVolumeTopologyRequestRequiredTopology {
|
|
236
213
|
/**
|
|
237
|
-
*
|
|
238
|
-
*
|
|
239
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
240
|
-
* can be referenced:
|
|
214
|
+
* Define the attributes for the topology request.
|
|
241
215
|
*/
|
|
242
216
|
segments: {
|
|
243
217
|
[key: string]: string;
|
|
@@ -271,12 +245,6 @@ export interface ExternalVolumeMountOptions {
|
|
|
271
245
|
mountFlags?: string[];
|
|
272
246
|
}
|
|
273
247
|
export interface ExternalVolumeTopology {
|
|
274
|
-
/**
|
|
275
|
-
* `(map[string]string)` - Define the attributes for the topology request.
|
|
276
|
-
*
|
|
277
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
278
|
-
* can be referenced:
|
|
279
|
-
*/
|
|
280
248
|
segments: {
|
|
281
249
|
[key: string]: string;
|
|
282
250
|
};
|
|
@@ -293,16 +261,13 @@ export interface ExternalVolumeTopologyRequest {
|
|
|
293
261
|
}
|
|
294
262
|
export interface ExternalVolumeTopologyRequestPreferred {
|
|
295
263
|
/**
|
|
296
|
-
*
|
|
264
|
+
* Defines the location for the volume.
|
|
297
265
|
*/
|
|
298
266
|
topologies: outputs.ExternalVolumeTopologyRequestPreferredTopology[];
|
|
299
267
|
}
|
|
300
268
|
export interface ExternalVolumeTopologyRequestPreferredTopology {
|
|
301
269
|
/**
|
|
302
|
-
*
|
|
303
|
-
*
|
|
304
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
305
|
-
* can be referenced:
|
|
270
|
+
* Define the attributes for the topology request.
|
|
306
271
|
*/
|
|
307
272
|
segments: {
|
|
308
273
|
[key: string]: string;
|
|
@@ -310,16 +275,13 @@ export interface ExternalVolumeTopologyRequestPreferredTopology {
|
|
|
310
275
|
}
|
|
311
276
|
export interface ExternalVolumeTopologyRequestRequired {
|
|
312
277
|
/**
|
|
313
|
-
*
|
|
278
|
+
* Defines the location for the volume.
|
|
314
279
|
*/
|
|
315
280
|
topologies: outputs.ExternalVolumeTopologyRequestRequiredTopology[];
|
|
316
281
|
}
|
|
317
282
|
export interface ExternalVolumeTopologyRequestRequiredTopology {
|
|
318
283
|
/**
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
322
|
-
* can be referenced:
|
|
284
|
+
* Define the attributes for the topology request.
|
|
323
285
|
*/
|
|
324
286
|
segments: {
|
|
325
287
|
[key: string]: string;
|
|
@@ -807,12 +769,6 @@ export interface VolumeMountOptions {
|
|
|
807
769
|
mountFlags?: string[];
|
|
808
770
|
}
|
|
809
771
|
export interface VolumeTopology {
|
|
810
|
-
/**
|
|
811
|
-
* `(map[string]string)` - Define the attributes for the topology request.
|
|
812
|
-
*
|
|
813
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
814
|
-
* can be referenced:
|
|
815
|
-
*/
|
|
816
772
|
segments: {
|
|
817
773
|
[key: string]: string;
|
|
818
774
|
};
|
|
@@ -825,16 +781,13 @@ export interface VolumeTopologyRequest {
|
|
|
825
781
|
}
|
|
826
782
|
export interface VolumeTopologyRequestRequired {
|
|
827
783
|
/**
|
|
828
|
-
*
|
|
784
|
+
* Defines the location for the volume.
|
|
829
785
|
*/
|
|
830
786
|
topologies: outputs.VolumeTopologyRequestRequiredTopology[];
|
|
831
787
|
}
|
|
832
788
|
export interface VolumeTopologyRequestRequiredTopology {
|
|
833
789
|
/**
|
|
834
|
-
*
|
|
835
|
-
*
|
|
836
|
-
* In addition to the above arguments, the following attributes are exported and
|
|
837
|
-
* can be referenced:
|
|
790
|
+
* Define attributes for the topology request.
|
|
838
791
|
*/
|
|
839
792
|
segments: {
|
|
840
793
|
[key: string]: string;
|
package/variable.d.ts
CHANGED
|
@@ -4,37 +4,36 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* Creating a variable in the default namespace:
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as nomad from "@pulumi/nomad";
|
|
11
10
|
*
|
|
12
11
|
* const example = new nomad.Variable("example", {
|
|
12
|
+
* path: "some/path/of/your/choosing",
|
|
13
13
|
* items: {
|
|
14
14
|
* example_key: "example_value",
|
|
15
15
|
* },
|
|
16
|
-
* path: "some/path/of/your/choosing",
|
|
17
16
|
* });
|
|
18
17
|
* ```
|
|
19
|
-
* <!--End PulumiCodeChooser -->
|
|
20
18
|
*
|
|
21
19
|
* Creating a variable in a custom namespace:
|
|
22
20
|
*
|
|
23
|
-
* <!--Start PulumiCodeChooser -->
|
|
24
21
|
* ```typescript
|
|
25
22
|
* import * as pulumi from "@pulumi/pulumi";
|
|
26
23
|
* import * as nomad from "@pulumi/nomad";
|
|
27
24
|
*
|
|
28
|
-
* const
|
|
29
|
-
*
|
|
25
|
+
* const example = new nomad.Namespace("example", {
|
|
26
|
+
* name: "example",
|
|
27
|
+
* description: "Example namespace.",
|
|
28
|
+
* });
|
|
29
|
+
* const exampleVariable = new nomad.Variable("example", {
|
|
30
30
|
* path: "some/path/of/your/choosing",
|
|
31
|
-
* namespace:
|
|
31
|
+
* namespace: example.name,
|
|
32
32
|
* items: {
|
|
33
33
|
* example_key: "example_value",
|
|
34
34
|
* },
|
|
35
35
|
* });
|
|
36
36
|
* ```
|
|
37
|
-
* <!--End PulumiCodeChooser -->
|
|
38
37
|
*/
|
|
39
38
|
export declare class Variable extends pulumi.CustomResource {
|
|
40
39
|
/**
|
package/variable.js
CHANGED
|
@@ -10,37 +10,36 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Creating a variable in the default namespace:
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as nomad from "@pulumi/nomad";
|
|
17
16
|
*
|
|
18
17
|
* const example = new nomad.Variable("example", {
|
|
18
|
+
* path: "some/path/of/your/choosing",
|
|
19
19
|
* items: {
|
|
20
20
|
* example_key: "example_value",
|
|
21
21
|
* },
|
|
22
|
-
* path: "some/path/of/your/choosing",
|
|
23
22
|
* });
|
|
24
23
|
* ```
|
|
25
|
-
* <!--End PulumiCodeChooser -->
|
|
26
24
|
*
|
|
27
25
|
* Creating a variable in a custom namespace:
|
|
28
26
|
*
|
|
29
|
-
* <!--Start PulumiCodeChooser -->
|
|
30
27
|
* ```typescript
|
|
31
28
|
* import * as pulumi from "@pulumi/pulumi";
|
|
32
29
|
* import * as nomad from "@pulumi/nomad";
|
|
33
30
|
*
|
|
34
|
-
* const
|
|
35
|
-
*
|
|
31
|
+
* const example = new nomad.Namespace("example", {
|
|
32
|
+
* name: "example",
|
|
33
|
+
* description: "Example namespace.",
|
|
34
|
+
* });
|
|
35
|
+
* const exampleVariable = new nomad.Variable("example", {
|
|
36
36
|
* path: "some/path/of/your/choosing",
|
|
37
|
-
* namespace:
|
|
37
|
+
* namespace: example.name,
|
|
38
38
|
* items: {
|
|
39
39
|
* example_key: "example_value",
|
|
40
40
|
* },
|
|
41
41
|
* });
|
|
42
42
|
* ```
|
|
43
|
-
* <!--End PulumiCodeChooser -->
|
|
44
43
|
*/
|
|
45
44
|
class Variable extends pulumi.CustomResource {
|
|
46
45
|
/**
|
package/variable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variable.js","sourceRoot":"","sources":["../variable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"variable.js","sourceRoot":"","sources":["../variable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,KAAK,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;QAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAzEL,4BA0EC;AA5DG,gBAAgB;AACO,qBAAY,GAAG,+BAA+B,CAAC"}
|
package/volume.d.ts
CHANGED
|
@@ -6,20 +6,21 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Registering a volume:
|
|
8
8
|
*
|
|
9
|
-
* <!--Start PulumiCodeChooser -->
|
|
10
9
|
* ```typescript
|
|
11
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
11
|
* import * as nomad from "@pulumi/nomad";
|
|
13
12
|
*
|
|
13
|
+
* // It can sometimes be helpful to wait for a particular plugin to be available
|
|
14
14
|
* const ebs = nomad.getPlugin({
|
|
15
15
|
* pluginId: "aws-ebs0",
|
|
16
16
|
* waitForHealthy: true,
|
|
17
17
|
* });
|
|
18
|
-
* const mysqlVolume = new nomad.Volume("
|
|
18
|
+
* const mysqlVolume = new nomad.Volume("mysql_volume", {
|
|
19
19
|
* type: "csi",
|
|
20
20
|
* pluginId: "aws-ebs0",
|
|
21
21
|
* volumeId: "mysql_volume",
|
|
22
|
-
*
|
|
22
|
+
* name: "mysql_volume",
|
|
23
|
+
* externalId: hashistack.ebsTestVolumeId,
|
|
23
24
|
* capabilities: [{
|
|
24
25
|
* accessMode: "single-node-writer",
|
|
25
26
|
* attachmentMode: "file-system",
|
|
@@ -48,7 +49,6 @@ import * as outputs from "./types/output";
|
|
|
48
49
|
* dependsOn: [ebs],
|
|
49
50
|
* });
|
|
50
51
|
* ```
|
|
51
|
-
* <!--End PulumiCodeChooser -->
|
|
52
52
|
*/
|
|
53
53
|
export declare class Volume extends pulumi.CustomResource {
|
|
54
54
|
/**
|
|
@@ -93,17 +93,8 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
93
93
|
readonly context: pulumi.Output<{
|
|
94
94
|
[key: string]: string;
|
|
95
95
|
} | undefined>;
|
|
96
|
-
/**
|
|
97
|
-
* `(boolean)`
|
|
98
|
-
*/
|
|
99
96
|
readonly controllerRequired: pulumi.Output<boolean>;
|
|
100
|
-
/**
|
|
101
|
-
* `(integer)`
|
|
102
|
-
*/
|
|
103
97
|
readonly controllersExpected: pulumi.Output<number>;
|
|
104
|
-
/**
|
|
105
|
-
* `(integer)`
|
|
106
|
-
*/
|
|
107
98
|
readonly controllersHealthy: pulumi.Output<number>;
|
|
108
99
|
/**
|
|
109
100
|
* `(boolean: true)` - If true, the volume will be deregistered on destroy.
|
|
@@ -125,13 +116,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
125
116
|
* `(string: "default")` - The namespace in which to register the volume.
|
|
126
117
|
*/
|
|
127
118
|
readonly namespace: pulumi.Output<string | undefined>;
|
|
128
|
-
/**
|
|
129
|
-
* `(integer)`
|
|
130
|
-
*/
|
|
131
119
|
readonly nodesExpected: pulumi.Output<number>;
|
|
132
|
-
/**
|
|
133
|
-
* `(integer)`
|
|
134
|
-
*/
|
|
135
120
|
readonly nodesHealthy: pulumi.Output<number>;
|
|
136
121
|
/**
|
|
137
122
|
* `(map[string]string: <optional>)` - An optional key-value map of strings passed directly to the CSI plugin to configure the volume.
|
|
@@ -143,17 +128,8 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
143
128
|
* `(string: <required>)` - The ID of the Nomad plugin for registering this volume.
|
|
144
129
|
*/
|
|
145
130
|
readonly pluginId: pulumi.Output<string>;
|
|
146
|
-
/**
|
|
147
|
-
* `(string)`
|
|
148
|
-
*/
|
|
149
131
|
readonly pluginProvider: pulumi.Output<string>;
|
|
150
|
-
/**
|
|
151
|
-
* `(string)`
|
|
152
|
-
*/
|
|
153
132
|
readonly pluginProviderVersion: pulumi.Output<string>;
|
|
154
|
-
/**
|
|
155
|
-
* `(boolean)`
|
|
156
|
-
*/
|
|
157
133
|
readonly schedulable: pulumi.Output<boolean>;
|
|
158
134
|
/**
|
|
159
135
|
* `(map[string]string: <optional>)` - An optional key-value map of strings used as credentials for publishing and unpublishing volumes.
|
|
@@ -161,9 +137,6 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
161
137
|
readonly secrets: pulumi.Output<{
|
|
162
138
|
[key: string]: string;
|
|
163
139
|
} | undefined>;
|
|
164
|
-
/**
|
|
165
|
-
* `(List of topologies)`
|
|
166
|
-
*/
|
|
167
140
|
readonly topologies: pulumi.Output<outputs.VolumeTopology[]>;
|
|
168
141
|
/**
|
|
169
142
|
* `(``TopologyRequest``: <optional>)` - Specify locations (region, zone, rack, etc.) where the provisioned volume is accessible from.
|
|
@@ -217,17 +190,8 @@ export interface VolumeState {
|
|
|
217
190
|
context?: pulumi.Input<{
|
|
218
191
|
[key: string]: pulumi.Input<string>;
|
|
219
192
|
}>;
|
|
220
|
-
/**
|
|
221
|
-
* `(boolean)`
|
|
222
|
-
*/
|
|
223
193
|
controllerRequired?: pulumi.Input<boolean>;
|
|
224
|
-
/**
|
|
225
|
-
* `(integer)`
|
|
226
|
-
*/
|
|
227
194
|
controllersExpected?: pulumi.Input<number>;
|
|
228
|
-
/**
|
|
229
|
-
* `(integer)`
|
|
230
|
-
*/
|
|
231
195
|
controllersHealthy?: pulumi.Input<number>;
|
|
232
196
|
/**
|
|
233
197
|
* `(boolean: true)` - If true, the volume will be deregistered on destroy.
|
|
@@ -249,13 +213,7 @@ export interface VolumeState {
|
|
|
249
213
|
* `(string: "default")` - The namespace in which to register the volume.
|
|
250
214
|
*/
|
|
251
215
|
namespace?: pulumi.Input<string>;
|
|
252
|
-
/**
|
|
253
|
-
* `(integer)`
|
|
254
|
-
*/
|
|
255
216
|
nodesExpected?: pulumi.Input<number>;
|
|
256
|
-
/**
|
|
257
|
-
* `(integer)`
|
|
258
|
-
*/
|
|
259
217
|
nodesHealthy?: pulumi.Input<number>;
|
|
260
218
|
/**
|
|
261
219
|
* `(map[string]string: <optional>)` - An optional key-value map of strings passed directly to the CSI plugin to configure the volume.
|
|
@@ -267,17 +225,8 @@ export interface VolumeState {
|
|
|
267
225
|
* `(string: <required>)` - The ID of the Nomad plugin for registering this volume.
|
|
268
226
|
*/
|
|
269
227
|
pluginId?: pulumi.Input<string>;
|
|
270
|
-
/**
|
|
271
|
-
* `(string)`
|
|
272
|
-
*/
|
|
273
228
|
pluginProvider?: pulumi.Input<string>;
|
|
274
|
-
/**
|
|
275
|
-
* `(string)`
|
|
276
|
-
*/
|
|
277
229
|
pluginProviderVersion?: pulumi.Input<string>;
|
|
278
|
-
/**
|
|
279
|
-
* `(boolean)`
|
|
280
|
-
*/
|
|
281
230
|
schedulable?: pulumi.Input<boolean>;
|
|
282
231
|
/**
|
|
283
232
|
* `(map[string]string: <optional>)` - An optional key-value map of strings used as credentials for publishing and unpublishing volumes.
|
|
@@ -285,9 +234,6 @@ export interface VolumeState {
|
|
|
285
234
|
secrets?: pulumi.Input<{
|
|
286
235
|
[key: string]: pulumi.Input<string>;
|
|
287
236
|
}>;
|
|
288
|
-
/**
|
|
289
|
-
* `(List of topologies)`
|
|
290
|
-
*/
|
|
291
237
|
topologies?: pulumi.Input<pulumi.Input<inputs.VolumeTopology>[]>;
|
|
292
238
|
/**
|
|
293
239
|
* `(``TopologyRequest``: <optional>)` - Specify locations (region, zone, rack, etc.) where the provisioned volume is accessible from.
|
package/volume.js
CHANGED
|
@@ -10,20 +10,21 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Registering a volume:
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as nomad from "@pulumi/nomad";
|
|
17
16
|
*
|
|
17
|
+
* // It can sometimes be helpful to wait for a particular plugin to be available
|
|
18
18
|
* const ebs = nomad.getPlugin({
|
|
19
19
|
* pluginId: "aws-ebs0",
|
|
20
20
|
* waitForHealthy: true,
|
|
21
21
|
* });
|
|
22
|
-
* const mysqlVolume = new nomad.Volume("
|
|
22
|
+
* const mysqlVolume = new nomad.Volume("mysql_volume", {
|
|
23
23
|
* type: "csi",
|
|
24
24
|
* pluginId: "aws-ebs0",
|
|
25
25
|
* volumeId: "mysql_volume",
|
|
26
|
-
*
|
|
26
|
+
* name: "mysql_volume",
|
|
27
|
+
* externalId: hashistack.ebsTestVolumeId,
|
|
27
28
|
* capabilities: [{
|
|
28
29
|
* accessMode: "single-node-writer",
|
|
29
30
|
* attachmentMode: "file-system",
|
|
@@ -52,7 +53,6 @@ const utilities = require("./utilities");
|
|
|
52
53
|
* dependsOn: [ebs],
|
|
53
54
|
* });
|
|
54
55
|
* ```
|
|
55
|
-
* <!--End PulumiCodeChooser -->
|
|
56
56
|
*/
|
|
57
57
|
class Volume extends pulumi.CustomResource {
|
|
58
58
|
/**
|
package/volume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../volume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../volume.ts"],"names":[],"mappings":"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"}
|