@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/types/output.d.ts CHANGED
@@ -8119,6 +8119,10 @@ export declare namespace platform {
8119
8119
  sshKeyRef: string;
8120
8120
  }
8121
8121
  interface GetGitopsAgentDeployYamlArgocdSettings {
8122
+ /**
8123
+ * Comma-separated list of namespaces where Application CRs are permitted to reside. Use "*" for all namespaces.
8124
+ */
8125
+ applicationNamespaces?: string;
8122
8126
  /**
8123
8127
  * 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.
8124
8128
  */
@@ -12784,11 +12788,11 @@ export declare namespace platform {
12784
12788
  */
12785
12789
  revisionHistoryLimit: string;
12786
12790
  /**
12787
- * Location of the application's manifests or chart.
12791
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
12788
12792
  */
12789
12793
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterDecisionResourceTemplateSpecSource[];
12790
12794
  /**
12791
- * Location of the application's manifests or chart. Use when specifying multiple fields
12795
+ * 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`.
12792
12796
  */
12793
12797
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterDecisionResourceTemplateSpecSource[];
12794
12798
  /**
@@ -13236,11 +13240,11 @@ export declare namespace platform {
13236
13240
  */
13237
13241
  revisionHistoryLimit: string;
13238
13242
  /**
13239
- * Location of the application's manifests or chart.
13243
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
13240
13244
  */
13241
13245
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterTemplateSpecSource[];
13242
13246
  /**
13243
- * Location of the application's manifests or chart. Use when specifying multiple fields
13247
+ * 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`.
13244
13248
  */
13245
13249
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorClusterTemplateSpecSource[];
13246
13250
  /**
@@ -13704,11 +13708,11 @@ export declare namespace platform {
13704
13708
  */
13705
13709
  revisionHistoryLimit: string;
13706
13710
  /**
13707
- * Location of the application's manifests or chart.
13711
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
13708
13712
  */
13709
13713
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorGitTemplateSpecSource[];
13710
13714
  /**
13711
- * Location of the application's manifests or chart. Use when specifying multiple fields
13715
+ * 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`.
13712
13716
  */
13713
13717
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorGitTemplateSpecSource[];
13714
13718
  /**
@@ -14142,11 +14146,11 @@ export declare namespace platform {
14142
14146
  */
14143
14147
  revisionHistoryLimit: string;
14144
14148
  /**
14145
- * Location of the application's manifests or chart.
14149
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
14146
14150
  */
14147
14151
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorListTemplateSpecSource[];
14148
14152
  /**
14149
- * Location of the application's manifests or chart. Use when specifying multiple fields
14153
+ * 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`.
14150
14154
  */
14151
14155
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorListTemplateSpecSource[];
14152
14156
  /**
@@ -14690,11 +14694,11 @@ export declare namespace platform {
14690
14694
  */
14691
14695
  revisionHistoryLimit: string;
14692
14696
  /**
14693
- * Location of the application's manifests or chart.
14697
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
14694
14698
  */
14695
14699
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
14696
14700
  /**
14697
- * Location of the application's manifests or chart. Use when specifying multiple fields
14701
+ * 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`.
14698
14702
  */
14699
14703
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
14700
14704
  /**
@@ -15142,11 +15146,11 @@ export declare namespace platform {
15142
15146
  */
15143
15147
  revisionHistoryLimit: string;
15144
15148
  /**
15145
- * Location of the application's manifests or chart.
15149
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
15146
15150
  */
15147
15151
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterTemplateSpecSource[];
15148
15152
  /**
15149
- * Location of the application's manifests or chart. Use when specifying multiple fields
15153
+ * 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`.
15150
15154
  */
15151
15155
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorClusterTemplateSpecSource[];
15152
15156
  /**
@@ -15610,11 +15614,11 @@ export declare namespace platform {
15610
15614
  */
15611
15615
  revisionHistoryLimit: string;
15612
15616
  /**
15613
- * Location of the application's manifests or chart.
15617
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
15614
15618
  */
15615
15619
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorGitTemplateSpecSource[];
15616
15620
  /**
15617
- * Location of the application's manifests or chart. Use when specifying multiple fields
15621
+ * 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`.
15618
15622
  */
15619
15623
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorGitTemplateSpecSource[];
15620
15624
  /**
@@ -16048,11 +16052,11 @@ export declare namespace platform {
16048
16052
  */
16049
16053
  revisionHistoryLimit: string;
16050
16054
  /**
16051
- * Location of the application's manifests or chart.
16055
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
16052
16056
  */
16053
16057
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorListTemplateSpecSource[];
16054
16058
  /**
16055
- * Location of the application's manifests or chart. Use when specifying multiple fields
16059
+ * 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`.
16056
16060
  */
16057
16061
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorListTemplateSpecSource[];
16058
16062
  /**
@@ -16588,11 +16592,11 @@ export declare namespace platform {
16588
16592
  */
16589
16593
  revisionHistoryLimit: string;
16590
16594
  /**
16591
- * Location of the application's manifests or chart.
16595
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
16592
16596
  */
16593
16597
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
16594
16598
  /**
16595
- * Location of the application's manifests or chart. Use when specifying multiple fields
16599
+ * 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`.
16596
16600
  */
16597
16601
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
16598
16602
  /**
@@ -17040,11 +17044,11 @@ export declare namespace platform {
17040
17044
  */
17041
17045
  revisionHistoryLimit: string;
17042
17046
  /**
17043
- * Location of the application's manifests or chart.
17047
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
17044
17048
  */
17045
17049
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterTemplateSpecSource[];
17046
17050
  /**
17047
- * Location of the application's manifests or chart. Use when specifying multiple fields
17051
+ * 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`.
17048
17052
  */
17049
17053
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorClusterTemplateSpecSource[];
17050
17054
  /**
@@ -17508,11 +17512,11 @@ export declare namespace platform {
17508
17512
  */
17509
17513
  revisionHistoryLimit: string;
17510
17514
  /**
17511
- * Location of the application's manifests or chart.
17515
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
17512
17516
  */
17513
17517
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorGitTemplateSpecSource[];
17514
17518
  /**
17515
- * Location of the application's manifests or chart. Use when specifying multiple fields
17519
+ * 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`.
17516
17520
  */
17517
17521
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorGitTemplateSpecSource[];
17518
17522
  /**
@@ -17946,11 +17950,11 @@ export declare namespace platform {
17946
17950
  */
17947
17951
  revisionHistoryLimit: string;
17948
17952
  /**
17949
- * Location of the application's manifests or chart.
17953
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
17950
17954
  */
17951
17955
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorListTemplateSpecSource[];
17952
17956
  /**
17953
- * Location of the application's manifests or chart. Use when specifying multiple fields
17957
+ * 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`.
17954
17958
  */
17955
17959
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorListTemplateSpecSource[];
17956
17960
  /**
@@ -18546,11 +18550,11 @@ export declare namespace platform {
18546
18550
  */
18547
18551
  revisionHistoryLimit: string;
18548
18552
  /**
18549
- * Location of the application's manifests or chart.
18553
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
18550
18554
  */
18551
18555
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
18552
18556
  /**
18553
- * Location of the application's manifests or chart. Use when specifying multiple fields
18557
+ * 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`.
18554
18558
  */
18555
18559
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
18556
18560
  /**
@@ -19244,11 +19248,11 @@ export declare namespace platform {
19244
19248
  */
19245
19249
  revisionHistoryLimit: string;
19246
19250
  /**
19247
- * Location of the application's manifests or chart.
19251
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
19248
19252
  */
19249
19253
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
19250
19254
  /**
19251
- * Location of the application's manifests or chart. Use when specifying multiple fields
19255
+ * 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`.
19252
19256
  */
19253
19257
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
19254
19258
  /**
@@ -19696,11 +19700,11 @@ export declare namespace platform {
19696
19700
  */
19697
19701
  revisionHistoryLimit: string;
19698
19702
  /**
19699
- * Location of the application's manifests or chart.
19703
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
19700
19704
  */
19701
19705
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixTemplateSpecSource[];
19702
19706
  /**
19703
- * Location of the application's manifests or chart. Use when specifying multiple fields
19707
+ * 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`.
19704
19708
  */
19705
19709
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMatrixTemplateSpecSource[];
19706
19710
  /**
@@ -20240,11 +20244,11 @@ export declare namespace platform {
20240
20244
  */
20241
20245
  revisionHistoryLimit: string;
20242
20246
  /**
20243
- * Location of the application's manifests or chart.
20247
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
20244
20248
  */
20245
20249
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
20246
20250
  /**
20247
- * Location of the application's manifests or chart. Use when specifying multiple fields
20251
+ * 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`.
20248
20252
  */
20249
20253
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
20250
20254
  /**
@@ -20692,11 +20696,11 @@ export declare namespace platform {
20692
20696
  */
20693
20697
  revisionHistoryLimit: string;
20694
20698
  /**
20695
- * Location of the application's manifests or chart.
20699
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
20696
20700
  */
20697
20701
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterTemplateSpecSource[];
20698
20702
  /**
20699
- * Location of the application's manifests or chart. Use when specifying multiple fields
20703
+ * 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`.
20700
20704
  */
20701
20705
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorClusterTemplateSpecSource[];
20702
20706
  /**
@@ -21160,11 +21164,11 @@ export declare namespace platform {
21160
21164
  */
21161
21165
  revisionHistoryLimit: string;
21162
21166
  /**
21163
- * Location of the application's manifests or chart.
21167
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
21164
21168
  */
21165
21169
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorGitTemplateSpecSource[];
21166
21170
  /**
21167
- * Location of the application's manifests or chart. Use when specifying multiple fields
21171
+ * 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`.
21168
21172
  */
21169
21173
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorGitTemplateSpecSource[];
21170
21174
  /**
@@ -21598,11 +21602,11 @@ export declare namespace platform {
21598
21602
  */
21599
21603
  revisionHistoryLimit: string;
21600
21604
  /**
21601
- * Location of the application's manifests or chart.
21605
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
21602
21606
  */
21603
21607
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorListTemplateSpecSource[];
21604
21608
  /**
21605
- * Location of the application's manifests or chart. Use when specifying multiple fields
21609
+ * 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`.
21606
21610
  */
21607
21611
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorListTemplateSpecSource[];
21608
21612
  /**
@@ -22198,11 +22202,11 @@ export declare namespace platform {
22198
22202
  */
22199
22203
  revisionHistoryLimit: string;
22200
22204
  /**
22201
- * Location of the application's manifests or chart.
22205
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
22202
22206
  */
22203
22207
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
22204
22208
  /**
22205
- * Location of the application's manifests or chart. Use when specifying multiple fields
22209
+ * 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`.
22206
22210
  */
22207
22211
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
22208
22212
  /**
@@ -22896,11 +22900,11 @@ export declare namespace platform {
22896
22900
  */
22897
22901
  revisionHistoryLimit: string;
22898
22902
  /**
22899
- * Location of the application's manifests or chart.
22903
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
22900
22904
  */
22901
22905
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
22902
22906
  /**
22903
- * Location of the application's manifests or chart. Use when specifying multiple fields
22907
+ * 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`.
22904
22908
  */
22905
22909
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
22906
22910
  /**
@@ -23348,11 +23352,11 @@ export declare namespace platform {
23348
23352
  */
23349
23353
  revisionHistoryLimit: string;
23350
23354
  /**
23351
- * Location of the application's manifests or chart.
23355
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
23352
23356
  */
23353
23357
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeTemplateSpecSource[];
23354
23358
  /**
23355
- * Location of the application's manifests or chart. Use when specifying multiple fields
23359
+ * 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`.
23356
23360
  */
23357
23361
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorMergeTemplateSpecSource[];
23358
23362
  /**
@@ -23948,11 +23952,11 @@ export declare namespace platform {
23948
23952
  */
23949
23953
  revisionHistoryLimit: string;
23950
23954
  /**
23951
- * Location of the application's manifests or chart.
23955
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
23952
23956
  */
23953
23957
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
23954
23958
  /**
23955
- * Location of the application's manifests or chart. Use when specifying multiple fields
23959
+ * 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`.
23956
23960
  */
23957
23961
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
23958
23962
  /**
@@ -24646,11 +24650,11 @@ export declare namespace platform {
24646
24650
  */
24647
24651
  revisionHistoryLimit: string;
24648
24652
  /**
24649
- * Location of the application's manifests or chart.
24653
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
24650
24654
  */
24651
24655
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
24652
24656
  /**
24653
- * Location of the application's manifests or chart. Use when specifying multiple fields
24657
+ * 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`.
24654
24658
  */
24655
24659
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
24656
24660
  /**
@@ -25098,11 +25102,11 @@ export declare namespace platform {
25098
25102
  */
25099
25103
  revisionHistoryLimit: string;
25100
25104
  /**
25101
- * Location of the application's manifests or chart.
25105
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
25102
25106
  */
25103
25107
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixTemplateSpecSource[];
25104
25108
  /**
25105
- * Location of the application's manifests or chart. Use when specifying multiple fields
25109
+ * 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`.
25106
25110
  */
25107
25111
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMatrixTemplateSpecSource[];
25108
25112
  /**
@@ -25650,11 +25654,11 @@ export declare namespace platform {
25650
25654
  */
25651
25655
  revisionHistoryLimit: string;
25652
25656
  /**
25653
- * Location of the application's manifests or chart.
25657
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
25654
25658
  */
25655
25659
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
25656
25660
  /**
25657
- * Location of the application's manifests or chart. Use when specifying multiple fields
25661
+ * 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`.
25658
25662
  */
25659
25663
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
25660
25664
  /**
@@ -26102,11 +26106,11 @@ export declare namespace platform {
26102
26106
  */
26103
26107
  revisionHistoryLimit: string;
26104
26108
  /**
26105
- * Location of the application's manifests or chart.
26109
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
26106
26110
  */
26107
26111
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterTemplateSpecSource[];
26108
26112
  /**
26109
- * Location of the application's manifests or chart. Use when specifying multiple fields
26113
+ * 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`.
26110
26114
  */
26111
26115
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorClusterTemplateSpecSource[];
26112
26116
  /**
@@ -26570,11 +26574,11 @@ export declare namespace platform {
26570
26574
  */
26571
26575
  revisionHistoryLimit: string;
26572
26576
  /**
26573
- * Location of the application's manifests or chart.
26577
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
26574
26578
  */
26575
26579
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorGitTemplateSpecSource[];
26576
26580
  /**
26577
- * Location of the application's manifests or chart. Use when specifying multiple fields
26581
+ * 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`.
26578
26582
  */
26579
26583
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorGitTemplateSpecSource[];
26580
26584
  /**
@@ -27008,11 +27012,11 @@ export declare namespace platform {
27008
27012
  */
27009
27013
  revisionHistoryLimit: string;
27010
27014
  /**
27011
- * Location of the application's manifests or chart.
27015
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
27012
27016
  */
27013
27017
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorListTemplateSpecSource[];
27014
27018
  /**
27015
- * Location of the application's manifests or chart. Use when specifying multiple fields
27019
+ * 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`.
27016
27020
  */
27017
27021
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorListTemplateSpecSource[];
27018
27022
  /**
@@ -27548,11 +27552,11 @@ export declare namespace platform {
27548
27552
  */
27549
27553
  revisionHistoryLimit: string;
27550
27554
  /**
27551
- * Location of the application's manifests or chart.
27555
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
27552
27556
  */
27553
27557
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
27554
27558
  /**
27555
- * Location of the application's manifests or chart. Use when specifying multiple fields
27559
+ * 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`.
27556
27560
  */
27557
27561
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterDecisionResourceTemplateSpecSource[];
27558
27562
  /**
@@ -28000,11 +28004,11 @@ export declare namespace platform {
28000
28004
  */
28001
28005
  revisionHistoryLimit: string;
28002
28006
  /**
28003
- * Location of the application's manifests or chart.
28007
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
28004
28008
  */
28005
28009
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterTemplateSpecSource[];
28006
28010
  /**
28007
- * Location of the application's manifests or chart. Use when specifying multiple fields
28011
+ * 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`.
28008
28012
  */
28009
28013
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorClusterTemplateSpecSource[];
28010
28014
  /**
@@ -28468,11 +28472,11 @@ export declare namespace platform {
28468
28472
  */
28469
28473
  revisionHistoryLimit: string;
28470
28474
  /**
28471
- * Location of the application's manifests or chart.
28475
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
28472
28476
  */
28473
28477
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorGitTemplateSpecSource[];
28474
28478
  /**
28475
- * Location of the application's manifests or chart. Use when specifying multiple fields
28479
+ * 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`.
28476
28480
  */
28477
28481
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorGitTemplateSpecSource[];
28478
28482
  /**
@@ -28906,11 +28910,11 @@ export declare namespace platform {
28906
28910
  */
28907
28911
  revisionHistoryLimit: string;
28908
28912
  /**
28909
- * Location of the application's manifests or chart.
28913
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
28910
28914
  */
28911
28915
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorListTemplateSpecSource[];
28912
28916
  /**
28913
- * Location of the application's manifests or chart. Use when specifying multiple fields
28917
+ * 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`.
28914
28918
  */
28915
28919
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorListTemplateSpecSource[];
28916
28920
  /**
@@ -29506,11 +29510,11 @@ export declare namespace platform {
29506
29510
  */
29507
29511
  revisionHistoryLimit: string;
29508
29512
  /**
29509
- * Location of the application's manifests or chart.
29513
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
29510
29514
  */
29511
29515
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
29512
29516
  /**
29513
- * Location of the application's manifests or chart. Use when specifying multiple fields
29517
+ * 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`.
29514
29518
  */
29515
29519
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorPullRequestTemplateSpecSource[];
29516
29520
  /**
@@ -30204,11 +30208,11 @@ export declare namespace platform {
30204
30208
  */
30205
30209
  revisionHistoryLimit: string;
30206
30210
  /**
30207
- * Location of the application's manifests or chart.
30211
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
30208
30212
  */
30209
30213
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
30210
30214
  /**
30211
- * Location of the application's manifests or chart. Use when specifying multiple fields
30215
+ * 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`.
30212
30216
  */
30213
30217
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixGeneratorScmProviderTemplateSpecSource[];
30214
30218
  /**
@@ -30656,11 +30660,11 @@ export declare namespace platform {
30656
30660
  */
30657
30661
  revisionHistoryLimit: string;
30658
30662
  /**
30659
- * Location of the application's manifests or chart.
30663
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
30660
30664
  */
30661
30665
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixTemplateSpecSource[];
30662
30666
  /**
30663
- * Location of the application's manifests or chart. Use when specifying multiple fields
30667
+ * 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`.
30664
30668
  */
30665
30669
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMatrixTemplateSpecSource[];
30666
30670
  /**
@@ -31200,11 +31204,11 @@ export declare namespace platform {
31200
31204
  */
31201
31205
  revisionHistoryLimit: string;
31202
31206
  /**
31203
- * Location of the application's manifests or chart.
31207
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
31204
31208
  */
31205
31209
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
31206
31210
  /**
31207
- * Location of the application's manifests or chart. Use when specifying multiple fields
31211
+ * 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`.
31208
31212
  */
31209
31213
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterDecisionResourceTemplateSpecSource[];
31210
31214
  /**
@@ -31652,11 +31656,11 @@ export declare namespace platform {
31652
31656
  */
31653
31657
  revisionHistoryLimit: string;
31654
31658
  /**
31655
- * Location of the application's manifests or chart.
31659
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
31656
31660
  */
31657
31661
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterTemplateSpecSource[];
31658
31662
  /**
31659
- * Location of the application's manifests or chart. Use when specifying multiple fields
31663
+ * 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`.
31660
31664
  */
31661
31665
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorClusterTemplateSpecSource[];
31662
31666
  /**
@@ -32120,11 +32124,11 @@ export declare namespace platform {
32120
32124
  */
32121
32125
  revisionHistoryLimit: string;
32122
32126
  /**
32123
- * Location of the application's manifests or chart.
32127
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
32124
32128
  */
32125
32129
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorGitTemplateSpecSource[];
32126
32130
  /**
32127
- * Location of the application's manifests or chart. Use when specifying multiple fields
32131
+ * 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`.
32128
32132
  */
32129
32133
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorGitTemplateSpecSource[];
32130
32134
  /**
@@ -32558,11 +32562,11 @@ export declare namespace platform {
32558
32562
  */
32559
32563
  revisionHistoryLimit: string;
32560
32564
  /**
32561
- * Location of the application's manifests or chart.
32565
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
32562
32566
  */
32563
32567
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorListTemplateSpecSource[];
32564
32568
  /**
32565
- * Location of the application's manifests or chart. Use when specifying multiple fields
32569
+ * 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`.
32566
32570
  */
32567
32571
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorListTemplateSpecSource[];
32568
32572
  /**
@@ -33158,11 +33162,11 @@ export declare namespace platform {
33158
33162
  */
33159
33163
  revisionHistoryLimit: string;
33160
33164
  /**
33161
- * Location of the application's manifests or chart.
33165
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
33162
33166
  */
33163
33167
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
33164
33168
  /**
33165
- * Location of the application's manifests or chart. Use when specifying multiple fields
33169
+ * 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`.
33166
33170
  */
33167
33171
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
33168
33172
  /**
@@ -33856,11 +33860,11 @@ export declare namespace platform {
33856
33860
  */
33857
33861
  revisionHistoryLimit: string;
33858
33862
  /**
33859
- * Location of the application's manifests or chart.
33863
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
33860
33864
  */
33861
33865
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
33862
33866
  /**
33863
- * Location of the application's manifests or chart. Use when specifying multiple fields
33867
+ * 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`.
33864
33868
  */
33865
33869
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
33866
33870
  /**
@@ -34308,11 +34312,11 @@ export declare namespace platform {
34308
34312
  */
34309
34313
  revisionHistoryLimit: string;
34310
34314
  /**
34311
- * Location of the application's manifests or chart.
34315
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
34312
34316
  */
34313
34317
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeTemplateSpecSource[];
34314
34318
  /**
34315
- * Location of the application's manifests or chart. Use when specifying multiple fields
34319
+ * 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`.
34316
34320
  */
34317
34321
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorMergeTemplateSpecSource[];
34318
34322
  /**
@@ -34908,11 +34912,11 @@ export declare namespace platform {
34908
34912
  */
34909
34913
  revisionHistoryLimit: string;
34910
34914
  /**
34911
- * Location of the application's manifests or chart.
34915
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
34912
34916
  */
34913
34917
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
34914
34918
  /**
34915
- * Location of the application's manifests or chart. Use when specifying multiple fields
34919
+ * 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`.
34916
34920
  */
34917
34921
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorPullRequestTemplateSpecSource[];
34918
34922
  /**
@@ -35606,11 +35610,11 @@ export declare namespace platform {
35606
35610
  */
35607
35611
  revisionHistoryLimit: string;
35608
35612
  /**
35609
- * Location of the application's manifests or chart.
35613
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
35610
35614
  */
35611
35615
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
35612
35616
  /**
35613
- * Location of the application's manifests or chart. Use when specifying multiple fields
35617
+ * 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`.
35614
35618
  */
35615
35619
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeGeneratorScmProviderTemplateSpecSource[];
35616
35620
  /**
@@ -36058,11 +36062,11 @@ export declare namespace platform {
36058
36062
  */
36059
36063
  revisionHistoryLimit: string;
36060
36064
  /**
36061
- * Location of the application's manifests or chart.
36065
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
36062
36066
  */
36063
36067
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeTemplateSpecSource[];
36064
36068
  /**
36065
- * Location of the application's manifests or chart. Use when specifying multiple fields
36069
+ * 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`.
36066
36070
  */
36067
36071
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorMergeTemplateSpecSource[];
36068
36072
  /**
@@ -36658,11 +36662,11 @@ export declare namespace platform {
36658
36662
  */
36659
36663
  revisionHistoryLimit: string;
36660
36664
  /**
36661
- * Location of the application's manifests or chart.
36665
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
36662
36666
  */
36663
36667
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorPullRequestTemplateSpecSource[];
36664
36668
  /**
36665
- * Location of the application's manifests or chart. Use when specifying multiple fields
36669
+ * 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`.
36666
36670
  */
36667
36671
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorPullRequestTemplateSpecSource[];
36668
36672
  /**
@@ -37356,11 +37360,11 @@ export declare namespace platform {
37356
37360
  */
37357
37361
  revisionHistoryLimit: string;
37358
37362
  /**
37359
- * Location of the application's manifests or chart.
37363
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
37360
37364
  */
37361
37365
  source?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorScmProviderTemplateSpecSource[];
37362
37366
  /**
37363
- * Location of the application's manifests or chart. Use when specifying multiple fields
37367
+ * 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`.
37364
37368
  */
37365
37369
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecGeneratorScmProviderTemplateSpecSource[];
37366
37370
  /**
@@ -37872,11 +37876,11 @@ export declare namespace platform {
37872
37876
  */
37873
37877
  revisionHistoryLimit: string;
37874
37878
  /**
37875
- * Location of the application's manifests or chart.
37879
+ * Location of the application's manifests or chart. Mutually exclusive with `sources`; specify exactly one of `source` or `sources`.
37876
37880
  */
37877
- source: outputs.platform.GitopsApplicationsetApplicationsetSpecTemplateSpecSource[];
37881
+ source?: outputs.platform.GitopsApplicationsetApplicationsetSpecTemplateSpecSource[];
37878
37882
  /**
37879
- * Location of the application's manifests or chart. Use when specifying multiple fields
37883
+ * 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`.
37880
37884
  */
37881
37885
  sources?: outputs.platform.GitopsApplicationsetApplicationsetSpecTemplateSpecSource[];
37882
37886
  /**