@pulumi/harness 0.5.3 → 0.6.0-alpha.1737778949
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/autostopping/ruleEcs.d.ts +0 -12
- package/autostopping/ruleEcs.js +0 -2
- package/autostopping/ruleEcs.js.map +1 -1
- package/autostopping/ruleRds.d.ts +0 -13
- package/autostopping/ruleRds.js +0 -3
- package/autostopping/ruleRds.js.map +1 -1
- package/autostopping/ruleVm.d.ts +0 -13
- package/autostopping/ruleVm.js +0 -3
- package/autostopping/ruleVm.js.map +1 -1
- package/package.json +2 -2
- package/platform/getGitopsApplications.d.ts +6 -0
- package/platform/getGitopsApplications.js.map +1 -1
- package/platform/gitOpsCluster.d.ts +3 -3
- package/types/input.d.ts +0 -16
- package/types/output.d.ts +7 -31
|
@@ -33,10 +33,6 @@ export declare class RuleEcs extends pulumi.CustomResource {
|
|
|
33
33
|
* Dependent rules
|
|
34
34
|
*/
|
|
35
35
|
readonly depends: pulumi.Output<outputs.autostopping.RuleEcsDepend[] | undefined>;
|
|
36
|
-
/**
|
|
37
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
38
|
-
*/
|
|
39
|
-
readonly dryRun: pulumi.Output<boolean | undefined>;
|
|
40
36
|
/**
|
|
41
37
|
* Http routing configuration
|
|
42
38
|
*/
|
|
@@ -79,10 +75,6 @@ export interface RuleEcsState {
|
|
|
79
75
|
* Dependent rules
|
|
80
76
|
*/
|
|
81
77
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleEcsDepend>[]>;
|
|
82
|
-
/**
|
|
83
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
84
|
-
*/
|
|
85
|
-
dryRun?: pulumi.Input<boolean>;
|
|
86
78
|
/**
|
|
87
79
|
* Http routing configuration
|
|
88
80
|
*/
|
|
@@ -117,10 +109,6 @@ export interface RuleEcsArgs {
|
|
|
117
109
|
* Dependent rules
|
|
118
110
|
*/
|
|
119
111
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleEcsDepend>[]>;
|
|
120
|
-
/**
|
|
121
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
122
|
-
*/
|
|
123
|
-
dryRun?: pulumi.Input<boolean>;
|
|
124
112
|
/**
|
|
125
113
|
* Http routing configuration
|
|
126
114
|
*/
|
package/autostopping/ruleEcs.js
CHANGED
|
@@ -40,7 +40,6 @@ class RuleEcs extends pulumi.CustomResource {
|
|
|
40
40
|
resourceInputs["container"] = state ? state.container : undefined;
|
|
41
41
|
resourceInputs["customDomains"] = state ? state.customDomains : undefined;
|
|
42
42
|
resourceInputs["depends"] = state ? state.depends : undefined;
|
|
43
|
-
resourceInputs["dryRun"] = state ? state.dryRun : undefined;
|
|
44
43
|
resourceInputs["https"] = state ? state.https : undefined;
|
|
45
44
|
resourceInputs["identifier"] = state ? state.identifier : undefined;
|
|
46
45
|
resourceInputs["idleTimeMins"] = state ? state.idleTimeMins : undefined;
|
|
@@ -55,7 +54,6 @@ class RuleEcs extends pulumi.CustomResource {
|
|
|
55
54
|
resourceInputs["container"] = args ? args.container : undefined;
|
|
56
55
|
resourceInputs["customDomains"] = args ? args.customDomains : undefined;
|
|
57
56
|
resourceInputs["depends"] = args ? args.depends : undefined;
|
|
58
|
-
resourceInputs["dryRun"] = args ? args.dryRun : undefined;
|
|
59
57
|
resourceInputs["https"] = args ? args.https : undefined;
|
|
60
58
|
resourceInputs["idleTimeMins"] = args ? args.idleTimeMins : undefined;
|
|
61
59
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleEcs.js","sourceRoot":"","sources":["../../autostopping/ruleEcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;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,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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;
|
|
1
|
+
{"version":3,"file":"ruleEcs.js","sourceRoot":"","sources":["../../autostopping/ruleEcs.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,6 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
* name: "name",
|
|
15
15
|
* cloudConnectorId: "cloud_connector_id",
|
|
16
16
|
* idleTimeMins: 10,
|
|
17
|
-
* dryRun: true,
|
|
18
17
|
* database: {
|
|
19
18
|
* id: "database_id",
|
|
20
19
|
* region: "region",
|
|
@@ -53,10 +52,6 @@ export declare class RuleRds extends pulumi.CustomResource {
|
|
|
53
52
|
* Dependent rules
|
|
54
53
|
*/
|
|
55
54
|
readonly depends: pulumi.Output<outputs.autostopping.RuleRdsDepend[] | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
58
|
-
*/
|
|
59
|
-
readonly dryRun: pulumi.Output<boolean | undefined>;
|
|
60
55
|
/**
|
|
61
56
|
* Unique identifier of the resource
|
|
62
57
|
*/
|
|
@@ -95,10 +90,6 @@ export interface RuleRdsState {
|
|
|
95
90
|
* Dependent rules
|
|
96
91
|
*/
|
|
97
92
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleRdsDepend>[]>;
|
|
98
|
-
/**
|
|
99
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
100
|
-
*/
|
|
101
|
-
dryRun?: pulumi.Input<boolean>;
|
|
102
93
|
/**
|
|
103
94
|
* Unique identifier of the resource
|
|
104
95
|
*/
|
|
@@ -129,10 +120,6 @@ export interface RuleRdsArgs {
|
|
|
129
120
|
* Dependent rules
|
|
130
121
|
*/
|
|
131
122
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleRdsDepend>[]>;
|
|
132
|
-
/**
|
|
133
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
134
|
-
*/
|
|
135
|
-
dryRun?: pulumi.Input<boolean>;
|
|
136
123
|
/**
|
|
137
124
|
* Idle time in minutes. This is the time that the AutoStopping rule waits before stopping the idle instances.
|
|
138
125
|
*/
|
package/autostopping/ruleRds.js
CHANGED
|
@@ -18,7 +18,6 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* name: "name",
|
|
19
19
|
* cloudConnectorId: "cloud_connector_id",
|
|
20
20
|
* idleTimeMins: 10,
|
|
21
|
-
* dryRun: true,
|
|
22
21
|
* database: {
|
|
23
22
|
* id: "database_id",
|
|
24
23
|
* region: "region",
|
|
@@ -63,7 +62,6 @@ class RuleRds extends pulumi.CustomResource {
|
|
|
63
62
|
resourceInputs["cloudConnectorId"] = state ? state.cloudConnectorId : undefined;
|
|
64
63
|
resourceInputs["database"] = state ? state.database : undefined;
|
|
65
64
|
resourceInputs["depends"] = state ? state.depends : undefined;
|
|
66
|
-
resourceInputs["dryRun"] = state ? state.dryRun : undefined;
|
|
67
65
|
resourceInputs["identifier"] = state ? state.identifier : undefined;
|
|
68
66
|
resourceInputs["idleTimeMins"] = state ? state.idleTimeMins : undefined;
|
|
69
67
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
@@ -80,7 +78,6 @@ class RuleRds extends pulumi.CustomResource {
|
|
|
80
78
|
resourceInputs["cloudConnectorId"] = args ? args.cloudConnectorId : undefined;
|
|
81
79
|
resourceInputs["database"] = args ? args.database : undefined;
|
|
82
80
|
resourceInputs["depends"] = args ? args.depends : undefined;
|
|
83
|
-
resourceInputs["dryRun"] = args ? args.dryRun : undefined;
|
|
84
81
|
resourceInputs["idleTimeMins"] = args ? args.idleTimeMins : undefined;
|
|
85
82
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
86
83
|
resourceInputs["tcps"] = args ? args.tcps : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleRds.js","sourceRoot":"","sources":["../../autostopping/ruleRds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"ruleRds.js","sourceRoot":"","sources":["../../autostopping/ruleRds.ts"],"names":[],"mappings":"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"}
|
package/autostopping/ruleVm.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
* name: "name",
|
|
15
15
|
* cloudConnectorId: "cloud_connector_id",
|
|
16
16
|
* idleTimeMins: 10,
|
|
17
|
-
* dryRun: true,
|
|
18
17
|
* filter: {
|
|
19
18
|
* vmIds: ["/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.Compute/virtualMachines/virtual_machine"],
|
|
20
19
|
* regions: ["useast2"],
|
|
@@ -93,10 +92,6 @@ export declare class RuleVm extends pulumi.CustomResource {
|
|
|
93
92
|
* Dependent rules
|
|
94
93
|
*/
|
|
95
94
|
readonly depends: pulumi.Output<outputs.autostopping.RuleVmDepend[] | undefined>;
|
|
96
|
-
/**
|
|
97
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
98
|
-
*/
|
|
99
|
-
readonly dryRun: pulumi.Output<boolean | undefined>;
|
|
100
95
|
readonly filter: pulumi.Output<outputs.autostopping.RuleVmFilter>;
|
|
101
96
|
/**
|
|
102
97
|
* Http routing configuration
|
|
@@ -147,10 +142,6 @@ export interface RuleVmState {
|
|
|
147
142
|
* Dependent rules
|
|
148
143
|
*/
|
|
149
144
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleVmDepend>[]>;
|
|
150
|
-
/**
|
|
151
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
152
|
-
*/
|
|
153
|
-
dryRun?: pulumi.Input<boolean>;
|
|
154
145
|
filter?: pulumi.Input<inputs.autostopping.RuleVmFilter>;
|
|
155
146
|
/**
|
|
156
147
|
* Http routing configuration
|
|
@@ -193,10 +184,6 @@ export interface RuleVmArgs {
|
|
|
193
184
|
* Dependent rules
|
|
194
185
|
*/
|
|
195
186
|
depends?: pulumi.Input<pulumi.Input<inputs.autostopping.RuleVmDepend>[]>;
|
|
196
|
-
/**
|
|
197
|
-
* Boolean that indicates whether the AutoStopping rule should be created in DryRun mode
|
|
198
|
-
*/
|
|
199
|
-
dryRun?: pulumi.Input<boolean>;
|
|
200
187
|
filter: pulumi.Input<inputs.autostopping.RuleVmFilter>;
|
|
201
188
|
/**
|
|
202
189
|
* Http routing configuration
|
package/autostopping/ruleVm.js
CHANGED
|
@@ -18,7 +18,6 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* name: "name",
|
|
19
19
|
* cloudConnectorId: "cloud_connector_id",
|
|
20
20
|
* idleTimeMins: 10,
|
|
21
|
-
* dryRun: true,
|
|
22
21
|
* filter: {
|
|
23
22
|
* vmIds: ["/subscriptions/subscription_id/resourceGroups/resource_group/providers/Microsoft.Compute/virtualMachines/virtual_machine"],
|
|
24
23
|
* regions: ["useast2"],
|
|
@@ -100,7 +99,6 @@ class RuleVm extends pulumi.CustomResource {
|
|
|
100
99
|
resourceInputs["cloudConnectorId"] = state ? state.cloudConnectorId : undefined;
|
|
101
100
|
resourceInputs["customDomains"] = state ? state.customDomains : undefined;
|
|
102
101
|
resourceInputs["depends"] = state ? state.depends : undefined;
|
|
103
|
-
resourceInputs["dryRun"] = state ? state.dryRun : undefined;
|
|
104
102
|
resourceInputs["filter"] = state ? state.filter : undefined;
|
|
105
103
|
resourceInputs["https"] = state ? state.https : undefined;
|
|
106
104
|
resourceInputs["identifier"] = state ? state.identifier : undefined;
|
|
@@ -120,7 +118,6 @@ class RuleVm extends pulumi.CustomResource {
|
|
|
120
118
|
resourceInputs["cloudConnectorId"] = args ? args.cloudConnectorId : undefined;
|
|
121
119
|
resourceInputs["customDomains"] = args ? args.customDomains : undefined;
|
|
122
120
|
resourceInputs["depends"] = args ? args.depends : undefined;
|
|
123
|
-
resourceInputs["dryRun"] = args ? args.dryRun : undefined;
|
|
124
121
|
resourceInputs["filter"] = args ? args.filter : undefined;
|
|
125
122
|
resourceInputs["https"] = args ? args.https : undefined;
|
|
126
123
|
resourceInputs["idleTimeMins"] = args ? args.idleTimeMins : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleVm.js","sourceRoot":"","sources":["../../autostopping/ruleVm.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"ruleVm.js","sourceRoot":"","sources":["../../autostopping/ruleVm.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/harness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-alpha.1737778949",
|
|
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.6.0-alpha.1737778949",
|
|
27
27
|
"server": "github://api.github.com/pulumi"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -9,6 +9,8 @@ export declare function getGitopsApplications(args: GetGitopsApplicationsArgs, o
|
|
|
9
9
|
*/
|
|
10
10
|
export interface GetGitopsApplicationsArgs {
|
|
11
11
|
/**
|
|
12
|
+
* Account identifier of the GitOps application.
|
|
13
|
+
*
|
|
12
14
|
* @deprecated This field is deprecated and will be removed in a future release.
|
|
13
15
|
*/
|
|
14
16
|
accountId?: string;
|
|
@@ -40,6 +42,8 @@ export interface GetGitopsApplicationsArgs {
|
|
|
40
42
|
*/
|
|
41
43
|
export interface GetGitopsApplicationsResult {
|
|
42
44
|
/**
|
|
45
|
+
* Account identifier of the GitOps application.
|
|
46
|
+
*
|
|
43
47
|
* @deprecated This field is deprecated and will be removed in a future release.
|
|
44
48
|
*/
|
|
45
49
|
readonly accountId: string;
|
|
@@ -123,6 +127,8 @@ export declare function getGitopsApplicationsOutput(args: GetGitopsApplicationsO
|
|
|
123
127
|
*/
|
|
124
128
|
export interface GetGitopsApplicationsOutputArgs {
|
|
125
129
|
/**
|
|
130
|
+
* Account identifier of the GitOps application.
|
|
131
|
+
*
|
|
126
132
|
* @deprecated This field is deprecated and will be removed in a future release.
|
|
127
133
|
*/
|
|
128
134
|
accountId?: pulumi.Input<string>;
|
|
@@ -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;IAC9F,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;AAVD,sDAUC;
|
|
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;IAC9F,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;AAVD,sDAUC;AAqHD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,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;AAVD,kEAUC"}
|
|
@@ -51,7 +51,7 @@ export declare class GitOpsCluster extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly agentId: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
54
|
-
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that
|
|
54
|
+
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that repo.
|
|
55
55
|
*/
|
|
56
56
|
readonly forceDelete: pulumi.Output<boolean | undefined>;
|
|
57
57
|
/**
|
|
@@ -94,7 +94,7 @@ export interface GitOpsClusterState {
|
|
|
94
94
|
*/
|
|
95
95
|
agentId?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
97
|
-
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that
|
|
97
|
+
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that repo.
|
|
98
98
|
*/
|
|
99
99
|
forceDelete?: pulumi.Input<boolean>;
|
|
100
100
|
/**
|
|
@@ -129,7 +129,7 @@ export interface GitOpsClusterArgs {
|
|
|
129
129
|
*/
|
|
130
130
|
agentId: pulumi.Input<string>;
|
|
131
131
|
/**
|
|
132
|
-
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that
|
|
132
|
+
* Indicates if the cluster should be deleted forcefully, regardless of existing applications using that repo.
|
|
133
133
|
*/
|
|
134
134
|
forceDelete?: pulumi.Input<boolean>;
|
|
135
135
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -4181,10 +4181,6 @@ export declare namespace platform {
|
|
|
4181
4181
|
* Identifies the authentication method used to connect to the cluster.
|
|
4182
4182
|
*/
|
|
4183
4183
|
clusterConnectionType?: pulumi.Input<string>;
|
|
4184
|
-
/**
|
|
4185
|
-
* DisableCompression bypasses automatic GZip compression requests to to the cluster's API server. Corresponds to running kubectl with --disable-compression
|
|
4186
|
-
*/
|
|
4187
|
-
disableCompression?: pulumi.Input<boolean>;
|
|
4188
4184
|
/**
|
|
4189
4185
|
* Configuration for an exec provider.
|
|
4190
4186
|
*/
|
|
@@ -4193,10 +4189,6 @@ export declare namespace platform {
|
|
|
4193
4189
|
* Password of the server of the cluster.
|
|
4194
4190
|
*/
|
|
4195
4191
|
password?: pulumi.Input<string>;
|
|
4196
|
-
/**
|
|
4197
|
-
* The URL to the proxy to be used for all requests send to the cluster's API server
|
|
4198
|
-
*/
|
|
4199
|
-
proxyUrl?: pulumi.Input<string>;
|
|
4200
4192
|
/**
|
|
4201
4193
|
* Optional role ARN. If set then used for AWS IAM Authenticator.
|
|
4202
4194
|
*/
|
|
@@ -4893,10 +4885,6 @@ export declare namespace platform {
|
|
|
4893
4885
|
* OrphanedResources specifies if agent should monitor orphaned resources of apps in this project
|
|
4894
4886
|
*/
|
|
4895
4887
|
orphanedResources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsAppProjectProjectSpecOrphanedResource>[]>;
|
|
4896
|
-
/**
|
|
4897
|
-
* This option determines whether destinations can only reference clusters which are argo project-scoped
|
|
4898
|
-
*/
|
|
4899
|
-
permitOnlyProjectScopedClusters?: pulumi.Input<boolean>;
|
|
4900
4888
|
/**
|
|
4901
4889
|
* Roles associated with the Argo project.
|
|
4902
4890
|
*/
|
|
@@ -4905,10 +4893,6 @@ export declare namespace platform {
|
|
|
4905
4893
|
* Signature keys for the GitOps project.
|
|
4906
4894
|
*/
|
|
4907
4895
|
signatureKeys?: pulumi.Input<pulumi.Input<inputs.platform.GitopsAppProjectProjectSpecSignatureKey>[]>;
|
|
4908
|
-
/**
|
|
4909
|
-
* Source namespaces defines the namespaces application resources are allowed to be created in.
|
|
4910
|
-
*/
|
|
4911
|
-
sourceNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4912
4896
|
/**
|
|
4913
4897
|
* Allowed Source repositories for the Argo project.
|
|
4914
4898
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -3338,7 +3338,7 @@ export declare namespace platform {
|
|
|
3338
3338
|
*/
|
|
3339
3339
|
code?: boolean;
|
|
3340
3340
|
/**
|
|
3341
|
-
* Name of the
|
|
3341
|
+
* Name of the GitOps application.
|
|
3342
3342
|
*/
|
|
3343
3343
|
name?: string;
|
|
3344
3344
|
/**
|
|
@@ -3352,7 +3352,7 @@ export declare namespace platform {
|
|
|
3352
3352
|
*/
|
|
3353
3353
|
code?: boolean;
|
|
3354
3354
|
/**
|
|
3355
|
-
* Name of the
|
|
3355
|
+
* Name of the GitOps application.
|
|
3356
3356
|
*/
|
|
3357
3357
|
name?: string;
|
|
3358
3358
|
/**
|
|
@@ -3392,7 +3392,7 @@ export declare namespace platform {
|
|
|
3392
3392
|
}
|
|
3393
3393
|
interface GetGitopsApplicationsApplicationSpecSourceHelmFileParameter {
|
|
3394
3394
|
/**
|
|
3395
|
-
* Name of the
|
|
3395
|
+
* Name of the GitOps application.
|
|
3396
3396
|
*/
|
|
3397
3397
|
name?: string;
|
|
3398
3398
|
/**
|
|
@@ -3406,7 +3406,7 @@ export declare namespace platform {
|
|
|
3406
3406
|
*/
|
|
3407
3407
|
forceString?: boolean;
|
|
3408
3408
|
/**
|
|
3409
|
-
* Name of the
|
|
3409
|
+
* Name of the GitOps application.
|
|
3410
3410
|
*/
|
|
3411
3411
|
name?: string;
|
|
3412
3412
|
/**
|
|
@@ -3430,7 +3430,7 @@ export declare namespace platform {
|
|
|
3430
3430
|
*/
|
|
3431
3431
|
component?: string;
|
|
3432
3432
|
/**
|
|
3433
|
-
* Name of the
|
|
3433
|
+
* Name of the GitOps application.
|
|
3434
3434
|
*/
|
|
3435
3435
|
name?: string;
|
|
3436
3436
|
/**
|
|
@@ -3482,13 +3482,13 @@ export declare namespace platform {
|
|
|
3482
3482
|
*/
|
|
3483
3483
|
envs?: outputs.platform.GetGitopsApplicationsApplicationSpecSourcePluginEnv[];
|
|
3484
3484
|
/**
|
|
3485
|
-
* Name of the
|
|
3485
|
+
* Name of the GitOps application.
|
|
3486
3486
|
*/
|
|
3487
3487
|
name?: string;
|
|
3488
3488
|
}
|
|
3489
3489
|
interface GetGitopsApplicationsApplicationSpecSourcePluginEnv {
|
|
3490
3490
|
/**
|
|
3491
|
-
* Name of the
|
|
3491
|
+
* Name of the GitOps application.
|
|
3492
3492
|
*/
|
|
3493
3493
|
name?: string;
|
|
3494
3494
|
/**
|
|
@@ -3629,10 +3629,6 @@ export declare namespace platform {
|
|
|
3629
3629
|
* Identifies the authentication method used to connect to the cluster.
|
|
3630
3630
|
*/
|
|
3631
3631
|
clusterConnectionType?: string;
|
|
3632
|
-
/**
|
|
3633
|
-
* DisableCompression bypasses automatic GZip compression requests to to the cluster's API server. Corresponds to running kubectl with --disable-compression
|
|
3634
|
-
*/
|
|
3635
|
-
disableCompression?: boolean;
|
|
3636
3632
|
/**
|
|
3637
3633
|
* Configuration for an exec provider.
|
|
3638
3634
|
*/
|
|
@@ -3641,10 +3637,6 @@ export declare namespace platform {
|
|
|
3641
3637
|
* Password of the server of the cluster.
|
|
3642
3638
|
*/
|
|
3643
3639
|
password?: string;
|
|
3644
|
-
/**
|
|
3645
|
-
* The URL to the proxy to be used for all requests send to the cluster's API server
|
|
3646
|
-
*/
|
|
3647
|
-
proxyUrl?: string;
|
|
3648
3640
|
/**
|
|
3649
3641
|
* Optional role ARN. If set then used for AWS IAM Authenticator.
|
|
3650
3642
|
*/
|
|
@@ -5641,10 +5633,6 @@ export declare namespace platform {
|
|
|
5641
5633
|
* Identifies the authentication method used to connect to the cluster.
|
|
5642
5634
|
*/
|
|
5643
5635
|
clusterConnectionType?: string;
|
|
5644
|
-
/**
|
|
5645
|
-
* DisableCompression bypasses automatic GZip compression requests to to the cluster's API server. Corresponds to running kubectl with --disable-compression
|
|
5646
|
-
*/
|
|
5647
|
-
disableCompression?: boolean;
|
|
5648
5636
|
/**
|
|
5649
5637
|
* Configuration for an exec provider.
|
|
5650
5638
|
*/
|
|
@@ -5653,10 +5641,6 @@ export declare namespace platform {
|
|
|
5653
5641
|
* Password of the server of the cluster.
|
|
5654
5642
|
*/
|
|
5655
5643
|
password?: string;
|
|
5656
|
-
/**
|
|
5657
|
-
* The URL to the proxy to be used for all requests send to the cluster's API server
|
|
5658
|
-
*/
|
|
5659
|
-
proxyUrl?: string;
|
|
5660
5644
|
/**
|
|
5661
5645
|
* Optional role ARN. If set then used for AWS IAM Authenticator.
|
|
5662
5646
|
*/
|
|
@@ -6353,10 +6337,6 @@ export declare namespace platform {
|
|
|
6353
6337
|
* OrphanedResources specifies if agent should monitor orphaned resources of apps in this project
|
|
6354
6338
|
*/
|
|
6355
6339
|
orphanedResources?: outputs.platform.GitopsAppProjectProjectSpecOrphanedResource[];
|
|
6356
|
-
/**
|
|
6357
|
-
* This option determines whether destinations can only reference clusters which are argo project-scoped
|
|
6358
|
-
*/
|
|
6359
|
-
permitOnlyProjectScopedClusters?: boolean;
|
|
6360
6340
|
/**
|
|
6361
6341
|
* Roles associated with the Argo project.
|
|
6362
6342
|
*/
|
|
@@ -6365,10 +6345,6 @@ export declare namespace platform {
|
|
|
6365
6345
|
* Signature keys for the GitOps project.
|
|
6366
6346
|
*/
|
|
6367
6347
|
signatureKeys?: outputs.platform.GitopsAppProjectProjectSpecSignatureKey[];
|
|
6368
|
-
/**
|
|
6369
|
-
* Source namespaces defines the namespaces application resources are allowed to be created in.
|
|
6370
|
-
*/
|
|
6371
|
-
sourceNamespaces?: string[];
|
|
6372
6348
|
/**
|
|
6373
6349
|
* Allowed Source repositories for the Argo project.
|
|
6374
6350
|
*/
|