@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
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to retrieve a portal by slug. You can find out more about portals in the Buildkite [documentation](https://buildkite.com/docs/apis/portals).
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
11
|
+
*
|
|
12
|
+
* const viewer = buildkite.Organization.getPortal({
|
|
13
|
+
* slug: "viewer-info",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getPortal(args: GetPortalArgs, opts?: pulumi.InvokeOptions): Promise<GetPortalResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getPortal.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetPortalArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The slug of the portal to retrieve.
|
|
24
|
+
*/
|
|
25
|
+
slug: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A collection of values returned by getPortal.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetPortalResult {
|
|
31
|
+
/**
|
|
32
|
+
* Space-delimited list of IP addresses (in CIDR notation) allowed to invoke this portal.
|
|
33
|
+
*/
|
|
34
|
+
readonly allowedIpAddresses: string;
|
|
35
|
+
/**
|
|
36
|
+
* The time when the portal was created.
|
|
37
|
+
*/
|
|
38
|
+
readonly createdAt: string;
|
|
39
|
+
/**
|
|
40
|
+
* Information about the user who created the portal.
|
|
41
|
+
*/
|
|
42
|
+
readonly createdBy: outputs.Organization.GetPortalCreatedBy;
|
|
43
|
+
/**
|
|
44
|
+
* The description of the portal.
|
|
45
|
+
*/
|
|
46
|
+
readonly description: string;
|
|
47
|
+
/**
|
|
48
|
+
* The provider-assigned unique ID for this managed resource.
|
|
49
|
+
*/
|
|
50
|
+
readonly id: string;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the portal.
|
|
53
|
+
*/
|
|
54
|
+
readonly name: string;
|
|
55
|
+
/**
|
|
56
|
+
* The GraphQL query that the portal executes.
|
|
57
|
+
*/
|
|
58
|
+
readonly query: string;
|
|
59
|
+
/**
|
|
60
|
+
* The slug of the portal to retrieve.
|
|
61
|
+
*/
|
|
62
|
+
readonly slug: string;
|
|
63
|
+
/**
|
|
64
|
+
* Whether users can invoke the portal.
|
|
65
|
+
*/
|
|
66
|
+
readonly userInvokable: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* The UUID of the portal.
|
|
69
|
+
*/
|
|
70
|
+
readonly uuid: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Use this data source to retrieve a portal by slug. You can find out more about portals in the Buildkite [documentation](https://buildkite.com/docs/apis/portals).
|
|
74
|
+
*
|
|
75
|
+
* ## Example Usage
|
|
76
|
+
*
|
|
77
|
+
* ```typescript
|
|
78
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
79
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
80
|
+
*
|
|
81
|
+
* const viewer = buildkite.Organization.getPortal({
|
|
82
|
+
* slug: "viewer-info",
|
|
83
|
+
* });
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
export declare function getPortalOutput(args: GetPortalOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPortalResult>;
|
|
87
|
+
/**
|
|
88
|
+
* A collection of arguments for invoking getPortal.
|
|
89
|
+
*/
|
|
90
|
+
export interface GetPortalOutputArgs {
|
|
91
|
+
/**
|
|
92
|
+
* The slug of the portal to retrieve.
|
|
93
|
+
*/
|
|
94
|
+
slug: pulumi.Input<string>;
|
|
95
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPortalOutput = exports.getPortal = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve a portal by slug. You can find out more about portals in the Buildkite [documentation](https://buildkite.com/docs/apis/portals).
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
16
|
+
*
|
|
17
|
+
* const viewer = buildkite.Organization.getPortal({
|
|
18
|
+
* slug: "viewer-info",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPortal(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("buildkite:Organization/getPortal:getPortal", {
|
|
25
|
+
"slug": args.slug,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getPortal = getPortal;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to retrieve a portal by slug. You can find out more about portals in the Buildkite [documentation](https://buildkite.com/docs/apis/portals).
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
37
|
+
*
|
|
38
|
+
* const viewer = buildkite.Organization.getPortal({
|
|
39
|
+
* slug: "viewer-info",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getPortalOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("buildkite:Organization/getPortal:getPortal", {
|
|
46
|
+
"slug": args.slug,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getPortalOutput = getPortalOutput;
|
|
50
|
+
//# sourceMappingURL=getPortal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPortal.js","sourceRoot":"","sources":["../../organization/getPortal.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAyDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to retrieve all portals for an organization.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
11
|
+
*
|
|
12
|
+
* const all = buildkite.Organization.getPortals({});
|
|
13
|
+
* export const userInvokablePortals = all.then(all => .filter(portal => portal.userInvokable).map(portal => (portal.name)));
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getPortals(opts?: pulumi.InvokeOptions): Promise<GetPortalsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of values returned by getPortals.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetPortalsResult {
|
|
21
|
+
/**
|
|
22
|
+
* The provider-assigned unique ID for this managed resource.
|
|
23
|
+
*/
|
|
24
|
+
readonly id: string;
|
|
25
|
+
readonly portals: outputs.Organization.GetPortalsPortal[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Use this data source to retrieve all portals for an organization.
|
|
29
|
+
*
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
35
|
+
*
|
|
36
|
+
* const all = buildkite.Organization.getPortals({});
|
|
37
|
+
* export const userInvokablePortals = all.then(all => .filter(portal => portal.userInvokable).map(portal => (portal.name)));
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare function getPortalsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPortalsResult>;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPortalsOutput = exports.getPortals = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve all portals for an organization.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
16
|
+
*
|
|
17
|
+
* const all = buildkite.Organization.getPortals({});
|
|
18
|
+
* export const userInvokablePortals = all.then(all => .filter(portal => portal.userInvokable).map(portal => (portal.name)));
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getPortals(opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("buildkite:Organization/getPortals:getPortals", {}, opts);
|
|
24
|
+
}
|
|
25
|
+
exports.getPortals = getPortals;
|
|
26
|
+
/**
|
|
27
|
+
* Use this data source to retrieve all portals for an organization.
|
|
28
|
+
*
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
34
|
+
*
|
|
35
|
+
* const all = buildkite.Organization.getPortals({});
|
|
36
|
+
* export const userInvokablePortals = all.then(all => .filter(portal => portal.userInvokable).map(portal => (portal.name)));
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
function getPortalsOutput(opts) {
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invokeOutput("buildkite:Organization/getPortals:getPortals", {}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getPortalsOutput = getPortalsOutput;
|
|
44
|
+
//# sourceMappingURL=getPortals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPortals.js","sourceRoot":"","sources":["../../organization/getPortals.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gCAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAAiC;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to retrieve information about a Buildkite Package Registry.
|
|
4
|
+
*
|
|
5
|
+
* A package registry is a private repository for your organization's packages.
|
|
6
|
+
* See https://buildkite.com/docs/packages for more information.
|
|
7
|
+
*/
|
|
8
|
+
export declare function getRegistry(args: GetRegistryArgs, opts?: pulumi.InvokeOptions): Promise<GetRegistryResult>;
|
|
9
|
+
/**
|
|
10
|
+
* A collection of arguments for invoking getRegistry.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetRegistryArgs {
|
|
13
|
+
/**
|
|
14
|
+
* The slug of the registry. This is used to identify the registry.
|
|
15
|
+
*/
|
|
16
|
+
slug: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A collection of values returned by getRegistry.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetRegistryResult {
|
|
22
|
+
/**
|
|
23
|
+
* A color representation of the registry.
|
|
24
|
+
*/
|
|
25
|
+
readonly color: string;
|
|
26
|
+
/**
|
|
27
|
+
* A description for the registry.
|
|
28
|
+
*/
|
|
29
|
+
readonly description: string;
|
|
30
|
+
/**
|
|
31
|
+
* The ecosystem of the registry (e.g. `NPM`, `RUBYGEMS`, `DOCKER`).
|
|
32
|
+
*/
|
|
33
|
+
readonly ecosystem: string;
|
|
34
|
+
/**
|
|
35
|
+
* An emoji to use with the registry.
|
|
36
|
+
*/
|
|
37
|
+
readonly emoji: string;
|
|
38
|
+
/**
|
|
39
|
+
* The GraphQL ID of the registry.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the registry.
|
|
44
|
+
*/
|
|
45
|
+
readonly name: string;
|
|
46
|
+
/**
|
|
47
|
+
* The registry's OIDC policy.
|
|
48
|
+
*/
|
|
49
|
+
readonly oidcPolicy: string;
|
|
50
|
+
/**
|
|
51
|
+
* The slug of the registry. This is used to identify the registry.
|
|
52
|
+
*/
|
|
53
|
+
readonly slug: string;
|
|
54
|
+
/**
|
|
55
|
+
* A list of team GraphQL IDs that have access to this registry.
|
|
56
|
+
*/
|
|
57
|
+
readonly teamIds: string[];
|
|
58
|
+
/**
|
|
59
|
+
* The UUID of the registry.
|
|
60
|
+
*/
|
|
61
|
+
readonly uuid: string;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Use this data source to retrieve information about a Buildkite Package Registry.
|
|
65
|
+
*
|
|
66
|
+
* A package registry is a private repository for your organization's packages.
|
|
67
|
+
* See https://buildkite.com/docs/packages for more information.
|
|
68
|
+
*/
|
|
69
|
+
export declare function getRegistryOutput(args: GetRegistryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRegistryResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getRegistry.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetRegistryOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* The slug of the registry. This is used to identify the registry.
|
|
76
|
+
*/
|
|
77
|
+
slug: pulumi.Input<string>;
|
|
78
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRegistryOutput = exports.getRegistry = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about a Buildkite Package Registry.
|
|
10
|
+
*
|
|
11
|
+
* A package registry is a private repository for your organization's packages.
|
|
12
|
+
* See https://buildkite.com/docs/packages for more information.
|
|
13
|
+
*/
|
|
14
|
+
function getRegistry(args, opts) {
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
16
|
+
return pulumi.runtime.invoke("buildkite:Organization/getRegistry:getRegistry", {
|
|
17
|
+
"slug": args.slug,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getRegistry = getRegistry;
|
|
21
|
+
/**
|
|
22
|
+
* Use this data source to retrieve information about a Buildkite Package Registry.
|
|
23
|
+
*
|
|
24
|
+
* A package registry is a private repository for your organization's packages.
|
|
25
|
+
* See https://buildkite.com/docs/packages for more information.
|
|
26
|
+
*/
|
|
27
|
+
function getRegistryOutput(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invokeOutput("buildkite:Organization/getRegistry:getRegistry", {
|
|
30
|
+
"slug": args.slug,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getRegistryOutput = getRegistryOutput;
|
|
34
|
+
//# sourceMappingURL=getRegistry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRegistry.js","sourceRoot":"","sources":["../../organization/getRegistry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAyDD;;;;;GAKG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* > Rules is a feature that is currently in development and enabled on an opt-in basis for early access. To have this enabled for your organization for utilizing this data source, please reach out to Buildkite's Support Team.
|
|
4
|
+
*
|
|
5
|
+
* Use this data source to retrieve an organization rule by its ID.
|
|
6
|
+
*
|
|
7
|
+
* More information on organization rules can be found in the [documentation](https://buildkite.com/docs/pipelines/rules).
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
14
|
+
*
|
|
15
|
+
* // Read an organization rule by its id
|
|
16
|
+
* const dataArtifactsReadDevTest = buildkite.Organization.getRule({
|
|
17
|
+
* id: artifactsReadDevTest.id,
|
|
18
|
+
* });
|
|
19
|
+
* // Read an organization rule by its uuid
|
|
20
|
+
* const dataArtifactsReadTestDev = buildkite.Organization.getRule({
|
|
21
|
+
* uuid: artifactsReadTestDev.uuid,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare function getRule(args?: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getRule.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetRuleArgs {
|
|
30
|
+
/**
|
|
31
|
+
* The GraphQL ID of the organization rule.
|
|
32
|
+
*/
|
|
33
|
+
id?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The UUID of the organization rule.
|
|
36
|
+
*/
|
|
37
|
+
uuid?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A collection of values returned by getRule.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetRuleResult {
|
|
43
|
+
/**
|
|
44
|
+
* The action defined between source and target resources.
|
|
45
|
+
*/
|
|
46
|
+
readonly action: string;
|
|
47
|
+
/**
|
|
48
|
+
* The description of the organization rule.
|
|
49
|
+
*/
|
|
50
|
+
readonly description: string;
|
|
51
|
+
/**
|
|
52
|
+
* Whether this organization rule allows or denys the action to take place between source and target resources.
|
|
53
|
+
*/
|
|
54
|
+
readonly effect: string;
|
|
55
|
+
/**
|
|
56
|
+
* The GraphQL ID of the organization rule.
|
|
57
|
+
*/
|
|
58
|
+
readonly id?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The source resource type that this organization rule allows or denies to invoke its defined action.
|
|
61
|
+
*/
|
|
62
|
+
readonly sourceType: string;
|
|
63
|
+
/**
|
|
64
|
+
* The UUID of the resource that this organization rule allows or denies invocating its defined action.
|
|
65
|
+
*/
|
|
66
|
+
readonly sourceUuid: string;
|
|
67
|
+
/**
|
|
68
|
+
* The target resource type that this organization rule allows or denies the source to respective action.
|
|
69
|
+
*/
|
|
70
|
+
readonly targetType: string;
|
|
71
|
+
/**
|
|
72
|
+
* The UUID of the target resourcee that this organization rule allows or denies invocation its respective action.
|
|
73
|
+
*/
|
|
74
|
+
readonly targetUuid: string;
|
|
75
|
+
/**
|
|
76
|
+
* The type of organization rule.
|
|
77
|
+
*/
|
|
78
|
+
readonly type: string;
|
|
79
|
+
/**
|
|
80
|
+
* The UUID of the organization rule.
|
|
81
|
+
*/
|
|
82
|
+
readonly uuid?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The JSON document that this organization rule implements.
|
|
85
|
+
*/
|
|
86
|
+
readonly value: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* > Rules is a feature that is currently in development and enabled on an opt-in basis for early access. To have this enabled for your organization for utilizing this data source, please reach out to Buildkite's Support Team.
|
|
90
|
+
*
|
|
91
|
+
* Use this data source to retrieve an organization rule by its ID.
|
|
92
|
+
*
|
|
93
|
+
* More information on organization rules can be found in the [documentation](https://buildkite.com/docs/pipelines/rules).
|
|
94
|
+
*
|
|
95
|
+
* ## Example Usage
|
|
96
|
+
*
|
|
97
|
+
* ```typescript
|
|
98
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
99
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
100
|
+
*
|
|
101
|
+
* // Read an organization rule by its id
|
|
102
|
+
* const dataArtifactsReadDevTest = buildkite.Organization.getRule({
|
|
103
|
+
* id: artifactsReadDevTest.id,
|
|
104
|
+
* });
|
|
105
|
+
* // Read an organization rule by its uuid
|
|
106
|
+
* const dataArtifactsReadTestDev = buildkite.Organization.getRule({
|
|
107
|
+
* uuid: artifactsReadTestDev.uuid,
|
|
108
|
+
* });
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export declare function getRuleOutput(args?: GetRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRuleResult>;
|
|
112
|
+
/**
|
|
113
|
+
* A collection of arguments for invoking getRule.
|
|
114
|
+
*/
|
|
115
|
+
export interface GetRuleOutputArgs {
|
|
116
|
+
/**
|
|
117
|
+
* The GraphQL ID of the organization rule.
|
|
118
|
+
*/
|
|
119
|
+
id?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The UUID of the organization rule.
|
|
122
|
+
*/
|
|
123
|
+
uuid?: pulumi.Input<string>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRuleOutput = exports.getRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* > Rules is a feature that is currently in development and enabled on an opt-in basis for early access. To have this enabled for your organization for utilizing this data source, please reach out to Buildkite's Support Team.
|
|
10
|
+
*
|
|
11
|
+
* Use this data source to retrieve an organization rule by its ID.
|
|
12
|
+
*
|
|
13
|
+
* More information on organization rules can be found in the [documentation](https://buildkite.com/docs/pipelines/rules).
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
20
|
+
*
|
|
21
|
+
* // Read an organization rule by its id
|
|
22
|
+
* const dataArtifactsReadDevTest = buildkite.Organization.getRule({
|
|
23
|
+
* id: artifactsReadDevTest.id,
|
|
24
|
+
* });
|
|
25
|
+
* // Read an organization rule by its uuid
|
|
26
|
+
* const dataArtifactsReadTestDev = buildkite.Organization.getRule({
|
|
27
|
+
* uuid: artifactsReadTestDev.uuid,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getRule(args, opts) {
|
|
32
|
+
args = args || {};
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invoke("buildkite:Organization/getRule:getRule", {
|
|
35
|
+
"id": args.id,
|
|
36
|
+
"uuid": args.uuid,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getRule = getRule;
|
|
40
|
+
/**
|
|
41
|
+
* > Rules is a feature that is currently in development and enabled on an opt-in basis for early access. To have this enabled for your organization for utilizing this data source, please reach out to Buildkite's Support Team.
|
|
42
|
+
*
|
|
43
|
+
* Use this data source to retrieve an organization rule by its ID.
|
|
44
|
+
*
|
|
45
|
+
* More information on organization rules can be found in the [documentation](https://buildkite.com/docs/pipelines/rules).
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as buildkite from "@pulumiverse/buildkite";
|
|
52
|
+
*
|
|
53
|
+
* // Read an organization rule by its id
|
|
54
|
+
* const dataArtifactsReadDevTest = buildkite.Organization.getRule({
|
|
55
|
+
* id: artifactsReadDevTest.id,
|
|
56
|
+
* });
|
|
57
|
+
* // Read an organization rule by its uuid
|
|
58
|
+
* const dataArtifactsReadTestDev = buildkite.Organization.getRule({
|
|
59
|
+
* uuid: artifactsReadTestDev.uuid,
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
function getRuleOutput(args, opts) {
|
|
64
|
+
args = args || {};
|
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
66
|
+
return pulumi.runtime.invokeOutput("buildkite:Organization/getRule:getRule", {
|
|
67
|
+
"id": args.id,
|
|
68
|
+
"uuid": args.uuid,
|
|
69
|
+
}, opts);
|
|
70
|
+
}
|
|
71
|
+
exports.getRuleOutput = getRuleOutput;
|
|
72
|
+
//# sourceMappingURL=getRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../organization/getRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAiED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
|
package/organization/index.d.ts
CHANGED
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
export { BannerArgs, BannerState } from "./banner";
|
|
2
2
|
export type Banner = import("./banner").Banner;
|
|
3
3
|
export declare const Banner: typeof import("./banner").Banner;
|
|
4
|
+
export { GetMemberArgs, GetMemberResult, GetMemberOutputArgs } from "./getMember";
|
|
5
|
+
export declare const getMember: typeof import("./getMember").getMember;
|
|
6
|
+
export declare const getMemberOutput: typeof import("./getMember").getMemberOutput;
|
|
7
|
+
export { GetMembersResult } from "./getMembers";
|
|
8
|
+
export declare const getMembers: typeof import("./getMembers").getMembers;
|
|
9
|
+
export declare const getMembersOutput: typeof import("./getMembers").getMembersOutput;
|
|
4
10
|
export { GetOrganizationResult } from "./getOrganization";
|
|
5
11
|
export declare const getOrganization: typeof import("./getOrganization").getOrganization;
|
|
6
12
|
export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput;
|
|
13
|
+
export { GetPortalArgs, GetPortalResult, GetPortalOutputArgs } from "./getPortal";
|
|
14
|
+
export declare const getPortal: typeof import("./getPortal").getPortal;
|
|
15
|
+
export declare const getPortalOutput: typeof import("./getPortal").getPortalOutput;
|
|
16
|
+
export { GetPortalsResult } from "./getPortals";
|
|
17
|
+
export declare const getPortals: typeof import("./getPortals").getPortals;
|
|
18
|
+
export declare const getPortalsOutput: typeof import("./getPortals").getPortalsOutput;
|
|
19
|
+
export { GetRegistryArgs, GetRegistryResult, GetRegistryOutputArgs } from "./getRegistry";
|
|
20
|
+
export declare const getRegistry: typeof import("./getRegistry").getRegistry;
|
|
21
|
+
export declare const getRegistryOutput: typeof import("./getRegistry").getRegistryOutput;
|
|
22
|
+
export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
|
|
23
|
+
export declare const getRule: typeof import("./getRule").getRule;
|
|
24
|
+
export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
|
|
7
25
|
export { OrganizationArgs, OrganizationState } from "./organization";
|
|
8
26
|
export type Organization = import("./organization").Organization;
|
|
9
27
|
export declare const Organization: typeof import("./organization").Organization;
|
|
28
|
+
export { PortalArgs, PortalState } from "./portal";
|
|
29
|
+
export type Portal = import("./portal").Portal;
|
|
30
|
+
export declare const Portal: typeof import("./portal").Portal;
|
|
31
|
+
export { RegistryArgs, RegistryState } from "./registry";
|
|
32
|
+
export type Registry = import("./registry").Registry;
|
|
33
|
+
export declare const Registry: typeof import("./registry").Registry;
|
|
34
|
+
export { RuleArgs, RuleState } from "./rule";
|
|
35
|
+
export type Rule = import("./rule").Rule;
|
|
36
|
+
export declare const Rule: typeof import("./rule").Rule;
|
package/organization/index.js
CHANGED
|
@@ -1,17 +1,41 @@
|
|
|
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
|
-
exports.Organization = exports.getOrganizationOutput = exports.getOrganization = exports.Banner = void 0;
|
|
5
|
+
exports.Rule = exports.Registry = exports.Portal = exports.Organization = exports.getRuleOutput = exports.getRule = exports.getRegistryOutput = exports.getRegistry = exports.getPortalsOutput = exports.getPortals = exports.getPortalOutput = exports.getPortal = exports.getOrganizationOutput = exports.getOrganization = exports.getMembersOutput = exports.getMembers = exports.getMemberOutput = exports.getMember = exports.Banner = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Banner = null;
|
|
9
9
|
utilities.lazyLoad(exports, ["Banner"], () => require("./banner"));
|
|
10
|
+
exports.getMember = null;
|
|
11
|
+
exports.getMemberOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getMember", "getMemberOutput"], () => require("./getMember"));
|
|
13
|
+
exports.getMembers = null;
|
|
14
|
+
exports.getMembersOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getMembers", "getMembersOutput"], () => require("./getMembers"));
|
|
10
16
|
exports.getOrganization = null;
|
|
11
17
|
exports.getOrganizationOutput = null;
|
|
12
18
|
utilities.lazyLoad(exports, ["getOrganization", "getOrganizationOutput"], () => require("./getOrganization"));
|
|
19
|
+
exports.getPortal = null;
|
|
20
|
+
exports.getPortalOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getPortal", "getPortalOutput"], () => require("./getPortal"));
|
|
22
|
+
exports.getPortals = null;
|
|
23
|
+
exports.getPortalsOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getPortals", "getPortalsOutput"], () => require("./getPortals"));
|
|
25
|
+
exports.getRegistry = null;
|
|
26
|
+
exports.getRegistryOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getRegistry", "getRegistryOutput"], () => require("./getRegistry"));
|
|
28
|
+
exports.getRule = null;
|
|
29
|
+
exports.getRuleOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
|
|
13
31
|
exports.Organization = null;
|
|
14
32
|
utilities.lazyLoad(exports, ["Organization"], () => require("./organization"));
|
|
33
|
+
exports.Portal = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["Portal"], () => require("./portal"));
|
|
35
|
+
exports.Registry = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["Registry"], () => require("./registry"));
|
|
37
|
+
exports.Rule = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
|
|
15
39
|
const _module = {
|
|
16
40
|
version: utilities.getVersion(),
|
|
17
41
|
construct: (name, type, urn) => {
|
|
@@ -20,6 +44,12 @@ const _module = {
|
|
|
20
44
|
return new exports.Banner(name, undefined, { urn });
|
|
21
45
|
case "buildkite:Organization/organization:Organization":
|
|
22
46
|
return new exports.Organization(name, undefined, { urn });
|
|
47
|
+
case "buildkite:Organization/portal:Portal":
|
|
48
|
+
return new exports.Portal(name, undefined, { urn });
|
|
49
|
+
case "buildkite:Organization/registry:Registry":
|
|
50
|
+
return new exports.Registry(name, undefined, { urn });
|
|
51
|
+
case "buildkite:Organization/rule:Rule":
|
|
52
|
+
return new exports.Rule(name, undefined, { urn });
|
|
23
53
|
default:
|
|
24
54
|
throw new Error(`unknown resource type ${type}`);
|
|
25
55
|
}
|
|
@@ -27,4 +57,7 @@ const _module = {
|
|
|
27
57
|
};
|
|
28
58
|
pulumi.runtime.registerResourceModule("buildkite", "Organization/banner", _module);
|
|
29
59
|
pulumi.runtime.registerResourceModule("buildkite", "Organization/organization", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("buildkite", "Organization/portal", _module);
|
|
61
|
+
pulumi.runtime.registerResourceModule("buildkite", "Organization/registry", _module);
|
|
62
|
+
pulumi.runtime.registerResourceModule("buildkite", "Organization/rule", _module);
|
|
30
63
|
//# sourceMappingURL=index.js.map
|