@pulumiverse/buildkite 3.1.6 → 3.2.0
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/agent/agentToken.d.ts +0 -2
- package/agent/agentToken.js +6 -8
- package/agent/agentToken.js.map +1 -1
- package/agent/index.js +1 -1
- package/agent/index.js.map +1 -1
- package/cluster/cluster.d.ts +4 -4
- package/cluster/cluster.js +15 -15
- package/cluster/cluster.js.map +1 -1
- package/cluster/clusterAgentToken.d.ts +5 -5
- package/cluster/clusterAgentToken.js +18 -18
- package/cluster/clusterAgentToken.js.map +1 -1
- package/cluster/clusterDefaultQueue.d.ts +15 -8
- package/cluster/clusterDefaultQueue.js +18 -17
- package/cluster/clusterDefaultQueue.js.map +1 -1
- package/cluster/clusterMaintainer.d.ts +159 -0
- package/cluster/clusterMaintainer.js +107 -0
- package/cluster/clusterMaintainer.js.map +1 -0
- package/cluster/clusterQueue.d.ts +64 -4
- package/cluster/clusterQueue.js +44 -16
- package/cluster/clusterQueue.js.map +1 -1
- package/cluster/clusterSecret.d.ts +148 -0
- package/cluster/clusterSecret.js +108 -0
- package/cluster/clusterSecret.js.map +1 -0
- package/cluster/getCluster.d.ts +12 -9
- package/cluster/getCluster.js +11 -10
- package/cluster/getCluster.js.map +1 -1
- package/cluster/getClusters.d.ts +22 -0
- package/cluster/getClusters.js +26 -0
- package/cluster/getClusters.js.map +1 -0
- package/cluster/index.d.ts +9 -0
- package/cluster/index.js +15 -2
- package/cluster/index.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +7 -6
- package/config/vars.js +7 -1
- package/config/vars.js.map +1 -1
- package/getMeta.d.ts +21 -19
- package/getMeta.js +23 -20
- package/getMeta.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +19 -5
- package/index.js.map +1 -1
- package/organization/banner.d.ts +2 -4
- package/organization/banner.js +8 -10
- package/organization/banner.js.map +1 -1
- package/organization/getMember.d.ts +94 -0
- package/organization/getMember.js +74 -0
- package/organization/getMember.js.map +1 -0
- package/organization/getMembers.d.ts +40 -0
- package/organization/getMembers.js +44 -0
- package/organization/getMembers.js.map +1 -0
- package/organization/getOrganization.d.ts +1 -1
- package/organization/getOrganization.js +3 -2
- package/organization/getOrganization.js.map +1 -1
- package/organization/getPortal.d.ts +95 -0
- package/organization/getPortal.js +50 -0
- package/organization/getPortal.js.map +1 -0
- package/organization/getPortals.d.ts +40 -0
- package/organization/getPortals.js +44 -0
- package/organization/getPortals.js.map +1 -0
- package/organization/getRegistry.d.ts +78 -0
- package/organization/getRegistry.js +34 -0
- package/organization/getRegistry.js.map +1 -0
- package/organization/getRule.d.ts +124 -0
- package/organization/getRule.js +72 -0
- package/organization/getRule.js.map +1 -0
- package/organization/index.d.ts +27 -0
- package/organization/index.js +35 -2
- package/organization/index.js.map +1 -1
- package/organization/organization.d.ts +3 -3
- package/organization/organization.js +10 -10
- package/organization/organization.js.map +1 -1
- package/organization/portal.d.ts +217 -0
- package/organization/portal.js +150 -0
- package/organization/portal.js.map +1 -0
- package/organization/registry.d.ts +161 -0
- package/organization/registry.js +87 -0
- package/organization/registry.js.map +1 -0
- package/organization/rule.d.ts +267 -0
- package/organization/rule.js +212 -0
- package/organization/rule.js.map +1 -0
- package/package.json +2 -1
- package/pipeline/getPipeline.d.ts +11 -7
- package/pipeline/getPipeline.js +7 -8
- package/pipeline/getPipeline.js.map +1 -1
- package/pipeline/getSignedSteps.d.ts +8 -49
- package/pipeline/getSignedSteps.js +13 -50
- package/pipeline/getSignedSteps.js.map +1 -1
- package/pipeline/getTemplate.d.ts +9 -11
- package/pipeline/getTemplate.js +15 -12
- package/pipeline/getTemplate.js.map +1 -1
- package/pipeline/index.d.ts +3 -0
- package/pipeline/index.js +7 -2
- package/pipeline/index.js.map +1 -1
- package/pipeline/pipeline.d.ts +30 -14
- package/pipeline/pipeline.js +54 -48
- package/pipeline/pipeline.js.map +1 -1
- package/pipeline/schedule.d.ts +8 -7
- package/pipeline/schedule.js +31 -30
- package/pipeline/schedule.js.map +1 -1
- package/pipeline/team.d.ts +8 -6
- package/pipeline/team.js +20 -18
- package/pipeline/team.js.map +1 -1
- package/pipeline/template.d.ts +11 -11
- package/pipeline/template.js +23 -23
- package/pipeline/template.js.map +1 -1
- package/pipeline/webhook.d.ts +120 -0
- package/pipeline/webhook.js +111 -0
- package/pipeline/webhook.js.map +1 -0
- package/provider.d.ts +24 -24
- package/provider.js +16 -7
- package/provider.js.map +1 -1
- package/team/getTeam.d.ts +21 -9
- package/team/getTeam.js +11 -10
- package/team/getTeam.js.map +1 -1
- package/team/getTeams.d.ts +22 -0
- package/team/getTeams.js +26 -0
- package/team/getTeams.js.map +1 -0
- package/team/index.d.ts +3 -0
- package/team/index.js +5 -2
- package/team/index.js.map +1 -1
- package/team/member.d.ts +4 -5
- package/team/member.js +16 -17
- package/team/member.js.map +1 -1
- package/team/team.d.ts +54 -7
- package/team/team.js +32 -25
- package/team/team.js.map +1 -1
- package/testsuite/getTestSuite.d.ts +90 -0
- package/testsuite/getTestSuite.js +66 -0
- package/testsuite/getTestSuite.js.map +1 -0
- package/testsuite/index.d.ts +3 -0
- package/testsuite/index.js +5 -2
- package/testsuite/index.js.map +1 -1
- package/testsuite/team.d.ts +4 -5
- package/testsuite/team.js +16 -17
- package/testsuite/team.js.map +1 -1
- package/testsuite/testSuite.d.ts +50 -2
- package/testsuite/testSuite.js +53 -15
- package/testsuite/testSuite.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +81 -5
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +323 -5
- 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/package.json.bak +0 -28
package/agent/agentToken.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
8
|
-
* <!--Start PulumiCodeChooser -->
|
|
9
8
|
* ```typescript
|
|
10
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
10
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
@@ -13,7 +12,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
12
|
* // create a default token
|
|
14
13
|
* const _default = new buildkite.agent.AgentToken("default", {description: "Default token"});
|
|
15
14
|
* ```
|
|
16
|
-
* <!--End PulumiCodeChooser -->
|
|
17
15
|
*/
|
|
18
16
|
export declare class AgentToken extends pulumi.CustomResource {
|
|
19
17
|
/**
|
package/agent/agentToken.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.AgentToken = void 0;
|
|
@@ -11,7 +11,6 @@ const utilities = require("../utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
14
|
-
* <!--Start PulumiCodeChooser -->
|
|
15
14
|
* ```typescript
|
|
16
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
16
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
@@ -19,7 +18,6 @@ const utilities = require("../utilities");
|
|
|
19
18
|
* // create a default token
|
|
20
19
|
* const _default = new buildkite.agent.AgentToken("default", {description: "Default token"});
|
|
21
20
|
* ```
|
|
22
|
-
* <!--End PulumiCodeChooser -->
|
|
23
21
|
*/
|
|
24
22
|
class AgentToken extends pulumi.CustomResource {
|
|
25
23
|
/**
|
|
@@ -32,7 +30,7 @@ class AgentToken extends pulumi.CustomResource {
|
|
|
32
30
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
31
|
*/
|
|
34
32
|
static get(name, id, state, opts) {
|
|
35
|
-
return new AgentToken(name, state,
|
|
33
|
+
return new AgentToken(name, state, { ...opts, id: id });
|
|
36
34
|
}
|
|
37
35
|
/**
|
|
38
36
|
* Returns true if the given object is an instance of AgentToken. This is designed to work even
|
|
@@ -49,13 +47,13 @@ class AgentToken extends pulumi.CustomResource {
|
|
|
49
47
|
opts = opts || {};
|
|
50
48
|
if (opts.id) {
|
|
51
49
|
const state = argsOrState;
|
|
52
|
-
resourceInputs["description"] = state
|
|
53
|
-
resourceInputs["token"] = state
|
|
54
|
-
resourceInputs["uuid"] = state
|
|
50
|
+
resourceInputs["description"] = state?.description;
|
|
51
|
+
resourceInputs["token"] = state?.token;
|
|
52
|
+
resourceInputs["uuid"] = state?.uuid;
|
|
55
53
|
}
|
|
56
54
|
else {
|
|
57
55
|
const args = argsOrState;
|
|
58
|
-
resourceInputs["description"] = args
|
|
56
|
+
resourceInputs["description"] = args?.description;
|
|
59
57
|
resourceInputs["token"] = undefined /*out*/;
|
|
60
58
|
resourceInputs["uuid"] = undefined /*out*/;
|
|
61
59
|
}
|
package/agent/agentToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentToken.js","sourceRoot":"","sources":["../../agent/agentToken.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"agentToken.js","sourceRoot":"","sources":["../../agent/agentToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;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,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAnEL,gCAoEC;AAtDG,gBAAgB;AACO,uBAAY,GAAG,uCAAuC,CAAC"}
|
package/agent/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.AgentToken = void 0;
|
package/agent/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../agent/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../agent/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG3E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,uCAAuC;gBACxC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,WAAW,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
package/cluster/cluster.d.ts
CHANGED
|
@@ -6,19 +6,20 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
9
|
-
* <!--Start PulumiCodeChooser -->
|
|
10
9
|
* ```typescript
|
|
11
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
11
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
13
12
|
*
|
|
14
13
|
* // create a cluster
|
|
15
14
|
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
15
|
+
* name: "Primary cluster",
|
|
16
16
|
* description: "Runs the monolith build and deploy",
|
|
17
17
|
* emoji: "🚀",
|
|
18
18
|
* color: "#bada55",
|
|
19
19
|
* });
|
|
20
20
|
* // add a pipeline to the cluster
|
|
21
21
|
* const monolith = new buildkite.pipeline.Pipeline("monolith", {
|
|
22
|
+
* name: "Monolith",
|
|
22
23
|
* repository: "https://github.com/...",
|
|
23
24
|
* clusterId: primary.id,
|
|
24
25
|
* });
|
|
@@ -27,13 +28,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
27
28
|
* key: "default",
|
|
28
29
|
* });
|
|
29
30
|
* ```
|
|
30
|
-
* <!--End PulumiCodeChooser -->
|
|
31
31
|
*
|
|
32
32
|
* ## Import
|
|
33
33
|
*
|
|
34
|
-
* import
|
|
34
|
+
* Using `pulumi import`, import resources using the `id`. For example:
|
|
35
35
|
*
|
|
36
|
-
*
|
|
36
|
+
* import a cluster resource using the GraphQL ID
|
|
37
37
|
*
|
|
38
38
|
* you can use this query to find the ID:
|
|
39
39
|
*
|
package/cluster/cluster.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.Cluster = void 0;
|
|
@@ -12,19 +12,20 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
|
-
* <!--Start PulumiCodeChooser -->
|
|
16
15
|
* ```typescript
|
|
17
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
17
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
19
18
|
*
|
|
20
19
|
* // create a cluster
|
|
21
20
|
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
21
|
+
* name: "Primary cluster",
|
|
22
22
|
* description: "Runs the monolith build and deploy",
|
|
23
23
|
* emoji: "🚀",
|
|
24
24
|
* color: "#bada55",
|
|
25
25
|
* });
|
|
26
26
|
* // add a pipeline to the cluster
|
|
27
27
|
* const monolith = new buildkite.pipeline.Pipeline("monolith", {
|
|
28
|
+
* name: "Monolith",
|
|
28
29
|
* repository: "https://github.com/...",
|
|
29
30
|
* clusterId: primary.id,
|
|
30
31
|
* });
|
|
@@ -33,13 +34,12 @@ const utilities = require("../utilities");
|
|
|
33
34
|
* key: "default",
|
|
34
35
|
* });
|
|
35
36
|
* ```
|
|
36
|
-
* <!--End PulumiCodeChooser -->
|
|
37
37
|
*
|
|
38
38
|
* ## Import
|
|
39
39
|
*
|
|
40
|
-
* import
|
|
40
|
+
* Using `pulumi import`, import resources using the `id`. For example:
|
|
41
41
|
*
|
|
42
|
-
*
|
|
42
|
+
* import a cluster resource using the GraphQL ID
|
|
43
43
|
*
|
|
44
44
|
* you can use this query to find the ID:
|
|
45
45
|
*
|
|
@@ -82,7 +82,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
82
82
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
83
83
|
*/
|
|
84
84
|
static get(name, id, state, opts) {
|
|
85
|
-
return new Cluster(name, state,
|
|
85
|
+
return new Cluster(name, state, { ...opts, id: id });
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Returns true if the given object is an instance of Cluster. This is designed to work even
|
|
@@ -99,18 +99,18 @@ class Cluster extends pulumi.CustomResource {
|
|
|
99
99
|
opts = opts || {};
|
|
100
100
|
if (opts.id) {
|
|
101
101
|
const state = argsOrState;
|
|
102
|
-
resourceInputs["color"] = state
|
|
103
|
-
resourceInputs["description"] = state
|
|
104
|
-
resourceInputs["emoji"] = state
|
|
105
|
-
resourceInputs["name"] = state
|
|
106
|
-
resourceInputs["uuid"] = state
|
|
102
|
+
resourceInputs["color"] = state?.color;
|
|
103
|
+
resourceInputs["description"] = state?.description;
|
|
104
|
+
resourceInputs["emoji"] = state?.emoji;
|
|
105
|
+
resourceInputs["name"] = state?.name;
|
|
106
|
+
resourceInputs["uuid"] = state?.uuid;
|
|
107
107
|
}
|
|
108
108
|
else {
|
|
109
109
|
const args = argsOrState;
|
|
110
|
-
resourceInputs["color"] = args
|
|
111
|
-
resourceInputs["description"] = args
|
|
112
|
-
resourceInputs["emoji"] = args
|
|
113
|
-
resourceInputs["name"] = args
|
|
110
|
+
resourceInputs["color"] = args?.color;
|
|
111
|
+
resourceInputs["description"] = args?.description;
|
|
112
|
+
resourceInputs["emoji"] = args?.emoji;
|
|
113
|
+
resourceInputs["name"] = args?.name;
|
|
114
114
|
resourceInputs["uuid"] = undefined /*out*/;
|
|
115
115
|
}
|
|
116
116
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/cluster/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../cluster/cluster.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../cluster/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAiCD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA/EL,0BAgFC;AAlEG,gBAAgB;AACO,oBAAY,GAAG,mCAAmC,CAAC"}
|
|
@@ -4,37 +4,37 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
11
10
|
*
|
|
12
11
|
* // create a cluster
|
|
13
12
|
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
13
|
+
* name: "Primary cluster",
|
|
14
14
|
* description: "Runs the monolith build and deploy",
|
|
15
15
|
* emoji: "🚀",
|
|
16
16
|
* color: "#bada55",
|
|
17
17
|
* });
|
|
18
18
|
* // create an agent token for the cluster
|
|
19
|
-
* const
|
|
19
|
+
* const _default = new buildkite.cluster.ClusterAgentToken("default", {
|
|
20
20
|
* description: "Default cluster token",
|
|
21
21
|
* clusterId: primary.id,
|
|
22
22
|
* });
|
|
23
|
-
* const ipLimitedToken = new buildkite.cluster.ClusterAgentToken("
|
|
23
|
+
* const ipLimitedToken = new buildkite.cluster.ClusterAgentToken("ip_limited_token", {
|
|
24
24
|
* description: "Token with allowed IP range",
|
|
25
25
|
* clusterId: primary.id,
|
|
26
26
|
* allowedIpAddresses: ["10.100.1.0/28"],
|
|
27
27
|
* });
|
|
28
28
|
* const monolith = new buildkite.pipeline.Pipeline("monolith", {
|
|
29
|
+
* name: "Monolith",
|
|
29
30
|
* repository: "https://github.com/...",
|
|
30
31
|
* clusterId: primary.id,
|
|
31
32
|
* });
|
|
32
|
-
* const defaultClusterQueue = new buildkite.cluster.ClusterQueue("
|
|
33
|
+
* const defaultClusterQueue = new buildkite.cluster.ClusterQueue("default", {
|
|
33
34
|
* clusterId: primary.id,
|
|
34
35
|
* key: "default",
|
|
35
36
|
* });
|
|
36
37
|
* ```
|
|
37
|
-
* <!--End PulumiCodeChooser -->
|
|
38
38
|
*/
|
|
39
39
|
export declare class ClusterAgentToken extends pulumi.CustomResource {
|
|
40
40
|
/**
|
|
@@ -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.ClusterAgentToken = void 0;
|
|
@@ -10,37 +10,37 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
17
16
|
*
|
|
18
17
|
* // create a cluster
|
|
19
18
|
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
19
|
+
* name: "Primary cluster",
|
|
20
20
|
* description: "Runs the monolith build and deploy",
|
|
21
21
|
* emoji: "🚀",
|
|
22
22
|
* color: "#bada55",
|
|
23
23
|
* });
|
|
24
24
|
* // create an agent token for the cluster
|
|
25
|
-
* const
|
|
25
|
+
* const _default = new buildkite.cluster.ClusterAgentToken("default", {
|
|
26
26
|
* description: "Default cluster token",
|
|
27
27
|
* clusterId: primary.id,
|
|
28
28
|
* });
|
|
29
|
-
* const ipLimitedToken = new buildkite.cluster.ClusterAgentToken("
|
|
29
|
+
* const ipLimitedToken = new buildkite.cluster.ClusterAgentToken("ip_limited_token", {
|
|
30
30
|
* description: "Token with allowed IP range",
|
|
31
31
|
* clusterId: primary.id,
|
|
32
32
|
* allowedIpAddresses: ["10.100.1.0/28"],
|
|
33
33
|
* });
|
|
34
34
|
* const monolith = new buildkite.pipeline.Pipeline("monolith", {
|
|
35
|
+
* name: "Monolith",
|
|
35
36
|
* repository: "https://github.com/...",
|
|
36
37
|
* clusterId: primary.id,
|
|
37
38
|
* });
|
|
38
|
-
* const defaultClusterQueue = new buildkite.cluster.ClusterQueue("
|
|
39
|
+
* const defaultClusterQueue = new buildkite.cluster.ClusterQueue("default", {
|
|
39
40
|
* clusterId: primary.id,
|
|
40
41
|
* key: "default",
|
|
41
42
|
* });
|
|
42
43
|
* ```
|
|
43
|
-
* <!--End PulumiCodeChooser -->
|
|
44
44
|
*/
|
|
45
45
|
class ClusterAgentToken extends pulumi.CustomResource {
|
|
46
46
|
/**
|
|
@@ -53,7 +53,7 @@ class ClusterAgentToken extends pulumi.CustomResource {
|
|
|
53
53
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
54
54
|
*/
|
|
55
55
|
static get(name, id, state, opts) {
|
|
56
|
-
return new ClusterAgentToken(name, state,
|
|
56
|
+
return new ClusterAgentToken(name, state, { ...opts, id: id });
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Returns true if the given object is an instance of ClusterAgentToken. This is designed to work even
|
|
@@ -70,24 +70,24 @@ class ClusterAgentToken extends pulumi.CustomResource {
|
|
|
70
70
|
opts = opts || {};
|
|
71
71
|
if (opts.id) {
|
|
72
72
|
const state = argsOrState;
|
|
73
|
-
resourceInputs["allowedIpAddresses"] = state
|
|
74
|
-
resourceInputs["clusterId"] = state
|
|
75
|
-
resourceInputs["clusterUuid"] = state
|
|
76
|
-
resourceInputs["description"] = state
|
|
77
|
-
resourceInputs["token"] = state
|
|
78
|
-
resourceInputs["uuid"] = state
|
|
73
|
+
resourceInputs["allowedIpAddresses"] = state?.allowedIpAddresses;
|
|
74
|
+
resourceInputs["clusterId"] = state?.clusterId;
|
|
75
|
+
resourceInputs["clusterUuid"] = state?.clusterUuid;
|
|
76
|
+
resourceInputs["description"] = state?.description;
|
|
77
|
+
resourceInputs["token"] = state?.token;
|
|
78
|
+
resourceInputs["uuid"] = state?.uuid;
|
|
79
79
|
}
|
|
80
80
|
else {
|
|
81
81
|
const args = argsOrState;
|
|
82
|
-
if (
|
|
82
|
+
if (args?.clusterId === undefined && !opts.urn) {
|
|
83
83
|
throw new Error("Missing required property 'clusterId'");
|
|
84
84
|
}
|
|
85
|
-
if (
|
|
85
|
+
if (args?.description === undefined && !opts.urn) {
|
|
86
86
|
throw new Error("Missing required property 'description'");
|
|
87
87
|
}
|
|
88
|
-
resourceInputs["allowedIpAddresses"] = args
|
|
89
|
-
resourceInputs["clusterId"] = args
|
|
90
|
-
resourceInputs["description"] = args
|
|
88
|
+
resourceInputs["allowedIpAddresses"] = args?.allowedIpAddresses;
|
|
89
|
+
resourceInputs["clusterId"] = args?.clusterId;
|
|
90
|
+
resourceInputs["description"] = args?.description;
|
|
91
91
|
resourceInputs["clusterUuid"] = undefined /*out*/;
|
|
92
92
|
resourceInputs["token"] = undefined /*out*/;
|
|
93
93
|
resourceInputs["uuid"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clusterAgentToken.js","sourceRoot":"","sources":["../../cluster/clusterAgentToken.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"clusterAgentToken.js","sourceRoot":"","sources":["../../cluster/clusterAgentToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;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,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA3FL,8CA4FC;AA9EG,gBAAgB;AACO,8BAAY,GAAG,uDAAuD,CAAC"}
|
|
@@ -5,33 +5,32 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
8
|
-
* <!--Start PulumiCodeChooser -->
|
|
9
8
|
* ```typescript
|
|
10
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
10
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
12
11
|
*
|
|
13
12
|
* // create a cluster
|
|
14
|
-
* const
|
|
13
|
+
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
14
|
+
* name: "Primary cluster",
|
|
15
15
|
* description: "Runs the monolith build and deploy",
|
|
16
16
|
* emoji: "🚀",
|
|
17
17
|
* color: "#bada55",
|
|
18
18
|
* });
|
|
19
19
|
* const _default = new buildkite.cluster.ClusterQueue("default", {
|
|
20
|
-
* clusterId:
|
|
20
|
+
* clusterId: primary.id,
|
|
21
21
|
* key: "default",
|
|
22
22
|
* });
|
|
23
|
-
* const primaryClusterDefaultQueue = new buildkite.cluster.ClusterDefaultQueue("
|
|
24
|
-
* clusterId:
|
|
23
|
+
* const primaryClusterDefaultQueue = new buildkite.cluster.ClusterDefaultQueue("primary", {
|
|
24
|
+
* clusterId: primary.id,
|
|
25
25
|
* queueId: _default.id,
|
|
26
26
|
* });
|
|
27
27
|
* ```
|
|
28
|
-
* <!--End PulumiCodeChooser -->
|
|
29
28
|
*
|
|
30
29
|
* ## Import
|
|
31
30
|
*
|
|
32
|
-
*
|
|
31
|
+
* Using `pulumi import`, import resources using the `id`. For example:
|
|
33
32
|
*
|
|
34
|
-
*
|
|
33
|
+
* import a clusters default queue resource using the GraphQL ID of the cluster itself
|
|
35
34
|
*
|
|
36
35
|
* you can use this query to find the ID:
|
|
37
36
|
*
|
|
@@ -83,6 +82,10 @@ export declare class ClusterDefaultQueue extends pulumi.CustomResource {
|
|
|
83
82
|
* The GraphQL ID of the cluster to which to add a default queue.
|
|
84
83
|
*/
|
|
85
84
|
readonly clusterId: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The Key for the cluster queue; its unique identifier
|
|
87
|
+
*/
|
|
88
|
+
readonly key: pulumi.Output<string>;
|
|
86
89
|
/**
|
|
87
90
|
* The GraphQL ID of the cluster queue to set as default on the cluster.
|
|
88
91
|
*/
|
|
@@ -108,6 +111,10 @@ export interface ClusterDefaultQueueState {
|
|
|
108
111
|
* The GraphQL ID of the cluster to which to add a default queue.
|
|
109
112
|
*/
|
|
110
113
|
clusterId?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The Key for the cluster queue; its unique identifier
|
|
116
|
+
*/
|
|
117
|
+
key?: pulumi.Input<string>;
|
|
111
118
|
/**
|
|
112
119
|
* The GraphQL ID of the cluster queue to set as default on the cluster.
|
|
113
120
|
*/
|
|
@@ -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.ClusterDefaultQueue = void 0;
|
|
@@ -11,33 +11,32 @@ const utilities = require("../utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
14
|
-
* <!--Start PulumiCodeChooser -->
|
|
15
14
|
* ```typescript
|
|
16
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
16
|
* import * as buildkite from "@pulumiverse/buildkite";
|
|
18
17
|
*
|
|
19
18
|
* // create a cluster
|
|
20
|
-
* const
|
|
19
|
+
* const primary = new buildkite.cluster.Cluster("primary", {
|
|
20
|
+
* name: "Primary cluster",
|
|
21
21
|
* description: "Runs the monolith build and deploy",
|
|
22
22
|
* emoji: "🚀",
|
|
23
23
|
* color: "#bada55",
|
|
24
24
|
* });
|
|
25
25
|
* const _default = new buildkite.cluster.ClusterQueue("default", {
|
|
26
|
-
* clusterId:
|
|
26
|
+
* clusterId: primary.id,
|
|
27
27
|
* key: "default",
|
|
28
28
|
* });
|
|
29
|
-
* const primaryClusterDefaultQueue = new buildkite.cluster.ClusterDefaultQueue("
|
|
30
|
-
* clusterId:
|
|
29
|
+
* const primaryClusterDefaultQueue = new buildkite.cluster.ClusterDefaultQueue("primary", {
|
|
30
|
+
* clusterId: primary.id,
|
|
31
31
|
* queueId: _default.id,
|
|
32
32
|
* });
|
|
33
33
|
* ```
|
|
34
|
-
* <!--End PulumiCodeChooser -->
|
|
35
34
|
*
|
|
36
35
|
* ## Import
|
|
37
36
|
*
|
|
38
|
-
*
|
|
37
|
+
* Using `pulumi import`, import resources using the `id`. For example:
|
|
39
38
|
*
|
|
40
|
-
*
|
|
39
|
+
* import a clusters default queue resource using the GraphQL ID of the cluster itself
|
|
41
40
|
*
|
|
42
41
|
* you can use this query to find the ID:
|
|
43
42
|
*
|
|
@@ -80,7 +79,7 @@ class ClusterDefaultQueue extends pulumi.CustomResource {
|
|
|
80
79
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
81
80
|
*/
|
|
82
81
|
static get(name, id, state, opts) {
|
|
83
|
-
return new ClusterDefaultQueue(name, state,
|
|
82
|
+
return new ClusterDefaultQueue(name, state, { ...opts, id: id });
|
|
84
83
|
}
|
|
85
84
|
/**
|
|
86
85
|
* Returns true if the given object is an instance of ClusterDefaultQueue. This is designed to work even
|
|
@@ -97,20 +96,22 @@ class ClusterDefaultQueue extends pulumi.CustomResource {
|
|
|
97
96
|
opts = opts || {};
|
|
98
97
|
if (opts.id) {
|
|
99
98
|
const state = argsOrState;
|
|
100
|
-
resourceInputs["clusterId"] = state
|
|
101
|
-
resourceInputs["
|
|
102
|
-
resourceInputs["
|
|
99
|
+
resourceInputs["clusterId"] = state?.clusterId;
|
|
100
|
+
resourceInputs["key"] = state?.key;
|
|
101
|
+
resourceInputs["queueId"] = state?.queueId;
|
|
102
|
+
resourceInputs["uuid"] = state?.uuid;
|
|
103
103
|
}
|
|
104
104
|
else {
|
|
105
105
|
const args = argsOrState;
|
|
106
|
-
if (
|
|
106
|
+
if (args?.clusterId === undefined && !opts.urn) {
|
|
107
107
|
throw new Error("Missing required property 'clusterId'");
|
|
108
108
|
}
|
|
109
|
-
if (
|
|
109
|
+
if (args?.queueId === undefined && !opts.urn) {
|
|
110
110
|
throw new Error("Missing required property 'queueId'");
|
|
111
111
|
}
|
|
112
|
-
resourceInputs["clusterId"] = args
|
|
113
|
-
resourceInputs["queueId"] = args
|
|
112
|
+
resourceInputs["clusterId"] = args?.clusterId;
|
|
113
|
+
resourceInputs["queueId"] = args?.queueId;
|
|
114
|
+
resourceInputs["key"] = undefined /*out*/;
|
|
114
115
|
resourceInputs["uuid"] = undefined /*out*/;
|
|
115
116
|
}
|
|
116
117
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clusterDefaultQueue.js","sourceRoot":"","sources":["../../cluster/clusterDefaultQueue.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"clusterDefaultQueue.js","sourceRoot":"","sources":["../../cluster/clusterDefaultQueue.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA7EL,kDA8EC;AAhEG,gBAAgB;AACO,gCAAY,GAAG,2DAA2D,CAAC"}
|