@upcloud/pulumi-upcloud 0.4.1 → 0.5.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/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +2 -4
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/floatingIpAddress.d.ts +3 -6
- package/floatingIpAddress.js +11 -11
- package/floatingIpAddress.js.map +1 -1
- package/gateway.d.ts +5 -10
- package/gateway.js +24 -24
- package/gateway.js.map +1 -1
- package/gatewayConnection.d.ts +2 -4
- package/gatewayConnection.js +15 -15
- package/gatewayConnection.js.map +1 -1
- package/gatewayConnectionTunnel.js +20 -20
- package/gatewayConnectionTunnel.js.map +1 -1
- package/getHosts.d.ts +2 -2
- package/getHosts.js +3 -3
- package/getHosts.js.map +1 -1
- package/getIpAddresses.d.ts +2 -2
- package/getIpAddresses.js +3 -3
- package/getIpAddresses.js.map +1 -1
- package/getKubernetesCluster.d.ts +0 -2
- package/getKubernetesCluster.js +1 -3
- package/getKubernetesCluster.js.map +1 -1
- package/getLoadBalancerDnsChallengeDomain.d.ts +2 -2
- package/getLoadBalancerDnsChallengeDomain.js +3 -3
- package/getLoadBalancerDnsChallengeDomain.js.map +1 -1
- package/getManagedDatabaseMysqlSessions.d.ts +0 -2
- package/getManagedDatabaseMysqlSessions.js +1 -3
- package/getManagedDatabaseMysqlSessions.js.map +1 -1
- package/getManagedDatabaseOpensearchIndices.d.ts +0 -2
- package/getManagedDatabaseOpensearchIndices.js +1 -3
- package/getManagedDatabaseOpensearchIndices.js.map +1 -1
- package/getManagedDatabasePostgresqlSessions.d.ts +0 -2
- package/getManagedDatabasePostgresqlSessions.js +1 -3
- package/getManagedDatabasePostgresqlSessions.js.map +1 -1
- package/getManagedDatabaseRedisSessions.d.ts +0 -2
- package/getManagedDatabaseRedisSessions.js +1 -3
- package/getManagedDatabaseRedisSessions.js.map +1 -1
- package/getManagedDatabaseValkeySessions.d.ts +0 -2
- package/getManagedDatabaseValkeySessions.js +1 -3
- package/getManagedDatabaseValkeySessions.js.map +1 -1
- package/getManagedObjectStoragePolicies.js +1 -1
- package/getManagedObjectStoragePolicies.js.map +1 -1
- package/getManagedObjectStorageRegions.js +1 -1
- package/getManagedObjectStorageRegions.js.map +1 -1
- package/getNetworks.js +1 -1
- package/getNetworks.js.map +1 -1
- package/getStorage.d.ts +0 -2
- package/getStorage.js +1 -3
- package/getStorage.js.map +1 -1
- package/getTags.js +1 -1
- package/getTags.js.map +1 -1
- package/getZone.js +1 -1
- package/getZone.js.map +1 -1
- package/getZones.js +1 -1
- package/getZones.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +19 -5
- package/index.js.map +1 -1
- package/kubernetesCluster.d.ts +18 -27
- package/kubernetesCluster.js +28 -28
- package/kubernetesCluster.js.map +1 -1
- package/kubernetesNodeGroup.d.ts +69 -33
- package/kubernetesNodeGroup.js +57 -29
- package/kubernetesNodeGroup.js.map +1 -1
- package/loadbalancer.d.ts +6 -18
- package/loadbalancer.js +28 -28
- package/loadbalancer.js.map +1 -1
- package/loadbalancerBackend.js +13 -13
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerBackendTlsConfig.js +10 -10
- package/loadbalancerBackendTlsConfig.js.map +1 -1
- package/loadbalancerDynamicBackendMember.js +19 -19
- package/loadbalancerDynamicBackendMember.js.map +1 -1
- package/loadbalancerDynamicCertificateBundle.js +13 -13
- package/loadbalancerDynamicCertificateBundle.js.map +1 -1
- package/loadbalancerFrontend.d.ts +12 -18
- package/loadbalancerFrontend.js +22 -22
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerFrontendRule.js +16 -16
- package/loadbalancerFrontendRule.js.map +1 -1
- package/loadbalancerFrontendTlsConfig.js +10 -10
- package/loadbalancerFrontendTlsConfig.js.map +1 -1
- package/loadbalancerManualCertificateBundle.js +15 -15
- package/loadbalancerManualCertificateBundle.js.map +1 -1
- package/loadbalancerResolver.d.ts +3 -6
- package/loadbalancerResolver.js +25 -25
- package/loadbalancerResolver.js.map +1 -1
- package/loadbalancerStaticBackendMember.js +19 -19
- package/loadbalancerStaticBackendMember.js.map +1 -1
- package/managedDatabaseLogicalDatabase.js +11 -11
- package/managedDatabaseLogicalDatabase.js.map +1 -1
- package/managedDatabaseMysql.d.ts +3 -6
- package/managedDatabaseMysql.js +37 -37
- package/managedDatabaseMysql.js.map +1 -1
- package/managedDatabaseOpensearch.d.ts +9 -18
- package/managedDatabaseOpensearch.js +41 -41
- package/managedDatabaseOpensearch.js.map +1 -1
- package/managedDatabasePostgresql.d.ts +3 -6
- package/managedDatabasePostgresql.js +38 -38
- package/managedDatabasePostgresql.js.map +1 -1
- package/managedDatabaseRedis.d.ts +3 -6
- package/managedDatabaseRedis.js +37 -37
- package/managedDatabaseRedis.js.map +1 -1
- package/managedDatabaseUser.js +21 -21
- package/managedDatabaseUser.js.map +1 -1
- package/managedDatabaseValkey.d.ts +3 -6
- package/managedDatabaseValkey.js +37 -37
- package/managedDatabaseValkey.js.map +1 -1
- package/managedObjectStorage.d.ts +3 -9
- package/managedObjectStorage.js +18 -18
- package/managedObjectStorage.js.map +1 -1
- package/managedObjectStorageBucket.js +9 -9
- package/managedObjectStorageBucket.js.map +1 -1
- package/managedObjectStorageCustomDomain.d.ts +3 -7
- package/managedObjectStorageCustomDomain.js +10 -11
- package/managedObjectStorageCustomDomain.js.map +1 -1
- package/managedObjectStoragePolicy.d.ts +3 -6
- package/managedObjectStoragePolicy.js +18 -18
- package/managedObjectStoragePolicy.js.map +1 -1
- package/managedObjectStorageUser.d.ts +3 -9
- package/managedObjectStorageUser.js +10 -10
- package/managedObjectStorageUser.js.map +1 -1
- package/managedObjectStorageUserAccessKey.js +15 -15
- package/managedObjectStorageUserAccessKey.js.map +1 -1
- package/managedObjectStorageUserPolicy.js +10 -10
- package/managedObjectStorageUserPolicy.js.map +1 -1
- package/network.js +15 -15
- package/network.js.map +1 -1
- package/networkPeering.js +14 -14
- package/networkPeering.js.map +1 -1
- package/objectStorage.d.ts +40 -37
- package/objectStorage.js +24 -27
- package/objectStorage.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +17 -6
- package/provider.js +16 -8
- package/provider.js.map +1 -1
- package/router.d.ts +2 -4
- package/router.js +11 -11
- package/router.js.map +1 -1
- package/server.d.ts +27 -42
- package/server.js +50 -50
- package/server.js.map +1 -1
- package/serverFirewallRules.d.ts +24 -15
- package/serverFirewallRules.js +7 -7
- package/serverFirewallRules.js.map +1 -1
- package/serverGroup.d.ts +45 -36
- package/serverGroup.js +13 -13
- package/serverGroup.js.map +1 -1
- package/storage.d.ts +11 -22
- package/storage.js +29 -29
- package/storage.js.map +1 -1
- package/storageBackup.d.ts +2 -4
- package/storageBackup.js +17 -17
- package/storageBackup.js.map +1 -1
- package/storageTemplate.d.ts +2 -4
- package/storageTemplate.js +16 -16
- package/storageTemplate.js.map +1 -1
- package/tag.js +8 -8
- package/tag.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +23 -3
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +23 -3
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +20 -30
- package/utilities.js.map +1 -1
package/storageBackup.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.StorageBackup = void 0;
|
|
@@ -31,7 +31,7 @@ class StorageBackup extends pulumi.CustomResource {
|
|
|
31
31
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
32
|
*/
|
|
33
33
|
static get(name, id, state, opts) {
|
|
34
|
-
return new StorageBackup(name, state,
|
|
34
|
+
return new StorageBackup(name, state, { ...opts, id: id });
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* Returns true if the given object is an instance of StorageBackup. This is designed to work even
|
|
@@ -48,28 +48,28 @@ class StorageBackup extends pulumi.CustomResource {
|
|
|
48
48
|
opts = opts || {};
|
|
49
49
|
if (opts.id) {
|
|
50
50
|
const state = argsOrState;
|
|
51
|
-
resourceInputs["createdAt"] = state
|
|
52
|
-
resourceInputs["encrypt"] = state
|
|
53
|
-
resourceInputs["labels"] = state
|
|
54
|
-
resourceInputs["size"] = state
|
|
55
|
-
resourceInputs["sourceStorage"] = state
|
|
56
|
-
resourceInputs["systemLabels"] = state
|
|
57
|
-
resourceInputs["tier"] = state
|
|
58
|
-
resourceInputs["title"] = state
|
|
59
|
-
resourceInputs["type"] = state
|
|
60
|
-
resourceInputs["zone"] = state
|
|
51
|
+
resourceInputs["createdAt"] = state?.createdAt;
|
|
52
|
+
resourceInputs["encrypt"] = state?.encrypt;
|
|
53
|
+
resourceInputs["labels"] = state?.labels;
|
|
54
|
+
resourceInputs["size"] = state?.size;
|
|
55
|
+
resourceInputs["sourceStorage"] = state?.sourceStorage;
|
|
56
|
+
resourceInputs["systemLabels"] = state?.systemLabels;
|
|
57
|
+
resourceInputs["tier"] = state?.tier;
|
|
58
|
+
resourceInputs["title"] = state?.title;
|
|
59
|
+
resourceInputs["type"] = state?.type;
|
|
60
|
+
resourceInputs["zone"] = state?.zone;
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
63
|
const args = argsOrState;
|
|
64
|
-
if (
|
|
64
|
+
if (args?.sourceStorage === undefined && !opts.urn) {
|
|
65
65
|
throw new Error("Missing required property 'sourceStorage'");
|
|
66
66
|
}
|
|
67
|
-
if (
|
|
67
|
+
if (args?.title === undefined && !opts.urn) {
|
|
68
68
|
throw new Error("Missing required property 'title'");
|
|
69
69
|
}
|
|
70
|
-
resourceInputs["labels"] = args
|
|
71
|
-
resourceInputs["sourceStorage"] = args
|
|
72
|
-
resourceInputs["title"] = args
|
|
70
|
+
resourceInputs["labels"] = args?.labels;
|
|
71
|
+
resourceInputs["sourceStorage"] = args?.sourceStorage;
|
|
72
|
+
resourceInputs["title"] = args?.title;
|
|
73
73
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
74
74
|
resourceInputs["encrypt"] = undefined /*out*/;
|
|
75
75
|
resourceInputs["size"] = undefined /*out*/;
|
package/storageBackup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageBackup.js","sourceRoot":"","sources":["../storageBackup.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"storageBackup.js","sourceRoot":"","sources":["../storageBackup.ts"],"names":[],"mappings":"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"}
|
package/storageTemplate.d.ts
CHANGED
|
@@ -53,8 +53,7 @@ export declare class StorageTemplate extends pulumi.CustomResource {
|
|
|
53
53
|
*/
|
|
54
54
|
readonly sourceStorage: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
56
|
-
* System defined key-value pairs to classify the storage. The keys of system defined labels are prefixed with underscore
|
|
57
|
-
* and can not be modified by the user.
|
|
56
|
+
* System defined key-value pairs to classify the storage. The keys of system defined labels are prefixed with underscore and can not be modified by the user.
|
|
58
57
|
*/
|
|
59
58
|
readonly systemLabels: pulumi.Output<{
|
|
60
59
|
[key: string]: string;
|
|
@@ -107,8 +106,7 @@ export interface StorageTemplateState {
|
|
|
107
106
|
*/
|
|
108
107
|
sourceStorage?: pulumi.Input<string>;
|
|
109
108
|
/**
|
|
110
|
-
* System defined key-value pairs to classify the storage. The keys of system defined labels are prefixed with underscore
|
|
111
|
-
* and can not be modified by the user.
|
|
109
|
+
* System defined key-value pairs to classify the storage. The keys of system defined labels are prefixed with underscore and can not be modified by the user.
|
|
112
110
|
*/
|
|
113
111
|
systemLabels?: pulumi.Input<{
|
|
114
112
|
[key: string]: pulumi.Input<string>;
|
package/storageTemplate.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.StorageTemplate = void 0;
|
|
@@ -35,7 +35,7 @@ class StorageTemplate extends pulumi.CustomResource {
|
|
|
35
35
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
36
|
*/
|
|
37
37
|
static get(name, id, state, opts) {
|
|
38
|
-
return new StorageTemplate(name, state,
|
|
38
|
+
return new StorageTemplate(name, state, { ...opts, id: id });
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Returns true if the given object is an instance of StorageTemplate. This is designed to work even
|
|
@@ -52,27 +52,27 @@ class StorageTemplate extends pulumi.CustomResource {
|
|
|
52
52
|
opts = opts || {};
|
|
53
53
|
if (opts.id) {
|
|
54
54
|
const state = argsOrState;
|
|
55
|
-
resourceInputs["encrypt"] = state
|
|
56
|
-
resourceInputs["labels"] = state
|
|
57
|
-
resourceInputs["size"] = state
|
|
58
|
-
resourceInputs["sourceStorage"] = state
|
|
59
|
-
resourceInputs["systemLabels"] = state
|
|
60
|
-
resourceInputs["tier"] = state
|
|
61
|
-
resourceInputs["title"] = state
|
|
62
|
-
resourceInputs["type"] = state
|
|
63
|
-
resourceInputs["zone"] = state
|
|
55
|
+
resourceInputs["encrypt"] = state?.encrypt;
|
|
56
|
+
resourceInputs["labels"] = state?.labels;
|
|
57
|
+
resourceInputs["size"] = state?.size;
|
|
58
|
+
resourceInputs["sourceStorage"] = state?.sourceStorage;
|
|
59
|
+
resourceInputs["systemLabels"] = state?.systemLabels;
|
|
60
|
+
resourceInputs["tier"] = state?.tier;
|
|
61
|
+
resourceInputs["title"] = state?.title;
|
|
62
|
+
resourceInputs["type"] = state?.type;
|
|
63
|
+
resourceInputs["zone"] = state?.zone;
|
|
64
64
|
}
|
|
65
65
|
else {
|
|
66
66
|
const args = argsOrState;
|
|
67
|
-
if (
|
|
67
|
+
if (args?.sourceStorage === undefined && !opts.urn) {
|
|
68
68
|
throw new Error("Missing required property 'sourceStorage'");
|
|
69
69
|
}
|
|
70
|
-
if (
|
|
70
|
+
if (args?.title === undefined && !opts.urn) {
|
|
71
71
|
throw new Error("Missing required property 'title'");
|
|
72
72
|
}
|
|
73
|
-
resourceInputs["labels"] = args
|
|
74
|
-
resourceInputs["sourceStorage"] = args
|
|
75
|
-
resourceInputs["title"] = args
|
|
73
|
+
resourceInputs["labels"] = args?.labels;
|
|
74
|
+
resourceInputs["sourceStorage"] = args?.sourceStorage;
|
|
75
|
+
resourceInputs["title"] = args?.title;
|
|
76
76
|
resourceInputs["encrypt"] = undefined /*out*/;
|
|
77
77
|
resourceInputs["size"] = undefined /*out*/;
|
|
78
78
|
resourceInputs["systemLabels"] = undefined /*out*/;
|
package/storageTemplate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageTemplate.js","sourceRoot":"","sources":["../storageTemplate.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"storageTemplate.js","sourceRoot":"","sources":["../storageTemplate.ts"],"names":[],"mappings":"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"}
|
package/tag.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.Tag = void 0;
|
|
@@ -19,7 +19,7 @@ class Tag extends pulumi.CustomResource {
|
|
|
19
19
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
20
|
*/
|
|
21
21
|
static get(name, id, state, opts) {
|
|
22
|
-
return new Tag(name, state,
|
|
22
|
+
return new Tag(name, state, { ...opts, id: id });
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Returns true if the given object is an instance of Tag. This is designed to work even
|
|
@@ -36,15 +36,15 @@ class Tag extends pulumi.CustomResource {
|
|
|
36
36
|
opts = opts || {};
|
|
37
37
|
if (opts.id) {
|
|
38
38
|
const state = argsOrState;
|
|
39
|
-
resourceInputs["description"] = state
|
|
40
|
-
resourceInputs["name"] = state
|
|
41
|
-
resourceInputs["servers"] = state
|
|
39
|
+
resourceInputs["description"] = state?.description;
|
|
40
|
+
resourceInputs["name"] = state?.name;
|
|
41
|
+
resourceInputs["servers"] = state?.servers;
|
|
42
42
|
}
|
|
43
43
|
else {
|
|
44
44
|
const args = argsOrState;
|
|
45
|
-
resourceInputs["description"] = args
|
|
46
|
-
resourceInputs["name"] = args
|
|
47
|
-
resourceInputs["servers"] = args
|
|
45
|
+
resourceInputs["description"] = args?.description;
|
|
46
|
+
resourceInputs["name"] = args?.name;
|
|
47
|
+
resourceInputs["servers"] = args?.servers;
|
|
48
48
|
}
|
|
49
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
50
50
|
super(Tag.__pulumiType, name, resourceInputs, opts);
|
package/tag.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AAjEL,kBAkEC;AApDG,gBAAgB;AACO,gBAAY,GAAG,uBAAuB,CAAC"}
|
package/types/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.output = exports.input = void 0;
|
package/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAIjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}
|
package/types/input.d.ts
CHANGED
|
@@ -862,13 +862,23 @@ export interface GetManagedObjectStorageRegionsRegionArgs {
|
|
|
862
862
|
*/
|
|
863
863
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
864
864
|
}
|
|
865
|
+
export interface KubernetesNodeGroupCloudNativePlan {
|
|
866
|
+
/**
|
|
867
|
+
* The size of the storage device in gigabytes.
|
|
868
|
+
*/
|
|
869
|
+
storageSize?: pulumi.Input<number>;
|
|
870
|
+
/**
|
|
871
|
+
* The storage tier to use.
|
|
872
|
+
*/
|
|
873
|
+
storageTier?: pulumi.Input<string>;
|
|
874
|
+
}
|
|
865
875
|
export interface KubernetesNodeGroupCustomPlan {
|
|
866
876
|
/**
|
|
867
|
-
* The number of CPU cores dedicated to individual node group nodes
|
|
877
|
+
* The number of CPU cores dedicated to individual node group nodes.
|
|
868
878
|
*/
|
|
869
879
|
cores: pulumi.Input<number>;
|
|
870
880
|
/**
|
|
871
|
-
* The amount of memory in megabytes to assign to individual node group node
|
|
881
|
+
* The amount of memory in megabytes to assign to individual node group node. Value needs to be divisible by 1024.
|
|
872
882
|
*/
|
|
873
883
|
memory: pulumi.Input<number>;
|
|
874
884
|
/**
|
|
@@ -876,7 +886,17 @@ export interface KubernetesNodeGroupCustomPlan {
|
|
|
876
886
|
*/
|
|
877
887
|
storageSize: pulumi.Input<number>;
|
|
878
888
|
/**
|
|
879
|
-
* The storage tier to use.
|
|
889
|
+
* The storage tier to use.
|
|
890
|
+
*/
|
|
891
|
+
storageTier?: pulumi.Input<string>;
|
|
892
|
+
}
|
|
893
|
+
export interface KubernetesNodeGroupGpuPlan {
|
|
894
|
+
/**
|
|
895
|
+
* The size of the storage device in gigabytes.
|
|
896
|
+
*/
|
|
897
|
+
storageSize?: pulumi.Input<number>;
|
|
898
|
+
/**
|
|
899
|
+
* The storage tier to use.
|
|
880
900
|
*/
|
|
881
901
|
storageTier?: pulumi.Input<string>;
|
|
882
902
|
}
|
package/types/input.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=input.js.map
|
package/types/input.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF"}
|
package/types/output.d.ts
CHANGED
|
@@ -600,13 +600,23 @@ export interface GetTagsTag {
|
|
|
600
600
|
*/
|
|
601
601
|
servers: string[];
|
|
602
602
|
}
|
|
603
|
+
export interface KubernetesNodeGroupCloudNativePlan {
|
|
604
|
+
/**
|
|
605
|
+
* The size of the storage device in gigabytes.
|
|
606
|
+
*/
|
|
607
|
+
storageSize?: number;
|
|
608
|
+
/**
|
|
609
|
+
* The storage tier to use.
|
|
610
|
+
*/
|
|
611
|
+
storageTier: string;
|
|
612
|
+
}
|
|
603
613
|
export interface KubernetesNodeGroupCustomPlan {
|
|
604
614
|
/**
|
|
605
|
-
* The number of CPU cores dedicated to individual node group nodes
|
|
615
|
+
* The number of CPU cores dedicated to individual node group nodes.
|
|
606
616
|
*/
|
|
607
617
|
cores: number;
|
|
608
618
|
/**
|
|
609
|
-
* The amount of memory in megabytes to assign to individual node group node
|
|
619
|
+
* The amount of memory in megabytes to assign to individual node group node. Value needs to be divisible by 1024.
|
|
610
620
|
*/
|
|
611
621
|
memory: number;
|
|
612
622
|
/**
|
|
@@ -614,7 +624,17 @@ export interface KubernetesNodeGroupCustomPlan {
|
|
|
614
624
|
*/
|
|
615
625
|
storageSize: number;
|
|
616
626
|
/**
|
|
617
|
-
* The storage tier to use.
|
|
627
|
+
* The storage tier to use.
|
|
628
|
+
*/
|
|
629
|
+
storageTier: string;
|
|
630
|
+
}
|
|
631
|
+
export interface KubernetesNodeGroupGpuPlan {
|
|
632
|
+
/**
|
|
633
|
+
* The size of the storage device in gigabytes.
|
|
634
|
+
*/
|
|
635
|
+
storageSize?: number;
|
|
636
|
+
/**
|
|
637
|
+
* The storage tier to use.
|
|
618
638
|
*/
|
|
619
639
|
storageTier: string;
|
|
620
640
|
}
|
package/types/output.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=output.js.map
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF"}
|
package/utilities.d.ts
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
1
|
export declare function getEnv(...vars: string[]): string | undefined;
|
|
3
2
|
export declare function getEnvBoolean(...vars: string[]): boolean | undefined;
|
|
4
3
|
export declare function getEnvNumber(...vars: string[]): number | undefined;
|
|
5
4
|
export declare function getVersion(): string;
|
|
6
|
-
export declare function callAsync<T>(tok: string, props: pulumi.Inputs, res?: pulumi.Resource, opts?: {
|
|
7
|
-
property?: string;
|
|
8
|
-
}): Promise<T>;
|
package/utilities.js
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
5
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
6
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
7
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
8
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
9
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
10
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
5
|
exports.callAsync = exports.lazyLoad = exports.resourceOptsDefaults = exports.getVersion = exports.getEnvNumber = exports.getEnvBoolean = exports.getEnv = void 0;
|
|
15
6
|
const runtime = require("@pulumi/pulumi/runtime");
|
|
@@ -76,26 +67,25 @@ function lazyLoad(exports, props, loadModule) {
|
|
|
76
67
|
}
|
|
77
68
|
}
|
|
78
69
|
exports.lazyLoad = lazyLoad;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
});
|
|
70
|
+
/** @internal */
|
|
71
|
+
async function callAsync(tok, props, res, opts) {
|
|
72
|
+
const o = runtime.call(tok, props, res);
|
|
73
|
+
const value = await o.promise(true /*withUnknowns*/);
|
|
74
|
+
const isKnown = await o.isKnown;
|
|
75
|
+
const isSecret = await o.isSecret;
|
|
76
|
+
const problem = !isKnown ? "an unknown value"
|
|
77
|
+
: isSecret ? "a secret value"
|
|
78
|
+
: undefined;
|
|
79
|
+
// Ingoring o.resources silently. They are typically non-empty, r.f() calls include r as a dependency.
|
|
80
|
+
if (problem) {
|
|
81
|
+
throw new Error(`Plain resource method "${tok}" incorrectly returned ${problem}. ` +
|
|
82
|
+
"This is an error in the provider, please report this to the provider developer.");
|
|
83
|
+
}
|
|
84
|
+
// Extract a single property if requested.
|
|
85
|
+
if (opts && opts.property) {
|
|
86
|
+
return value[opts.property];
|
|
87
|
+
}
|
|
88
|
+
return value;
|
|
99
89
|
}
|
|
100
90
|
exports.callAsync = callAsync;
|
|
101
91
|
//# sourceMappingURL=utilities.js.map
|
package/utilities.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":"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"}
|