@pulumi/harness 0.15.1 → 0.15.2
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/getHarRegistry.d.ts +3 -3
- package/platform/gitopsApplicationset.d.ts +8 -8
- package/platform/gitopsApplicationset.js +8 -8
- package/platform/harRegistry.d.ts +16 -3
- package/platform/harRegistry.d.ts.map +1 -1
- package/platform/harRegistry.js +13 -0
- package/platform/harRegistry.js.map +1 -1
- package/platform/workspace.d.ts +32 -32
- package/platform/workspace.d.ts.map +1 -1
- package/platform/workspace.js +0 -15
- package/platform/workspace.js.map +1 -1
- package/types/input.d.ts +107 -99
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +103 -99
- package/types/output.d.ts.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -8037,12 +8037,20 @@ export declare namespace platform {
|
|
|
8037
8037
|
repoName?: pulumi.Input<string | undefined>;
|
|
8038
8038
|
}
|
|
8039
8039
|
interface GetGitopsAgentDeployYamlArgocdSettings {
|
|
8040
|
+
/**
|
|
8041
|
+
* Comma-separated list of namespaces where Application CRs are permitted to reside. Use "*" for all namespaces.
|
|
8042
|
+
*/
|
|
8043
|
+
applicationNamespaces?: string;
|
|
8040
8044
|
/**
|
|
8041
8045
|
* Controls the Environment variable HELM*SECRETS*VALUES*ALLOW*PATH_TRAVERSAL to allow or deny dot-dot-slash values file paths. Disabled by default for security reasons. This config is pushed as an env variable to the repo-server.
|
|
8042
8046
|
*/
|
|
8043
8047
|
enableHelmPathTraversal?: boolean;
|
|
8044
8048
|
}
|
|
8045
8049
|
interface GetGitopsAgentDeployYamlArgocdSettingsArgs {
|
|
8050
|
+
/**
|
|
8051
|
+
* Comma-separated list of namespaces where Application CRs are permitted to reside. Use "*" for all namespaces.
|
|
8052
|
+
*/
|
|
8053
|
+
applicationNamespaces?: pulumi.Input<string | undefined>;
|
|
8046
8054
|
/**
|
|
8047
8055
|
* Controls the Environment variable HELM*SECRETS*VALUES*ALLOW*PATH_TRAVERSAL to allow or deny dot-dot-slash values file paths. Disabled by default for security reasons. This config is pushed as an env variable to the repo-server.
|
|
8048
8056
|
*/
|
|
@@ -11391,11 +11399,11 @@ export declare namespace platform {
|
|
|
11391
11399
|
*/
|
|
11392
11400
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
11393
11401
|
/**
|
|
11394
|
-
* Location of the application's manifests or chart.
|
|
11402
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
11395
11403
|
*/
|
|
11396
11404
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
11397
11405
|
/**
|
|
11398
|
-
*
|
|
11406
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
11399
11407
|
*/
|
|
11400
11408
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
11401
11409
|
/**
|
|
@@ -11843,11 +11851,11 @@ export declare namespace platform {
|
|
|
11843
11851
|
*/
|
|
11844
11852
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
11845
11853
|
/**
|
|
11846
|
-
* Location of the application's manifests or chart.
|
|
11854
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
11847
11855
|
*/
|
|
11848
11856
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
11849
11857
|
/**
|
|
11850
|
-
*
|
|
11858
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
11851
11859
|
*/
|
|
11852
11860
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
11853
11861
|
/**
|
|
@@ -12311,11 +12319,11 @@ export declare namespace platform {
|
|
|
12311
12319
|
*/
|
|
12312
12320
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
12313
12321
|
/**
|
|
12314
|
-
* Location of the application's manifests or chart.
|
|
12322
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
12315
12323
|
*/
|
|
12316
12324
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
12317
12325
|
/**
|
|
12318
|
-
*
|
|
12326
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
12319
12327
|
*/
|
|
12320
12328
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
12321
12329
|
/**
|
|
@@ -12749,11 +12757,11 @@ export declare namespace platform {
|
|
|
12749
12757
|
*/
|
|
12750
12758
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
12751
12759
|
/**
|
|
12752
|
-
* Location of the application's manifests or chart.
|
|
12760
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
12753
12761
|
*/
|
|
12754
12762
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorListTemplateSpecSource>[] | undefined>;
|
|
12755
12763
|
/**
|
|
12756
|
-
*
|
|
12764
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
12757
12765
|
*/
|
|
12758
12766
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorListTemplateSpecSource>[] | undefined>;
|
|
12759
12767
|
/**
|
|
@@ -13297,11 +13305,11 @@ export declare namespace platform {
|
|
|
13297
13305
|
*/
|
|
13298
13306
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
13299
13307
|
/**
|
|
13300
|
-
* Location of the application's manifests or chart.
|
|
13308
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
13301
13309
|
*/
|
|
13302
13310
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
13303
13311
|
/**
|
|
13304
|
-
*
|
|
13312
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
13305
13313
|
*/
|
|
13306
13314
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
13307
13315
|
/**
|
|
@@ -13749,11 +13757,11 @@ export declare namespace platform {
|
|
|
13749
13757
|
*/
|
|
13750
13758
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
13751
13759
|
/**
|
|
13752
|
-
* Location of the application's manifests or chart.
|
|
13760
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
13753
13761
|
*/
|
|
13754
13762
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
13755
13763
|
/**
|
|
13756
|
-
*
|
|
13764
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
13757
13765
|
*/
|
|
13758
13766
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
13759
13767
|
/**
|
|
@@ -14217,11 +14225,11 @@ export declare namespace platform {
|
|
|
14217
14225
|
*/
|
|
14218
14226
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
14219
14227
|
/**
|
|
14220
|
-
* Location of the application's manifests or chart.
|
|
14228
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
14221
14229
|
*/
|
|
14222
14230
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
14223
14231
|
/**
|
|
14224
|
-
*
|
|
14232
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
14225
14233
|
*/
|
|
14226
14234
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
14227
14235
|
/**
|
|
@@ -14655,11 +14663,11 @@ export declare namespace platform {
|
|
|
14655
14663
|
*/
|
|
14656
14664
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
14657
14665
|
/**
|
|
14658
|
-
* Location of the application's manifests or chart.
|
|
14666
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
14659
14667
|
*/
|
|
14660
14668
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
14661
14669
|
/**
|
|
14662
|
-
*
|
|
14670
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
14663
14671
|
*/
|
|
14664
14672
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
14665
14673
|
/**
|
|
@@ -15195,11 +15203,11 @@ export declare namespace platform {
|
|
|
15195
15203
|
*/
|
|
15196
15204
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
15197
15205
|
/**
|
|
15198
|
-
* Location of the application's manifests or chart.
|
|
15206
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
15199
15207
|
*/
|
|
15200
15208
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
15201
15209
|
/**
|
|
15202
|
-
*
|
|
15210
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
15203
15211
|
*/
|
|
15204
15212
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
15205
15213
|
/**
|
|
@@ -15647,11 +15655,11 @@ export declare namespace platform {
|
|
|
15647
15655
|
*/
|
|
15648
15656
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
15649
15657
|
/**
|
|
15650
|
-
* Location of the application's manifests or chart.
|
|
15658
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
15651
15659
|
*/
|
|
15652
15660
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
15653
15661
|
/**
|
|
15654
|
-
*
|
|
15662
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
15655
15663
|
*/
|
|
15656
15664
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
15657
15665
|
/**
|
|
@@ -16115,11 +16123,11 @@ export declare namespace platform {
|
|
|
16115
16123
|
*/
|
|
16116
16124
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
16117
16125
|
/**
|
|
16118
|
-
* Location of the application's manifests or chart.
|
|
16126
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
16119
16127
|
*/
|
|
16120
16128
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
16121
16129
|
/**
|
|
16122
|
-
*
|
|
16130
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
16123
16131
|
*/
|
|
16124
16132
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
16125
16133
|
/**
|
|
@@ -16553,11 +16561,11 @@ export declare namespace platform {
|
|
|
16553
16561
|
*/
|
|
16554
16562
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
16555
16563
|
/**
|
|
16556
|
-
* Location of the application's manifests or chart.
|
|
16564
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
16557
16565
|
*/
|
|
16558
16566
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
16559
16567
|
/**
|
|
16560
|
-
*
|
|
16568
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
16561
16569
|
*/
|
|
16562
16570
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
16563
16571
|
/**
|
|
@@ -17153,11 +17161,11 @@ export declare namespace platform {
|
|
|
17153
17161
|
*/
|
|
17154
17162
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
17155
17163
|
/**
|
|
17156
|
-
* Location of the application's manifests or chart.
|
|
17164
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
17157
17165
|
*/
|
|
17158
17166
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
17159
17167
|
/**
|
|
17160
|
-
*
|
|
17168
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
17161
17169
|
*/
|
|
17162
17170
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
17163
17171
|
/**
|
|
@@ -17851,11 +17859,11 @@ export declare namespace platform {
|
|
|
17851
17859
|
*/
|
|
17852
17860
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
17853
17861
|
/**
|
|
17854
|
-
* Location of the application's manifests or chart.
|
|
17862
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
17855
17863
|
*/
|
|
17856
17864
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
17857
17865
|
/**
|
|
17858
|
-
*
|
|
17866
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
17859
17867
|
*/
|
|
17860
17868
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
17861
17869
|
/**
|
|
@@ -18303,11 +18311,11 @@ export declare namespace platform {
|
|
|
18303
18311
|
*/
|
|
18304
18312
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
18305
18313
|
/**
|
|
18306
|
-
* Location of the application's manifests or chart.
|
|
18314
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
18307
18315
|
*/
|
|
18308
18316
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
18309
18317
|
/**
|
|
18310
|
-
*
|
|
18318
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
18311
18319
|
*/
|
|
18312
18320
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
18313
18321
|
/**
|
|
@@ -18847,11 +18855,11 @@ export declare namespace platform {
|
|
|
18847
18855
|
*/
|
|
18848
18856
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
18849
18857
|
/**
|
|
18850
|
-
* Location of the application's manifests or chart.
|
|
18858
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
18851
18859
|
*/
|
|
18852
18860
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
18853
18861
|
/**
|
|
18854
|
-
*
|
|
18862
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
18855
18863
|
*/
|
|
18856
18864
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
18857
18865
|
/**
|
|
@@ -19299,11 +19307,11 @@ export declare namespace platform {
|
|
|
19299
19307
|
*/
|
|
19300
19308
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
19301
19309
|
/**
|
|
19302
|
-
* Location of the application's manifests or chart.
|
|
19310
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
19303
19311
|
*/
|
|
19304
19312
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
19305
19313
|
/**
|
|
19306
|
-
*
|
|
19314
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
19307
19315
|
*/
|
|
19308
19316
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
19309
19317
|
/**
|
|
@@ -19767,11 +19775,11 @@ export declare namespace platform {
|
|
|
19767
19775
|
*/
|
|
19768
19776
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
19769
19777
|
/**
|
|
19770
|
-
* Location of the application's manifests or chart.
|
|
19778
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
19771
19779
|
*/
|
|
19772
19780
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
19773
19781
|
/**
|
|
19774
|
-
*
|
|
19782
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
19775
19783
|
*/
|
|
19776
19784
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
19777
19785
|
/**
|
|
@@ -20205,11 +20213,11 @@ export declare namespace platform {
|
|
|
20205
20213
|
*/
|
|
20206
20214
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
20207
20215
|
/**
|
|
20208
|
-
* Location of the application's manifests or chart.
|
|
20216
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
20209
20217
|
*/
|
|
20210
20218
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
20211
20219
|
/**
|
|
20212
|
-
*
|
|
20220
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
20213
20221
|
*/
|
|
20214
20222
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
20215
20223
|
/**
|
|
@@ -20805,11 +20813,11 @@ export declare namespace platform {
|
|
|
20805
20813
|
*/
|
|
20806
20814
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
20807
20815
|
/**
|
|
20808
|
-
* Location of the application's manifests or chart.
|
|
20816
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
20809
20817
|
*/
|
|
20810
20818
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
20811
20819
|
/**
|
|
20812
|
-
*
|
|
20820
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
20813
20821
|
*/
|
|
20814
20822
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
20815
20823
|
/**
|
|
@@ -21503,11 +21511,11 @@ export declare namespace platform {
|
|
|
21503
21511
|
*/
|
|
21504
21512
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
21505
21513
|
/**
|
|
21506
|
-
* Location of the application's manifests or chart.
|
|
21514
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
21507
21515
|
*/
|
|
21508
21516
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
21509
21517
|
/**
|
|
21510
|
-
*
|
|
21518
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
21511
21519
|
*/
|
|
21512
21520
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
21513
21521
|
/**
|
|
@@ -21955,11 +21963,11 @@ export declare namespace platform {
|
|
|
21955
21963
|
*/
|
|
21956
21964
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
21957
21965
|
/**
|
|
21958
|
-
* Location of the application's manifests or chart.
|
|
21966
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
21959
21967
|
*/
|
|
21960
21968
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
21961
21969
|
/**
|
|
21962
|
-
*
|
|
21970
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
21963
21971
|
*/
|
|
21964
21972
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
21965
21973
|
/**
|
|
@@ -22555,11 +22563,11 @@ export declare namespace platform {
|
|
|
22555
22563
|
*/
|
|
22556
22564
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
22557
22565
|
/**
|
|
22558
|
-
* Location of the application's manifests or chart.
|
|
22566
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
22559
22567
|
*/
|
|
22560
22568
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
22561
22569
|
/**
|
|
22562
|
-
*
|
|
22570
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
22563
22571
|
*/
|
|
22564
22572
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
22565
22573
|
/**
|
|
@@ -23253,11 +23261,11 @@ export declare namespace platform {
|
|
|
23253
23261
|
*/
|
|
23254
23262
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
23255
23263
|
/**
|
|
23256
|
-
* Location of the application's manifests or chart.
|
|
23264
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
23257
23265
|
*/
|
|
23258
23266
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
23259
23267
|
/**
|
|
23260
|
-
*
|
|
23268
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
23261
23269
|
*/
|
|
23262
23270
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
23263
23271
|
/**
|
|
@@ -23705,11 +23713,11 @@ export declare namespace platform {
|
|
|
23705
23713
|
*/
|
|
23706
23714
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
23707
23715
|
/**
|
|
23708
|
-
* Location of the application's manifests or chart.
|
|
23716
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
23709
23717
|
*/
|
|
23710
23718
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
23711
23719
|
/**
|
|
23712
|
-
*
|
|
23720
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
23713
23721
|
*/
|
|
23714
23722
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
23715
23723
|
/**
|
|
@@ -24257,11 +24265,11 @@ export declare namespace platform {
|
|
|
24257
24265
|
*/
|
|
24258
24266
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
24259
24267
|
/**
|
|
24260
|
-
* Location of the application's manifests or chart.
|
|
24268
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
24261
24269
|
*/
|
|
24262
24270
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
24263
24271
|
/**
|
|
24264
|
-
*
|
|
24272
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
24265
24273
|
*/
|
|
24266
24274
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
24267
24275
|
/**
|
|
@@ -24709,11 +24717,11 @@ export declare namespace platform {
|
|
|
24709
24717
|
*/
|
|
24710
24718
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
24711
24719
|
/**
|
|
24712
|
-
* Location of the application's manifests or chart.
|
|
24720
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
24713
24721
|
*/
|
|
24714
24722
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
24715
24723
|
/**
|
|
24716
|
-
*
|
|
24724
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
24717
24725
|
*/
|
|
24718
24726
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
24719
24727
|
/**
|
|
@@ -25177,11 +25185,11 @@ export declare namespace platform {
|
|
|
25177
25185
|
*/
|
|
25178
25186
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
25179
25187
|
/**
|
|
25180
|
-
* Location of the application's manifests or chart.
|
|
25188
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
25181
25189
|
*/
|
|
25182
25190
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
25183
25191
|
/**
|
|
25184
|
-
*
|
|
25192
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
25185
25193
|
*/
|
|
25186
25194
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
25187
25195
|
/**
|
|
@@ -25615,11 +25623,11 @@ export declare namespace platform {
|
|
|
25615
25623
|
*/
|
|
25616
25624
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
25617
25625
|
/**
|
|
25618
|
-
* Location of the application's manifests or chart.
|
|
25626
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
25619
25627
|
*/
|
|
25620
25628
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
25621
25629
|
/**
|
|
25622
|
-
*
|
|
25630
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
25623
25631
|
*/
|
|
25624
25632
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
25625
25633
|
/**
|
|
@@ -26155,11 +26163,11 @@ export declare namespace platform {
|
|
|
26155
26163
|
*/
|
|
26156
26164
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
26157
26165
|
/**
|
|
26158
|
-
* Location of the application's manifests or chart.
|
|
26166
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
26159
26167
|
*/
|
|
26160
26168
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
26161
26169
|
/**
|
|
26162
|
-
*
|
|
26170
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
26163
26171
|
*/
|
|
26164
26172
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
26165
26173
|
/**
|
|
@@ -26607,11 +26615,11 @@ export declare namespace platform {
|
|
|
26607
26615
|
*/
|
|
26608
26616
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
26609
26617
|
/**
|
|
26610
|
-
* Location of the application's manifests or chart.
|
|
26618
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
26611
26619
|
*/
|
|
26612
26620
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
26613
26621
|
/**
|
|
26614
|
-
*
|
|
26622
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
26615
26623
|
*/
|
|
26616
26624
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
26617
26625
|
/**
|
|
@@ -27075,11 +27083,11 @@ export declare namespace platform {
|
|
|
27075
27083
|
*/
|
|
27076
27084
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
27077
27085
|
/**
|
|
27078
|
-
* Location of the application's manifests or chart.
|
|
27086
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
27079
27087
|
*/
|
|
27080
27088
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
27081
27089
|
/**
|
|
27082
|
-
*
|
|
27090
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
27083
27091
|
*/
|
|
27084
27092
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
27085
27093
|
/**
|
|
@@ -27513,11 +27521,11 @@ export declare namespace platform {
|
|
|
27513
27521
|
*/
|
|
27514
27522
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
27515
27523
|
/**
|
|
27516
|
-
* Location of the application's manifests or chart.
|
|
27524
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
27517
27525
|
*/
|
|
27518
27526
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
27519
27527
|
/**
|
|
27520
|
-
*
|
|
27528
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
27521
27529
|
*/
|
|
27522
27530
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorListTemplateSpecSource>[] | undefined>;
|
|
27523
27531
|
/**
|
|
@@ -28113,11 +28121,11 @@ export declare namespace platform {
|
|
|
28113
28121
|
*/
|
|
28114
28122
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
28115
28123
|
/**
|
|
28116
|
-
* Location of the application's manifests or chart.
|
|
28124
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
28117
28125
|
*/
|
|
28118
28126
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
28119
28127
|
/**
|
|
28120
|
-
*
|
|
28128
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
28121
28129
|
*/
|
|
28122
28130
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
28123
28131
|
/**
|
|
@@ -28811,11 +28819,11 @@ export declare namespace platform {
|
|
|
28811
28819
|
*/
|
|
28812
28820
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
28813
28821
|
/**
|
|
28814
|
-
* Location of the application's manifests or chart.
|
|
28822
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
28815
28823
|
*/
|
|
28816
28824
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
28817
28825
|
/**
|
|
28818
|
-
*
|
|
28826
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
28819
28827
|
*/
|
|
28820
28828
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
28821
28829
|
/**
|
|
@@ -29263,11 +29271,11 @@ export declare namespace platform {
|
|
|
29263
29271
|
*/
|
|
29264
29272
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
29265
29273
|
/**
|
|
29266
|
-
* Location of the application's manifests or chart.
|
|
29274
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
29267
29275
|
*/
|
|
29268
29276
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
29269
29277
|
/**
|
|
29270
|
-
*
|
|
29278
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
29271
29279
|
*/
|
|
29272
29280
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixTemplateSpecSource>[] | undefined>;
|
|
29273
29281
|
/**
|
|
@@ -29807,11 +29815,11 @@ export declare namespace platform {
|
|
|
29807
29815
|
*/
|
|
29808
29816
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
29809
29817
|
/**
|
|
29810
|
-
* Location of the application's manifests or chart.
|
|
29818
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
29811
29819
|
*/
|
|
29812
29820
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
29813
29821
|
/**
|
|
29814
|
-
*
|
|
29822
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
29815
29823
|
*/
|
|
29816
29824
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource>[] | undefined>;
|
|
29817
29825
|
/**
|
|
@@ -30259,11 +30267,11 @@ export declare namespace platform {
|
|
|
30259
30267
|
*/
|
|
30260
30268
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
30261
30269
|
/**
|
|
30262
|
-
* Location of the application's manifests or chart.
|
|
30270
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
30263
30271
|
*/
|
|
30264
30272
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
30265
30273
|
/**
|
|
30266
|
-
*
|
|
30274
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
30267
30275
|
*/
|
|
30268
30276
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterTemplateSpecSource>[] | undefined>;
|
|
30269
30277
|
/**
|
|
@@ -30727,11 +30735,11 @@ export declare namespace platform {
|
|
|
30727
30735
|
*/
|
|
30728
30736
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
30729
30737
|
/**
|
|
30730
|
-
* Location of the application's manifests or chart.
|
|
30738
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
30731
30739
|
*/
|
|
30732
30740
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
30733
30741
|
/**
|
|
30734
|
-
*
|
|
30742
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
30735
30743
|
*/
|
|
30736
30744
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorGitTemplateSpecSource>[] | undefined>;
|
|
30737
30745
|
/**
|
|
@@ -31165,11 +31173,11 @@ export declare namespace platform {
|
|
|
31165
31173
|
*/
|
|
31166
31174
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
31167
31175
|
/**
|
|
31168
|
-
* Location of the application's manifests or chart.
|
|
31176
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
31169
31177
|
*/
|
|
31170
31178
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
31171
31179
|
/**
|
|
31172
|
-
*
|
|
31180
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
31173
31181
|
*/
|
|
31174
31182
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorListTemplateSpecSource>[] | undefined>;
|
|
31175
31183
|
/**
|
|
@@ -31765,11 +31773,11 @@ export declare namespace platform {
|
|
|
31765
31773
|
*/
|
|
31766
31774
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
31767
31775
|
/**
|
|
31768
|
-
* Location of the application's manifests or chart.
|
|
31776
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
31769
31777
|
*/
|
|
31770
31778
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
31771
31779
|
/**
|
|
31772
|
-
*
|
|
31780
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
31773
31781
|
*/
|
|
31774
31782
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
31775
31783
|
/**
|
|
@@ -32463,11 +32471,11 @@ export declare namespace platform {
|
|
|
32463
32471
|
*/
|
|
32464
32472
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
32465
32473
|
/**
|
|
32466
|
-
* Location of the application's manifests or chart.
|
|
32474
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
32467
32475
|
*/
|
|
32468
32476
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
32469
32477
|
/**
|
|
32470
|
-
*
|
|
32478
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
32471
32479
|
*/
|
|
32472
32480
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
32473
32481
|
/**
|
|
@@ -32915,11 +32923,11 @@ export declare namespace platform {
|
|
|
32915
32923
|
*/
|
|
32916
32924
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
32917
32925
|
/**
|
|
32918
|
-
* Location of the application's manifests or chart.
|
|
32926
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
32919
32927
|
*/
|
|
32920
32928
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
32921
32929
|
/**
|
|
32922
|
-
*
|
|
32930
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
32923
32931
|
*/
|
|
32924
32932
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
32925
32933
|
/**
|
|
@@ -33515,11 +33523,11 @@ export declare namespace platform {
|
|
|
33515
33523
|
*/
|
|
33516
33524
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
33517
33525
|
/**
|
|
33518
|
-
* Location of the application's manifests or chart.
|
|
33526
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
33519
33527
|
*/
|
|
33520
33528
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
33521
33529
|
/**
|
|
33522
|
-
*
|
|
33530
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
33523
33531
|
*/
|
|
33524
33532
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
33525
33533
|
/**
|
|
@@ -34213,11 +34221,11 @@ export declare namespace platform {
|
|
|
34213
34221
|
*/
|
|
34214
34222
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
34215
34223
|
/**
|
|
34216
|
-
* Location of the application's manifests or chart.
|
|
34224
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
34217
34225
|
*/
|
|
34218
34226
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
34219
34227
|
/**
|
|
34220
|
-
*
|
|
34228
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
34221
34229
|
*/
|
|
34222
34230
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
34223
34231
|
/**
|
|
@@ -34665,11 +34673,11 @@ export declare namespace platform {
|
|
|
34665
34673
|
*/
|
|
34666
34674
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
34667
34675
|
/**
|
|
34668
|
-
* Location of the application's manifests or chart.
|
|
34676
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
34669
34677
|
*/
|
|
34670
34678
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
34671
34679
|
/**
|
|
34672
|
-
*
|
|
34680
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
34673
34681
|
*/
|
|
34674
34682
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeTemplateSpecSource>[] | undefined>;
|
|
34675
34683
|
/**
|
|
@@ -35265,11 +35273,11 @@ export declare namespace platform {
|
|
|
35265
35273
|
*/
|
|
35266
35274
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
35267
35275
|
/**
|
|
35268
|
-
* Location of the application's manifests or chart.
|
|
35276
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
35269
35277
|
*/
|
|
35270
35278
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
35271
35279
|
/**
|
|
35272
|
-
*
|
|
35280
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
35273
35281
|
*/
|
|
35274
35282
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorPullRequestTemplateSpecSource>[] | undefined>;
|
|
35275
35283
|
/**
|
|
@@ -35963,11 +35971,11 @@ export declare namespace platform {
|
|
|
35963
35971
|
*/
|
|
35964
35972
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
35965
35973
|
/**
|
|
35966
|
-
* Location of the application's manifests or chart.
|
|
35974
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
35967
35975
|
*/
|
|
35968
35976
|
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
35969
35977
|
/**
|
|
35970
|
-
*
|
|
35978
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
35971
35979
|
*/
|
|
35972
35980
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorScmProviderTemplateSpecSource>[] | undefined>;
|
|
35973
35981
|
/**
|
|
@@ -36479,11 +36487,11 @@ export declare namespace platform {
|
|
|
36479
36487
|
*/
|
|
36480
36488
|
revisionHistoryLimit?: pulumi.Input<string | undefined>;
|
|
36481
36489
|
/**
|
|
36482
|
-
* Location of the application's manifests or chart.
|
|
36490
|
+
* Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
|
|
36483
36491
|
*/
|
|
36484
|
-
source
|
|
36492
|
+
source?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecTemplateSpecSource>[] | undefined>;
|
|
36485
36493
|
/**
|
|
36486
|
-
*
|
|
36494
|
+
* List of sources for the application, used to specify multiple sources for a multi-source application. Mutually exclusive with `source`; specify exactly one of `source` or `sources`.
|
|
36487
36495
|
*/
|
|
36488
36496
|
sources?: pulumi.Input<pulumi.Input<inputs.platform.GitopsApplicationsetApplicationsetSpecTemplateSpecSource>[] | undefined>;
|
|
36489
36497
|
/**
|