@pulumi/harness 0.1.2 → 0.2.0-alpha.1720763117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/platform/azureCloudCostConnector.d.ts +3 -3
- package/platform/gcpCloudCostConnector.d.ts +3 -3
- package/platform/getGitopsApplications.d.ts +0 -4
- package/platform/getGitopsApplications.js.map +1 -1
- package/platform/gitOpsApplications.d.ts +2 -14
- package/platform/gitOpsApplications.js +3 -2
- package/platform/gitOpsApplications.js.map +1 -1
- package/platform/index.d.ts +0 -30
- package/platform/index.js +6 -47
- package/platform/index.js.map +1 -1
- package/platform/monitoredService.d.ts +0 -31
- package/platform/monitoredService.js +0 -31
- package/platform/monitoredService.js.map +1 -1
- package/types/input.d.ts +0 -240
- package/types/output.d.ts +0 -210
- package/platform/connectorJdbc.d.ts +0 -189
- package/platform/connectorJdbc.js +0 -117
- package/platform/connectorJdbc.js.map +0 -1
- package/platform/dbInstance.d.ts +0 -189
- package/platform/dbInstance.js +0 -115
- package/platform/dbInstance.js.map +0 -1
- package/platform/dbSchema.d.ts +0 -169
- package/platform/dbSchema.js +0 -110
- package/platform/dbSchema.js.map +0 -1
- package/platform/getConnectorJdbc.d.ts +0 -119
- package/platform/getConnectorJdbc.js +0 -50
- package/platform/getConnectorJdbc.js.map +0 -1
- package/platform/getDbInstance.d.ts +0 -136
- package/platform/getDbInstance.js +0 -57
- package/platform/getDbInstance.js.map +0 -1
- package/platform/getDbSchema.d.ts +0 -119
- package/platform/getDbSchema.js +0 -54
- package/platform/getDbSchema.js.map +0 -1
- package/platform/getGitopsProject.d.ts +0 -114
- package/platform/getGitopsProject.js +0 -31
- package/platform/getGitopsProject.js.map +0 -1
- package/platform/getNotificationRule.d.ts +0 -90
- package/platform/getNotificationRule.js +0 -53
- package/platform/getNotificationRule.js.map +0 -1
- package/platform/gitopsProject.d.ts +0 -145
- package/platform/gitopsProject.js +0 -93
- package/platform/gitopsProject.js.map +0 -1
- package/platform/notificationRule.d.ts +0 -205
- package/platform/notificationRule.js +0 -183
- package/platform/notificationRule.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/harness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-alpha.1720763117",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Harness resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "harness",
|
|
26
|
-
"version": "0.
|
|
26
|
+
"version": "0.2.0-alpha.1720763117",
|
|
27
27
|
"server": "github://api.github.com/pulumi"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -77,7 +77,7 @@ export declare class AzureCloudCostConnector extends pulumi.CustomResource {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly description: pulumi.Output<string | undefined>;
|
|
79
79
|
/**
|
|
80
|
-
* Indicates which feature to enable among Billing, Optimization,
|
|
80
|
+
* Indicates which feature to enable among Billing, Optimization, and Visibility.
|
|
81
81
|
*/
|
|
82
82
|
readonly featuresEnableds: pulumi.Output<string[]>;
|
|
83
83
|
/**
|
|
@@ -130,7 +130,7 @@ export interface AzureCloudCostConnectorState {
|
|
|
130
130
|
*/
|
|
131
131
|
description?: pulumi.Input<string>;
|
|
132
132
|
/**
|
|
133
|
-
* Indicates which feature to enable among Billing, Optimization,
|
|
133
|
+
* Indicates which feature to enable among Billing, Optimization, and Visibility.
|
|
134
134
|
*/
|
|
135
135
|
featuresEnableds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
136
136
|
/**
|
|
@@ -175,7 +175,7 @@ export interface AzureCloudCostConnectorArgs {
|
|
|
175
175
|
*/
|
|
176
176
|
description?: pulumi.Input<string>;
|
|
177
177
|
/**
|
|
178
|
-
* Indicates which feature to enable among Billing, Optimization,
|
|
178
|
+
* Indicates which feature to enable among Billing, Optimization, and Visibility.
|
|
179
179
|
*/
|
|
180
180
|
featuresEnableds: pulumi.Input<pulumi.Input<string>[]>;
|
|
181
181
|
/**
|
|
@@ -74,7 +74,7 @@ export declare class GcpCloudCostConnector extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly description: pulumi.Output<string | undefined>;
|
|
76
76
|
/**
|
|
77
|
-
* Indicates which features to enable among Billing, Optimization,
|
|
77
|
+
* Indicates which features to enable among Billing, Optimization, and Visibility.
|
|
78
78
|
*/
|
|
79
79
|
readonly featuresEnableds: pulumi.Output<string[]>;
|
|
80
80
|
/**
|
|
@@ -127,7 +127,7 @@ export interface GcpCloudCostConnectorState {
|
|
|
127
127
|
*/
|
|
128
128
|
description?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* Indicates which features to enable among Billing, Optimization,
|
|
130
|
+
* Indicates which features to enable among Billing, Optimization, and Visibility.
|
|
131
131
|
*/
|
|
132
132
|
featuresEnableds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
133
133
|
/**
|
|
@@ -172,7 +172,7 @@ export interface GcpCloudCostConnectorArgs {
|
|
|
172
172
|
*/
|
|
173
173
|
description?: pulumi.Input<string>;
|
|
174
174
|
/**
|
|
175
|
-
* Indicates which features to enable among Billing, Optimization,
|
|
175
|
+
* Indicates which features to enable among Billing, Optimization, and Visibility.
|
|
176
176
|
*/
|
|
177
177
|
featuresEnableds: pulumi.Input<pulumi.Input<string>[]>;
|
|
178
178
|
/**
|
|
@@ -97,10 +97,6 @@ export interface GetGitopsApplicationsResult {
|
|
|
97
97
|
* Request propagation policy to delete the GitOps application.
|
|
98
98
|
*/
|
|
99
99
|
readonly requestPropagationPolicy: string;
|
|
100
|
-
/**
|
|
101
|
-
* Indicates if the GitOps application should skip validate repository definition exists.
|
|
102
|
-
*/
|
|
103
|
-
readonly skipRepoValidation: boolean;
|
|
104
100
|
/**
|
|
105
101
|
* Indicates if the GitOps application should be updated if existing and inserted if not.
|
|
106
102
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGitopsApplications.js","sourceRoot":"","sources":["../../platform/getGitopsApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC;
|
|
1
|
+
{"version":3,"file":"getGitopsApplications.js","sourceRoot":"","sources":["../../platform/getGitopsApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC;AAyGD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
|
@@ -126,7 +126,7 @@ export declare class GitOpsApplications extends pulumi.CustomResource {
|
|
|
126
126
|
/**
|
|
127
127
|
* Repository identifier of the GitOps application.
|
|
128
128
|
*/
|
|
129
|
-
readonly repoId: pulumi.Output<string
|
|
129
|
+
readonly repoId: pulumi.Output<string>;
|
|
130
130
|
/**
|
|
131
131
|
* Request cascade to delete the GitOps application.
|
|
132
132
|
*/
|
|
@@ -135,10 +135,6 @@ export declare class GitOpsApplications extends pulumi.CustomResource {
|
|
|
135
135
|
* Request propagation policy to delete the GitOps application.
|
|
136
136
|
*/
|
|
137
137
|
readonly requestPropagationPolicy: pulumi.Output<string | undefined>;
|
|
138
|
-
/**
|
|
139
|
-
* Indicates if the GitOps application should skip validate repository definition exists.
|
|
140
|
-
*/
|
|
141
|
-
readonly skipRepoValidation: pulumi.Output<boolean | undefined>;
|
|
142
138
|
/**
|
|
143
139
|
* Indicates if the GitOps application should be updated if existing and inserted if not.
|
|
144
140
|
*/
|
|
@@ -216,10 +212,6 @@ export interface GitOpsApplicationsState {
|
|
|
216
212
|
* Request propagation policy to delete the GitOps application.
|
|
217
213
|
*/
|
|
218
214
|
requestPropagationPolicy?: pulumi.Input<string>;
|
|
219
|
-
/**
|
|
220
|
-
* Indicates if the GitOps application should skip validate repository definition exists.
|
|
221
|
-
*/
|
|
222
|
-
skipRepoValidation?: pulumi.Input<boolean>;
|
|
223
215
|
/**
|
|
224
216
|
* Indicates if the GitOps application should be updated if existing and inserted if not.
|
|
225
217
|
*/
|
|
@@ -280,7 +272,7 @@ export interface GitOpsApplicationsArgs {
|
|
|
280
272
|
/**
|
|
281
273
|
* Repository identifier of the GitOps application.
|
|
282
274
|
*/
|
|
283
|
-
repoId
|
|
275
|
+
repoId: pulumi.Input<string>;
|
|
284
276
|
/**
|
|
285
277
|
* Request cascade to delete the GitOps application.
|
|
286
278
|
*/
|
|
@@ -289,10 +281,6 @@ export interface GitOpsApplicationsArgs {
|
|
|
289
281
|
* Request propagation policy to delete the GitOps application.
|
|
290
282
|
*/
|
|
291
283
|
requestPropagationPolicy?: pulumi.Input<string>;
|
|
292
|
-
/**
|
|
293
|
-
* Indicates if the GitOps application should skip validate repository definition exists.
|
|
294
|
-
*/
|
|
295
|
-
skipRepoValidation?: pulumi.Input<boolean>;
|
|
296
284
|
/**
|
|
297
285
|
* Indicates if the GitOps application should be updated if existing and inserted if not.
|
|
298
286
|
*/
|
|
@@ -109,7 +109,6 @@ class GitOpsApplications extends pulumi.CustomResource {
|
|
|
109
109
|
resourceInputs["repoId"] = state ? state.repoId : undefined;
|
|
110
110
|
resourceInputs["requestCascade"] = state ? state.requestCascade : undefined;
|
|
111
111
|
resourceInputs["requestPropagationPolicy"] = state ? state.requestPropagationPolicy : undefined;
|
|
112
|
-
resourceInputs["skipRepoValidation"] = state ? state.skipRepoValidation : undefined;
|
|
113
112
|
resourceInputs["upsert"] = state ? state.upsert : undefined;
|
|
114
113
|
resourceInputs["validate"] = state ? state.validate : undefined;
|
|
115
114
|
}
|
|
@@ -133,6 +132,9 @@ class GitOpsApplications extends pulumi.CustomResource {
|
|
|
133
132
|
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
134
133
|
throw new Error("Missing required property 'projectId'");
|
|
135
134
|
}
|
|
135
|
+
if ((!args || args.repoId === undefined) && !opts.urn) {
|
|
136
|
+
throw new Error("Missing required property 'repoId'");
|
|
137
|
+
}
|
|
136
138
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
137
139
|
resourceInputs["agentId"] = args ? args.agentId : undefined;
|
|
138
140
|
resourceInputs["applications"] = args ? args.applications : undefined;
|
|
@@ -147,7 +149,6 @@ class GitOpsApplications extends pulumi.CustomResource {
|
|
|
147
149
|
resourceInputs["repoId"] = args ? args.repoId : undefined;
|
|
148
150
|
resourceInputs["requestCascade"] = args ? args.requestCascade : undefined;
|
|
149
151
|
resourceInputs["requestPropagationPolicy"] = args ? args.requestPropagationPolicy : undefined;
|
|
150
|
-
resourceInputs["skipRepoValidation"] = args ? args.skipRepoValidation : undefined;
|
|
151
152
|
resourceInputs["upsert"] = args ? args.upsert : undefined;
|
|
152
153
|
resourceInputs["validate"] = args ? args.validate : undefined;
|
|
153
154
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitOpsApplications.js","sourceRoot":"","sources":["../../platform/gitOpsApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"gitOpsApplications.js","sourceRoot":"","sources":["../../platform/gitOpsApplications.ts"],"names":[],"mappings":"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"}
|
package/platform/index.d.ts
CHANGED
|
@@ -34,9 +34,6 @@ export declare const ConnectorCustomSecretManager: typeof import("./connectorCus
|
|
|
34
34
|
export { ConnectorCustomhealthsourceArgs, ConnectorCustomhealthsourceState } from "./connectorCustomhealthsource";
|
|
35
35
|
export type ConnectorCustomhealthsource = import("./connectorCustomhealthsource").ConnectorCustomhealthsource;
|
|
36
36
|
export declare const ConnectorCustomhealthsource: typeof import("./connectorCustomhealthsource").ConnectorCustomhealthsource;
|
|
37
|
-
export { ConnectorJdbcArgs, ConnectorJdbcState } from "./connectorJdbc";
|
|
38
|
-
export type ConnectorJdbc = import("./connectorJdbc").ConnectorJdbc;
|
|
39
|
-
export declare const ConnectorJdbc: typeof import("./connectorJdbc").ConnectorJdbc;
|
|
40
37
|
export { ConnectorPdcArgs, ConnectorPdcState } from "./connectorPdc";
|
|
41
38
|
export type ConnectorPdc = import("./connectorPdc").ConnectorPdc;
|
|
42
39
|
export declare const ConnectorPdc: typeof import("./connectorPdc").ConnectorPdc;
|
|
@@ -46,12 +43,6 @@ export declare const ConnectorRancher: typeof import("./connectorRancher").Conne
|
|
|
46
43
|
export { DatadogConnectorArgs, DatadogConnectorState } from "./datadogConnector";
|
|
47
44
|
export type DatadogConnector = import("./datadogConnector").DatadogConnector;
|
|
48
45
|
export declare const DatadogConnector: typeof import("./datadogConnector").DatadogConnector;
|
|
49
|
-
export { DbInstanceArgs, DbInstanceState } from "./dbInstance";
|
|
50
|
-
export type DbInstance = import("./dbInstance").DbInstance;
|
|
51
|
-
export declare const DbInstance: typeof import("./dbInstance").DbInstance;
|
|
52
|
-
export { DbSchemaArgs, DbSchemaState } from "./dbSchema";
|
|
53
|
-
export type DbSchema = import("./dbSchema").DbSchema;
|
|
54
|
-
export declare const DbSchema: typeof import("./dbSchema").DbSchema;
|
|
55
46
|
export { DelegatetokenArgs, DelegatetokenState } from "./delegatetoken";
|
|
56
47
|
export type Delegatetoken = import("./delegatetoken").Delegatetoken;
|
|
57
48
|
export declare const Delegatetoken: typeof import("./delegatetoken").Delegatetoken;
|
|
@@ -148,9 +139,6 @@ export declare const getConnectorCustomSecretManagerOutput: typeof import("./get
|
|
|
148
139
|
export { GetConnectorCustomhealthsourceArgs, GetConnectorCustomhealthsourceResult, GetConnectorCustomhealthsourceOutputArgs } from "./getConnectorCustomhealthsource";
|
|
149
140
|
export declare const getConnectorCustomhealthsource: typeof import("./getConnectorCustomhealthsource").getConnectorCustomhealthsource;
|
|
150
141
|
export declare const getConnectorCustomhealthsourceOutput: typeof import("./getConnectorCustomhealthsource").getConnectorCustomhealthsourceOutput;
|
|
151
|
-
export { GetConnectorJdbcArgs, GetConnectorJdbcResult, GetConnectorJdbcOutputArgs } from "./getConnectorJdbc";
|
|
152
|
-
export declare const getConnectorJdbc: typeof import("./getConnectorJdbc").getConnectorJdbc;
|
|
153
|
-
export declare const getConnectorJdbcOutput: typeof import("./getConnectorJdbc").getConnectorJdbcOutput;
|
|
154
142
|
export { GetConnectorPdcArgs, GetConnectorPdcResult, GetConnectorPdcOutputArgs } from "./getConnectorPdc";
|
|
155
143
|
export declare const getConnectorPdc: typeof import("./getConnectorPdc").getConnectorPdc;
|
|
156
144
|
export declare const getConnectorPdcOutput: typeof import("./getConnectorPdc").getConnectorPdcOutput;
|
|
@@ -166,12 +154,6 @@ export declare const getCurrentUserOutput: typeof import("./getCurrentUser").get
|
|
|
166
154
|
export { GetDatadogConnectorArgs, GetDatadogConnectorResult, GetDatadogConnectorOutputArgs } from "./getDatadogConnector";
|
|
167
155
|
export declare const getDatadogConnector: typeof import("./getDatadogConnector").getDatadogConnector;
|
|
168
156
|
export declare const getDatadogConnectorOutput: typeof import("./getDatadogConnector").getDatadogConnectorOutput;
|
|
169
|
-
export { GetDbInstanceArgs, GetDbInstanceResult, GetDbInstanceOutputArgs } from "./getDbInstance";
|
|
170
|
-
export declare const getDbInstance: typeof import("./getDbInstance").getDbInstance;
|
|
171
|
-
export declare const getDbInstanceOutput: typeof import("./getDbInstance").getDbInstanceOutput;
|
|
172
|
-
export { GetDbSchemaArgs, GetDbSchemaResult, GetDbSchemaOutputArgs } from "./getDbSchema";
|
|
173
|
-
export declare const getDbSchema: typeof import("./getDbSchema").getDbSchema;
|
|
174
|
-
export declare const getDbSchemaOutput: typeof import("./getDbSchema").getDbSchemaOutput;
|
|
175
157
|
export { GetDelegatetokenArgs, GetDelegatetokenResult, GetDelegatetokenOutputArgs } from "./getDelegatetoken";
|
|
176
158
|
export declare const getDelegatetoken: typeof import("./getDelegatetoken").getDelegatetoken;
|
|
177
159
|
export declare const getDelegatetokenOutput: typeof import("./getDelegatetoken").getDelegatetokenOutput;
|
|
@@ -244,9 +226,6 @@ export declare const getGitopsClusterOutput: typeof import("./getGitopsCluster")
|
|
|
244
226
|
export { GetGitopsGnupgArgs, GetGitopsGnupgResult, GetGitopsGnupgOutputArgs } from "./getGitopsGnupg";
|
|
245
227
|
export declare const getGitopsGnupg: typeof import("./getGitopsGnupg").getGitopsGnupg;
|
|
246
228
|
export declare const getGitopsGnupgOutput: typeof import("./getGitopsGnupg").getGitopsGnupgOutput;
|
|
247
|
-
export { GetGitopsProjectArgs, GetGitopsProjectResult, GetGitopsProjectOutputArgs } from "./getGitopsProject";
|
|
248
|
-
export declare const getGitopsProject: typeof import("./getGitopsProject").getGitopsProject;
|
|
249
|
-
export declare const getGitopsProjectOutput: typeof import("./getGitopsProject").getGitopsProjectOutput;
|
|
250
229
|
export { GetGitopsRepoCertArgs, GetGitopsRepoCertResult, GetGitopsRepoCertOutputArgs } from "./getGitopsRepoCert";
|
|
251
230
|
export declare const getGitopsRepoCert: typeof import("./getGitopsRepoCert").getGitopsRepoCert;
|
|
252
231
|
export declare const getGitopsRepoCertOutput: typeof import("./getGitopsRepoCert").getGitopsRepoCertOutput;
|
|
@@ -289,9 +268,6 @@ export declare const getMonitoredServiceOutput: typeof import("./getMonitoredSer
|
|
|
289
268
|
export { GetNexusConnectorArgs, GetNexusConnectorResult, GetNexusConnectorOutputArgs } from "./getNexusConnector";
|
|
290
269
|
export declare const getNexusConnector: typeof import("./getNexusConnector").getNexusConnector;
|
|
291
270
|
export declare const getNexusConnectorOutput: typeof import("./getNexusConnector").getNexusConnectorOutput;
|
|
292
|
-
export { GetNotificationRuleArgs, GetNotificationRuleResult, GetNotificationRuleOutputArgs } from "./getNotificationRule";
|
|
293
|
-
export declare const getNotificationRule: typeof import("./getNotificationRule").getNotificationRule;
|
|
294
|
-
export declare const getNotificationRuleOutput: typeof import("./getNotificationRule").getNotificationRuleOutput;
|
|
295
271
|
export { GetOciHelmConnectorArgs, GetOciHelmConnectorResult, GetOciHelmConnectorOutputArgs } from "./getOciHelmConnector";
|
|
296
272
|
export declare const getOciHelmConnector: typeof import("./getOciHelmConnector").getOciHelmConnector;
|
|
297
273
|
export declare const getOciHelmConnectorOutput: typeof import("./getOciHelmConnector").getOciHelmConnectorOutput;
|
|
@@ -451,9 +427,6 @@ export declare const GitlabConnector: typeof import("./gitlabConnector").GitlabC
|
|
|
451
427
|
export { GitopsAppProjectMappingArgs, GitopsAppProjectMappingState } from "./gitopsAppProjectMapping";
|
|
452
428
|
export type GitopsAppProjectMapping = import("./gitopsAppProjectMapping").GitopsAppProjectMapping;
|
|
453
429
|
export declare const GitopsAppProjectMapping: typeof import("./gitopsAppProjectMapping").GitopsAppProjectMapping;
|
|
454
|
-
export { GitopsProjectArgs, GitopsProjectState } from "./gitopsProject";
|
|
455
|
-
export type GitopsProject = import("./gitopsProject").GitopsProject;
|
|
456
|
-
export declare const GitopsProject: typeof import("./gitopsProject").GitopsProject;
|
|
457
430
|
export { HelmConnectorArgs, HelmConnectorState } from "./helmConnector";
|
|
458
431
|
export type HelmConnector = import("./helmConnector").HelmConnector;
|
|
459
432
|
export declare const HelmConnector: typeof import("./helmConnector").HelmConnector;
|
|
@@ -490,9 +463,6 @@ export declare const NewrelicConnector: typeof import("./newrelicConnector").New
|
|
|
490
463
|
export { NexusConnectorArgs, NexusConnectorState } from "./nexusConnector";
|
|
491
464
|
export type NexusConnector = import("./nexusConnector").NexusConnector;
|
|
492
465
|
export declare const NexusConnector: typeof import("./nexusConnector").NexusConnector;
|
|
493
|
-
export { NotificationRuleArgs, NotificationRuleState } from "./notificationRule";
|
|
494
|
-
export type NotificationRule = import("./notificationRule").NotificationRule;
|
|
495
|
-
export declare const NotificationRule: typeof import("./notificationRule").NotificationRule;
|
|
496
466
|
export { OciHelmConnectorArgs, OciHelmConnectorState } from "./ociHelmConnector";
|
|
497
467
|
export type OciHelmConnector = import("./ociHelmConnector").OciHelmConnector;
|
|
498
468
|
export declare const OciHelmConnector: typeof import("./ociHelmConnector").OciHelmConnector;
|
package/platform/index.js
CHANGED
|
@@ -2,13 +2,12 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getAwsSecretManagerConnectorOutput = exports.getAwsSecretManagerConnector = exports.getAwsKmsConnectorOutput = exports.getAwsKmsConnector = exports.getAwsConnectorOutput = exports.getAwsConnector = exports.getAwsCCConnectorOutput = exports.getAwsCCConnector = exports.getArtifactoryConnectorOutput = exports.getArtifactoryConnector = exports.getAppDynamicsConnectorOutput = exports.getAppDynamicsConnector = exports.getApiKeyOutput = exports.getApiKey = exports.GcpSecretManagerConnector = exports.GcpConnector = exports.GcpCloudCostConnector = exports.Filters = exports.FileStoreFolder = exports.FileStoreFile = exports.FeatureFlagTargetGroup = exports.FeatureFlagTarget = exports.FeatureFlagApiKey = exports.FeatureFlag = exports.EnvironmentServiceOverrides = exports.EnvironmentGroup = exports.EnvironmentClustersMapping = exports.Environment = exports.ElasticsearchConnector = exports.DynatraceConnector = exports.DockerConnector = exports.Delegatetoken = exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.Token = exports.TerraformCloudConnector = exports.TemplateFilters = exports.Template = exports.TasConnector = exports.SumologicConnector = exports.SpotConnector = exports.SplunkConnector = exports.Slo = exports.ServiceOverridesV2 = exports.ServiceNowConnector = exports.ServiceAccount = exports.Service = exports.SecretText = exports.SecretSshkey = exports.SecretFile = exports.Roles = exports.RoleAssignments = exports.ResourceGroup = exports.RepoWebhook = exports.RepoRuleBranch = exports.Repo = exports.PrometheusConnector = exports.Project = exports.PolicySet = exports.Policy = exports.PipelineFilters = exports.Pipeline = exports.PagerdutyConnector = exports.Organization = exports.OciHelmConnector = exports.
|
|
11
|
-
exports.Workspace = exports.VaultConnector = exports.Variables = exports.Usergroup = exports.User = exports.Triggers = void 0;
|
|
5
|
+
exports.getAzureCloudProviderConnector = exports.getAzureCloudCostConnectorOutput = exports.getAzureCloudCostConnector = exports.getAwsSecretManagerConnectorOutput = exports.getAwsSecretManagerConnector = exports.getAwsKmsConnectorOutput = exports.getAwsKmsConnector = exports.getAwsConnectorOutput = exports.getAwsConnector = exports.getAwsCCConnectorOutput = exports.getAwsCCConnector = exports.getArtifactoryConnectorOutput = exports.getArtifactoryConnector = exports.getAppDynamicsConnectorOutput = exports.getAppDynamicsConnector = exports.getApiKeyOutput = exports.getApiKey = exports.GcpSecretManagerConnector = exports.GcpConnector = exports.GcpCloudCostConnector = exports.Filters = exports.FileStoreFolder = exports.FileStoreFile = exports.FeatureFlagTargetGroup = exports.FeatureFlagTarget = exports.FeatureFlagApiKey = exports.FeatureFlag = exports.EnvironmentServiceOverrides = exports.EnvironmentGroup = exports.EnvironmentClustersMapping = exports.Environment = exports.ElasticsearchConnector = exports.DynatraceConnector = exports.DockerConnector = exports.Delegatetoken = exports.DatadogConnector = exports.ConnectorRancher = exports.ConnectorPdc = exports.ConnectorCustomhealthsource = exports.ConnectorCustomSecretManager = exports.BitbucketConnector = exports.AzureKeyVaultConnector = exports.AzureCloudProviderConnector = exports.AzureCloudCostConnector = exports.AwsSecretManagerConnector = exports.AwsKmsConnector = exports.AwsConnector = exports.AwsCCConnector = exports.ArtifactoryConnector = exports.AppDynamicsConnector = void 0;
|
|
6
|
+
exports.getGcpSecretManagerConnector = exports.getGcpConnectorOutput = exports.getGcpConnector = exports.getGcpCloudCostConnectorOutput = exports.getGcpCloudCostConnector = exports.getFiltersOutput = exports.getFilters = exports.getFileStoreFolderOutput = exports.getFileStoreFolder = exports.getFileStoreFileOutput = exports.getFileStoreFile = exports.getEnvironmentServiceOverridesOutput = exports.getEnvironmentServiceOverrides = exports.getEnvironmentListOutput = exports.getEnvironmentList = exports.getEnvironmentGroupOutput = exports.getEnvironmentGroup = exports.getEnvironmentClustersMappingOutput = exports.getEnvironmentClustersMapping = exports.getEnvironmentOutput = exports.getEnvironment = exports.getElasticsearchConnectorOutput = exports.getElasticsearchConnector = exports.getDynatraceConnectorOutput = exports.getDynatraceConnector = exports.getDockerConnectorOutput = exports.getDockerConnector = exports.getDelegatetokenOutput = exports.getDelegatetoken = exports.getDatadogConnectorOutput = exports.getDatadogConnector = exports.getCurrentUserOutput = exports.getCurrentUser = exports.getCurrentAccountOutput = exports.getCurrentAccount = exports.getConnectorRancherOutput = exports.getConnectorRancher = exports.getConnectorPdcOutput = exports.getConnectorPdc = exports.getConnectorCustomhealthsourceOutput = exports.getConnectorCustomhealthsource = exports.getConnectorCustomSecretManagerOutput = exports.getConnectorCustomSecretManager = exports.getCcmFiltersOutput = exports.getCcmFilters = exports.getBitbucketConnectorOutput = exports.getBitbucketConnector = exports.getAzureKeyVaultConnectorOutput = exports.getAzureKeyVaultConnector = exports.getAzureCloudProviderConnectorOutput = void 0;
|
|
7
|
+
exports.getOrganization = exports.getOciHelmConnectorOutput = exports.getOciHelmConnector = exports.getNexusConnectorOutput = exports.getNexusConnector = exports.getMonitoredServiceOutput = exports.getMonitoredService = exports.getManualFreezeOutput = exports.getManualFreeze = exports.getKubernetesConnectorOutput = exports.getKubernetesConnector = exports.getKubernetesCloudCostConnectorOutput = exports.getKubernetesCloudCostConnector = exports.getJiraConnectorOutput = exports.getJiraConnector = exports.getJenkinsConnectorOutput = exports.getJenkinsConnector = exports.getInputSetOutput = exports.getInputSet = exports.getInfrastructureOutput = exports.getInfrastructure = exports.getIacmDefaultPipelineOutput = exports.getIacmDefaultPipeline = exports.getHelmConnectorOutput = exports.getHelmConnector = exports.getGitopsRepositoryOutput = exports.getGitopsRepository = exports.getGitopsRepoCredOutput = exports.getGitopsRepoCred = exports.getGitopsRepoCertOutput = exports.getGitopsRepoCert = exports.getGitopsGnupgOutput = exports.getGitopsGnupg = exports.getGitopsClusterOutput = exports.getGitopsCluster = exports.getGitopsApplicationsOutput = exports.getGitopsApplications = exports.getGitopsAppProjectMappingOutput = exports.getGitopsAppProjectMapping = exports.getGitopsAgentDeployYamlOutput = exports.getGitopsAgentDeployYaml = exports.getGitopsAgentOutput = exports.getGitopsAgent = exports.getGitlabConnectorOutput = exports.getGitlabConnector = exports.getGithubConnectorOutput = exports.getGithubConnector = exports.getGitConnectorOutput = exports.getGitConnector = exports.getGcpSecretManagerConnectorOutput = void 0;
|
|
8
|
+
exports.getSlo = exports.getServiceOverridesV2Output = exports.getServiceOverridesV2 = exports.getServiceNowConnectorOutput = exports.getServiceNowConnector = exports.getServiceListOutput = exports.getServiceList = exports.getServiceAccountOutput = exports.getServiceAccount = exports.getServiceOutput = exports.getService = exports.getSecretTextOutput = exports.getSecretText = exports.getSecretSshkeyOutput = exports.getSecretSshkey = exports.getSecretFileOutput = exports.getSecretFile = exports.getRolesOutput = exports.getRoles = exports.getRoleAssignmentsOutput = exports.getRoleAssignments = exports.getResourceGroupOutput = exports.getResourceGroup = exports.getRepoWebhookOutput = exports.getRepoWebhook = exports.getRepoRuleBranchOutput = exports.getRepoRuleBranch = exports.getRepoOutput = exports.getRepo = exports.getPrometheusConnectorOutput = exports.getPrometheusConnector = exports.getProjectListOutput = exports.getProjectList = exports.getProjectOutput = exports.getProject = exports.getPolicySetOutput = exports.getPolicySet = exports.getPolicyOutput = exports.getPolicy = exports.getPipelineListOutput = exports.getPipelineList = exports.getPipelineFiltersOutput = exports.getPipelineFilters = exports.getPipelineOutput = exports.getPipeline = exports.getPermissionsOutput = exports.getPermissions = exports.getPagerdutyConnectorOutput = exports.getPagerdutyConnector = exports.getOrganizationOutput = void 0;
|
|
9
|
+
exports.KubernetesConnector = exports.KubernetesCloudCostConnector = exports.JiraConnector = exports.JenkinsConnector = exports.InputSet = exports.Infrastructure = exports.IacmDefaultPipeline = exports.HelmConnector = exports.GitopsAppProjectMapping = exports.GitlabConnector = exports.GithubConnector = exports.GitOpsRepository = exports.GitOpsRepoCred = exports.GitOpsRepoCert = exports.GitOpsGnupg = exports.GitOpsCluster = exports.GitOpsApplications = exports.GitOpsAgent = exports.GitConnector = exports.getWorkspaceOutputValueOutput = exports.getWorkspaceOutputValue = exports.getWorkspaceOutput = exports.getWorkspace = exports.getVaultConnectorOutput = exports.getVaultConnector = exports.getVariablesOutput = exports.getVariables = exports.getUsergroupOutput = exports.getUsergroup = exports.getUserOutput = exports.getUser = exports.getTriggersOutput = exports.getTriggers = exports.getTokenOutput = exports.getToken = exports.getTerraformCloudConnectorOutput = exports.getTerraformCloudConnector = exports.getTemplateFiltersOutput = exports.getTemplateFilters = exports.getTemplateOutput = exports.getTemplate = exports.getTasConnectorOutput = exports.getTasConnector = exports.getSumologicConnectorOutput = exports.getSumologicConnector = exports.getSpotConnectorOutput = exports.getSpotConnector = exports.getSplunkConnectorOutput = exports.getSplunkConnector = exports.getSloOutput = void 0;
|
|
10
|
+
exports.Workspace = exports.VaultConnector = exports.Variables = exports.Usergroup = exports.User = exports.Triggers = exports.Token = exports.TerraformCloudConnector = exports.TemplateFilters = exports.Template = exports.TasConnector = exports.SumologicConnector = exports.SpotConnector = exports.SplunkConnector = exports.Slo = exports.ServiceOverridesV2 = exports.ServiceNowConnector = exports.ServiceAccount = exports.Service = exports.SecretText = exports.SecretSshkey = exports.SecretFile = exports.Roles = exports.RoleAssignments = exports.ResourceGroup = exports.RepoWebhook = exports.RepoRuleBranch = exports.Repo = exports.PrometheusConnector = exports.Project = exports.PolicySet = exports.Policy = exports.PipelineFilters = exports.Pipeline = exports.PagerdutyConnector = exports.Organization = exports.OciHelmConnector = exports.NexusConnector = exports.NewrelicConnector = exports.MonitoredService = exports.ManualFreeze = void 0;
|
|
12
11
|
const pulumi = require("@pulumi/pulumi");
|
|
13
12
|
const utilities = require("../utilities");
|
|
14
13
|
exports.AppDynamicsConnector = null;
|
|
@@ -35,18 +34,12 @@ exports.ConnectorCustomSecretManager = null;
|
|
|
35
34
|
utilities.lazyLoad(exports, ["ConnectorCustomSecretManager"], () => require("./connectorCustomSecretManager"));
|
|
36
35
|
exports.ConnectorCustomhealthsource = null;
|
|
37
36
|
utilities.lazyLoad(exports, ["ConnectorCustomhealthsource"], () => require("./connectorCustomhealthsource"));
|
|
38
|
-
exports.ConnectorJdbc = null;
|
|
39
|
-
utilities.lazyLoad(exports, ["ConnectorJdbc"], () => require("./connectorJdbc"));
|
|
40
37
|
exports.ConnectorPdc = null;
|
|
41
38
|
utilities.lazyLoad(exports, ["ConnectorPdc"], () => require("./connectorPdc"));
|
|
42
39
|
exports.ConnectorRancher = null;
|
|
43
40
|
utilities.lazyLoad(exports, ["ConnectorRancher"], () => require("./connectorRancher"));
|
|
44
41
|
exports.DatadogConnector = null;
|
|
45
42
|
utilities.lazyLoad(exports, ["DatadogConnector"], () => require("./datadogConnector"));
|
|
46
|
-
exports.DbInstance = null;
|
|
47
|
-
utilities.lazyLoad(exports, ["DbInstance"], () => require("./dbInstance"));
|
|
48
|
-
exports.DbSchema = null;
|
|
49
|
-
utilities.lazyLoad(exports, ["DbSchema"], () => require("./dbSchema"));
|
|
50
43
|
exports.Delegatetoken = null;
|
|
51
44
|
utilities.lazyLoad(exports, ["Delegatetoken"], () => require("./delegatetoken"));
|
|
52
45
|
exports.DockerConnector = null;
|
|
@@ -125,9 +118,6 @@ utilities.lazyLoad(exports, ["getConnectorCustomSecretManager", "getConnectorCus
|
|
|
125
118
|
exports.getConnectorCustomhealthsource = null;
|
|
126
119
|
exports.getConnectorCustomhealthsourceOutput = null;
|
|
127
120
|
utilities.lazyLoad(exports, ["getConnectorCustomhealthsource", "getConnectorCustomhealthsourceOutput"], () => require("./getConnectorCustomhealthsource"));
|
|
128
|
-
exports.getConnectorJdbc = null;
|
|
129
|
-
exports.getConnectorJdbcOutput = null;
|
|
130
|
-
utilities.lazyLoad(exports, ["getConnectorJdbc", "getConnectorJdbcOutput"], () => require("./getConnectorJdbc"));
|
|
131
121
|
exports.getConnectorPdc = null;
|
|
132
122
|
exports.getConnectorPdcOutput = null;
|
|
133
123
|
utilities.lazyLoad(exports, ["getConnectorPdc", "getConnectorPdcOutput"], () => require("./getConnectorPdc"));
|
|
@@ -143,12 +133,6 @@ utilities.lazyLoad(exports, ["getCurrentUser", "getCurrentUserOutput"], () => re
|
|
|
143
133
|
exports.getDatadogConnector = null;
|
|
144
134
|
exports.getDatadogConnectorOutput = null;
|
|
145
135
|
utilities.lazyLoad(exports, ["getDatadogConnector", "getDatadogConnectorOutput"], () => require("./getDatadogConnector"));
|
|
146
|
-
exports.getDbInstance = null;
|
|
147
|
-
exports.getDbInstanceOutput = null;
|
|
148
|
-
utilities.lazyLoad(exports, ["getDbInstance", "getDbInstanceOutput"], () => require("./getDbInstance"));
|
|
149
|
-
exports.getDbSchema = null;
|
|
150
|
-
exports.getDbSchemaOutput = null;
|
|
151
|
-
utilities.lazyLoad(exports, ["getDbSchema", "getDbSchemaOutput"], () => require("./getDbSchema"));
|
|
152
136
|
exports.getDelegatetoken = null;
|
|
153
137
|
exports.getDelegatetokenOutput = null;
|
|
154
138
|
utilities.lazyLoad(exports, ["getDelegatetoken", "getDelegatetokenOutput"], () => require("./getDelegatetoken"));
|
|
@@ -221,9 +205,6 @@ utilities.lazyLoad(exports, ["getGitopsCluster", "getGitopsClusterOutput"], () =
|
|
|
221
205
|
exports.getGitopsGnupg = null;
|
|
222
206
|
exports.getGitopsGnupgOutput = null;
|
|
223
207
|
utilities.lazyLoad(exports, ["getGitopsGnupg", "getGitopsGnupgOutput"], () => require("./getGitopsGnupg"));
|
|
224
|
-
exports.getGitopsProject = null;
|
|
225
|
-
exports.getGitopsProjectOutput = null;
|
|
226
|
-
utilities.lazyLoad(exports, ["getGitopsProject", "getGitopsProjectOutput"], () => require("./getGitopsProject"));
|
|
227
208
|
exports.getGitopsRepoCert = null;
|
|
228
209
|
exports.getGitopsRepoCertOutput = null;
|
|
229
210
|
utilities.lazyLoad(exports, ["getGitopsRepoCert", "getGitopsRepoCertOutput"], () => require("./getGitopsRepoCert"));
|
|
@@ -266,9 +247,6 @@ utilities.lazyLoad(exports, ["getMonitoredService", "getMonitoredServiceOutput"]
|
|
|
266
247
|
exports.getNexusConnector = null;
|
|
267
248
|
exports.getNexusConnectorOutput = null;
|
|
268
249
|
utilities.lazyLoad(exports, ["getNexusConnector", "getNexusConnectorOutput"], () => require("./getNexusConnector"));
|
|
269
|
-
exports.getNotificationRule = null;
|
|
270
|
-
exports.getNotificationRuleOutput = null;
|
|
271
|
-
utilities.lazyLoad(exports, ["getNotificationRule", "getNotificationRuleOutput"], () => require("./getNotificationRule"));
|
|
272
250
|
exports.getOciHelmConnector = null;
|
|
273
251
|
exports.getOciHelmConnectorOutput = null;
|
|
274
252
|
utilities.lazyLoad(exports, ["getOciHelmConnector", "getOciHelmConnectorOutput"], () => require("./getOciHelmConnector"));
|
|
@@ -417,8 +395,6 @@ exports.GitlabConnector = null;
|
|
|
417
395
|
utilities.lazyLoad(exports, ["GitlabConnector"], () => require("./gitlabConnector"));
|
|
418
396
|
exports.GitopsAppProjectMapping = null;
|
|
419
397
|
utilities.lazyLoad(exports, ["GitopsAppProjectMapping"], () => require("./gitopsAppProjectMapping"));
|
|
420
|
-
exports.GitopsProject = null;
|
|
421
|
-
utilities.lazyLoad(exports, ["GitopsProject"], () => require("./gitopsProject"));
|
|
422
398
|
exports.HelmConnector = null;
|
|
423
399
|
utilities.lazyLoad(exports, ["HelmConnector"], () => require("./helmConnector"));
|
|
424
400
|
exports.IacmDefaultPipeline = null;
|
|
@@ -443,8 +419,6 @@ exports.NewrelicConnector = null;
|
|
|
443
419
|
utilities.lazyLoad(exports, ["NewrelicConnector"], () => require("./newrelicConnector"));
|
|
444
420
|
exports.NexusConnector = null;
|
|
445
421
|
utilities.lazyLoad(exports, ["NexusConnector"], () => require("./nexusConnector"));
|
|
446
|
-
exports.NotificationRule = null;
|
|
447
|
-
utilities.lazyLoad(exports, ["NotificationRule"], () => require("./notificationRule"));
|
|
448
422
|
exports.OciHelmConnector = null;
|
|
449
423
|
utilities.lazyLoad(exports, ["OciHelmConnector"], () => require("./ociHelmConnector"));
|
|
450
424
|
exports.Organization = null;
|
|
@@ -547,18 +521,12 @@ const _module = {
|
|
|
547
521
|
return new exports.ConnectorCustomSecretManager(name, undefined, { urn });
|
|
548
522
|
case "harness:platform/connectorCustomhealthsource:ConnectorCustomhealthsource":
|
|
549
523
|
return new exports.ConnectorCustomhealthsource(name, undefined, { urn });
|
|
550
|
-
case "harness:platform/connectorJdbc:ConnectorJdbc":
|
|
551
|
-
return new exports.ConnectorJdbc(name, undefined, { urn });
|
|
552
524
|
case "harness:platform/connectorPdc:ConnectorPdc":
|
|
553
525
|
return new exports.ConnectorPdc(name, undefined, { urn });
|
|
554
526
|
case "harness:platform/connectorRancher:ConnectorRancher":
|
|
555
527
|
return new exports.ConnectorRancher(name, undefined, { urn });
|
|
556
528
|
case "harness:platform/datadogConnector:DatadogConnector":
|
|
557
529
|
return new exports.DatadogConnector(name, undefined, { urn });
|
|
558
|
-
case "harness:platform/dbInstance:DbInstance":
|
|
559
|
-
return new exports.DbInstance(name, undefined, { urn });
|
|
560
|
-
case "harness:platform/dbSchema:DbSchema":
|
|
561
|
-
return new exports.DbSchema(name, undefined, { urn });
|
|
562
530
|
case "harness:platform/delegatetoken:Delegatetoken":
|
|
563
531
|
return new exports.Delegatetoken(name, undefined, { urn });
|
|
564
532
|
case "harness:platform/dockerConnector:DockerConnector":
|
|
@@ -617,8 +585,6 @@ const _module = {
|
|
|
617
585
|
return new exports.GitlabConnector(name, undefined, { urn });
|
|
618
586
|
case "harness:platform/gitopsAppProjectMapping:GitopsAppProjectMapping":
|
|
619
587
|
return new exports.GitopsAppProjectMapping(name, undefined, { urn });
|
|
620
|
-
case "harness:platform/gitopsProject:GitopsProject":
|
|
621
|
-
return new exports.GitopsProject(name, undefined, { urn });
|
|
622
588
|
case "harness:platform/helmConnector:HelmConnector":
|
|
623
589
|
return new exports.HelmConnector(name, undefined, { urn });
|
|
624
590
|
case "harness:platform/iacmDefaultPipeline:IacmDefaultPipeline":
|
|
@@ -643,8 +609,6 @@ const _module = {
|
|
|
643
609
|
return new exports.NewrelicConnector(name, undefined, { urn });
|
|
644
610
|
case "harness:platform/nexusConnector:NexusConnector":
|
|
645
611
|
return new exports.NexusConnector(name, undefined, { urn });
|
|
646
|
-
case "harness:platform/notificationRule:NotificationRule":
|
|
647
|
-
return new exports.NotificationRule(name, undefined, { urn });
|
|
648
612
|
case "harness:platform/ociHelmConnector:OciHelmConnector":
|
|
649
613
|
return new exports.OciHelmConnector(name, undefined, { urn });
|
|
650
614
|
case "harness:platform/organization:Organization":
|
|
@@ -736,12 +700,9 @@ pulumi.runtime.registerResourceModule("harness", "platform/azureKeyVaultConnecto
|
|
|
736
700
|
pulumi.runtime.registerResourceModule("harness", "platform/bitbucketConnector", _module);
|
|
737
701
|
pulumi.runtime.registerResourceModule("harness", "platform/connectorCustomSecretManager", _module);
|
|
738
702
|
pulumi.runtime.registerResourceModule("harness", "platform/connectorCustomhealthsource", _module);
|
|
739
|
-
pulumi.runtime.registerResourceModule("harness", "platform/connectorJdbc", _module);
|
|
740
703
|
pulumi.runtime.registerResourceModule("harness", "platform/connectorPdc", _module);
|
|
741
704
|
pulumi.runtime.registerResourceModule("harness", "platform/connectorRancher", _module);
|
|
742
705
|
pulumi.runtime.registerResourceModule("harness", "platform/datadogConnector", _module);
|
|
743
|
-
pulumi.runtime.registerResourceModule("harness", "platform/dbInstance", _module);
|
|
744
|
-
pulumi.runtime.registerResourceModule("harness", "platform/dbSchema", _module);
|
|
745
706
|
pulumi.runtime.registerResourceModule("harness", "platform/delegatetoken", _module);
|
|
746
707
|
pulumi.runtime.registerResourceModule("harness", "platform/dockerConnector", _module);
|
|
747
708
|
pulumi.runtime.registerResourceModule("harness", "platform/dynatraceConnector", _module);
|
|
@@ -771,7 +732,6 @@ pulumi.runtime.registerResourceModule("harness", "platform/gitOpsRepository", _m
|
|
|
771
732
|
pulumi.runtime.registerResourceModule("harness", "platform/githubConnector", _module);
|
|
772
733
|
pulumi.runtime.registerResourceModule("harness", "platform/gitlabConnector", _module);
|
|
773
734
|
pulumi.runtime.registerResourceModule("harness", "platform/gitopsAppProjectMapping", _module);
|
|
774
|
-
pulumi.runtime.registerResourceModule("harness", "platform/gitopsProject", _module);
|
|
775
735
|
pulumi.runtime.registerResourceModule("harness", "platform/helmConnector", _module);
|
|
776
736
|
pulumi.runtime.registerResourceModule("harness", "platform/iacmDefaultPipeline", _module);
|
|
777
737
|
pulumi.runtime.registerResourceModule("harness", "platform/infrastructure", _module);
|
|
@@ -784,7 +744,6 @@ pulumi.runtime.registerResourceModule("harness", "platform/manualFreeze", _modul
|
|
|
784
744
|
pulumi.runtime.registerResourceModule("harness", "platform/monitoredService", _module);
|
|
785
745
|
pulumi.runtime.registerResourceModule("harness", "platform/newrelicConnector", _module);
|
|
786
746
|
pulumi.runtime.registerResourceModule("harness", "platform/nexusConnector", _module);
|
|
787
|
-
pulumi.runtime.registerResourceModule("harness", "platform/notificationRule", _module);
|
|
788
747
|
pulumi.runtime.registerResourceModule("harness", "platform/ociHelmConnector", _module);
|
|
789
748
|
pulumi.runtime.registerResourceModule("harness", "platform/organization", _module);
|
|
790
749
|
pulumi.runtime.registerResourceModule("harness", "platform/pagerdutyConnector", _module);
|