@pulumi/linode 3.7.0 → 3.7.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 +2 -2
- package/package.json.dev +1 -1
- package/rdns.d.ts +12 -0
- package/rdns.js +2 -0
- package/rdns.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/linode",
|
|
3
|
-
"version": "v3.7.
|
|
3
|
+
"version": "v3.7.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing linode cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource linode v3.7.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource linode v3.7.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
package/rdns.d.ts
CHANGED
|
@@ -38,6 +38,10 @@ export declare class Rdns extends pulumi.CustomResource {
|
|
|
38
38
|
* The name of the RDNS address.
|
|
39
39
|
*/
|
|
40
40
|
readonly rdns: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* If true, the RDNS assignment will be retried within the operation timeout period.
|
|
43
|
+
*/
|
|
44
|
+
readonly waitForAvailable: pulumi.Output<boolean | undefined>;
|
|
41
45
|
/**
|
|
42
46
|
* Create a Rdns resource with the given unique name, arguments, and options.
|
|
43
47
|
*
|
|
@@ -59,6 +63,10 @@ export interface RdnsState {
|
|
|
59
63
|
* The name of the RDNS address.
|
|
60
64
|
*/
|
|
61
65
|
rdns?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* If true, the RDNS assignment will be retried within the operation timeout period.
|
|
68
|
+
*/
|
|
69
|
+
waitForAvailable?: pulumi.Input<boolean>;
|
|
62
70
|
}
|
|
63
71
|
/**
|
|
64
72
|
* The set of arguments for constructing a Rdns resource.
|
|
@@ -72,4 +80,8 @@ export interface RdnsArgs {
|
|
|
72
80
|
* The name of the RDNS address.
|
|
73
81
|
*/
|
|
74
82
|
rdns: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* If true, the RDNS assignment will be retried within the operation timeout period.
|
|
85
|
+
*/
|
|
86
|
+
waitForAvailable?: pulumi.Input<boolean>;
|
|
75
87
|
}
|
package/rdns.js
CHANGED
|
@@ -28,6 +28,7 @@ class Rdns extends pulumi.CustomResource {
|
|
|
28
28
|
const state = argsOrState;
|
|
29
29
|
inputs["address"] = state ? state.address : undefined;
|
|
30
30
|
inputs["rdns"] = state ? state.rdns : undefined;
|
|
31
|
+
inputs["waitForAvailable"] = state ? state.waitForAvailable : undefined;
|
|
31
32
|
}
|
|
32
33
|
else {
|
|
33
34
|
const args = argsOrState;
|
|
@@ -39,6 +40,7 @@ class Rdns extends pulumi.CustomResource {
|
|
|
39
40
|
}
|
|
40
41
|
inputs["address"] = args ? args.address : undefined;
|
|
41
42
|
inputs["rdns"] = args ? args.rdns : undefined;
|
|
43
|
+
inputs["waitForAvailable"] = args ? args.waitForAvailable : undefined;
|
|
42
44
|
}
|
|
43
45
|
if (!opts.version) {
|
|
44
46
|
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
package/rdns.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rdns.js","sourceRoot":"","sources":["../rdns.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"rdns.js","sourceRoot":"","sources":["../rdns.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAiD3C,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;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,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAxED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;;AA1BL,oBA0EC;AA5DG,gBAAgB;AACO,iBAAY,GAAG,wBAAwB,CAAC"}
|