@pulumi/harness 0.8.1-alpha.1755920002 → 0.9.0-alpha.1755842147

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
@@ -2678,7 +2678,7 @@ export declare namespace platform {
2678
2678
  */
2679
2679
  storageAccountName: string;
2680
2680
  /**
2681
- * Subsription Id.
2681
+ * Subsription id.
2682
2682
  */
2683
2683
  subscriptionId: string;
2684
2684
  }
@@ -3063,29 +3063,6 @@ export declare namespace platform {
3063
3063
  */
3064
3064
  repo?: string;
3065
3065
  }
3066
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSet {
3067
- /**
3068
- * List of notification events like PIPELINE_START
3069
- */
3070
- notificationEvents: string[];
3071
- /**
3072
- * Template reference configuration
3073
- */
3074
- template: outputs.platform.DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate;
3075
- }
3076
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate {
3077
- templateRef: string;
3078
- /**
3079
- * List of variables passed to the template
3080
- */
3081
- variables?: outputs.platform.DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable[];
3082
- versionLabel: string;
3083
- }
3084
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable {
3085
- name: string;
3086
- type: string;
3087
- value: string;
3088
- }
3089
3066
  interface DockerConnectorCredentials {
3090
3067
  /**
3091
3068
  * The reference to the Harness secret containing the password to use for the docker registry. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
@@ -3704,7 +3681,7 @@ export declare namespace platform {
3704
3681
  */
3705
3682
  storageAccountName: string;
3706
3683
  /**
3707
- * Subsription Id.
3684
+ * Subsription id.
3708
3685
  */
3709
3686
  subscriptionId: string;
3710
3687
  }
@@ -4138,29 +4115,6 @@ export declare namespace platform {
4138
4115
  */
4139
4116
  repo: string;
4140
4117
  }
4141
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSet {
4142
- /**
4143
- * List of notification events like PIPELINE_START
4144
- */
4145
- notificationEvents: string[];
4146
- /**
4147
- * Template reference configuration
4148
- */
4149
- template: outputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate;
4150
- }
4151
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate {
4152
- templateRef: string;
4153
- /**
4154
- * List of variables passed to the template
4155
- */
4156
- variables?: outputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable[];
4157
- versionLabel: string;
4158
- }
4159
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable {
4160
- name: string;
4161
- type: string;
4162
- value: string;
4163
- }
4164
4118
  interface GetDockerConnectorCredential {
4165
4119
  /**
4166
4120
  * Execute on delegate or not.
@@ -8121,10 +8075,6 @@ export declare namespace platform {
8121
8075
  * Enable Go templating for the template field.
8122
8076
  */
8123
8077
  goTemplate?: boolean;
8124
- /**
8125
- * Optional list of go templating options, see https://pkg.go.dev/text/template#Template.Optional. This is only relevant if `goTemplate` is true
8126
- */
8127
- goTemplateOptions?: string[];
8128
8078
  /**
8129
8079
  * Application Set ignoreApplicationDifferences
8130
8080
  */
@@ -8543,14 +8493,6 @@ export declare namespace platform {
8543
8493
  commonLabels?: {
8544
8494
  [key: string]: string;
8545
8495
  };
8546
- /**
8547
- * Indicates if to force applying common annotations to resources for kustomize apps.
8548
- */
8549
- forceCommonAnnotations?: boolean;
8550
- /**
8551
- * Indicates if to force apply common labels to resources for kustomize apps.
8552
- */
8553
- forceCommonLabels?: boolean;
8554
8496
  /**
8555
8497
  * List of Kustomize image override specifications.
8556
8498
  */
@@ -8973,14 +8915,6 @@ export declare namespace platform {
8973
8915
  commonLabels?: {
8974
8916
  [key: string]: string;
8975
8917
  };
8976
- /**
8977
- * Indicates if to force applying common annotations to resources for kustomize apps.
8978
- */
8979
- forceCommonAnnotations?: boolean;
8980
- /**
8981
- * Indicates if to force apply common labels to resources for kustomize apps.
8982
- */
8983
- forceCommonLabels?: boolean;
8984
8918
  /**
8985
8919
  * List of Kustomize image override specifications.
8986
8920
  */
@@ -9419,14 +9353,6 @@ export declare namespace platform {
9419
9353
  commonLabels?: {
9420
9354
  [key: string]: string;
9421
9355
  };
9422
- /**
9423
- * Indicates if to force applying common annotations to resources for kustomize apps.
9424
- */
9425
- forceCommonAnnotations?: boolean;
9426
- /**
9427
- * Indicates if to force apply common labels to resources for kustomize apps.
9428
- */
9429
- forceCommonLabels?: boolean;
9430
9356
  /**
9431
9357
  * List of Kustomize image override specifications.
9432
9358
  */
@@ -9835,14 +9761,6 @@ export declare namespace platform {
9835
9761
  commonLabels?: {
9836
9762
  [key: string]: string;
9837
9763
  };
9838
- /**
9839
- * Indicates if to force applying common annotations to resources for kustomize apps.
9840
- */
9841
- forceCommonAnnotations?: boolean;
9842
- /**
9843
- * Indicates if to force apply common labels to resources for kustomize apps.
9844
- */
9845
- forceCommonLabels?: boolean;
9846
9764
  /**
9847
9765
  * List of Kustomize image override specifications.
9848
9766
  */
@@ -10361,14 +10279,6 @@ export declare namespace platform {
10361
10279
  commonLabels?: {
10362
10280
  [key: string]: string;
10363
10281
  };
10364
- /**
10365
- * Indicates if to force applying common annotations to resources for kustomize apps.
10366
- */
10367
- forceCommonAnnotations?: boolean;
10368
- /**
10369
- * Indicates if to force apply common labels to resources for kustomize apps.
10370
- */
10371
- forceCommonLabels?: boolean;
10372
10282
  /**
10373
10283
  * List of Kustomize image override specifications.
10374
10284
  */
@@ -10791,14 +10701,6 @@ export declare namespace platform {
10791
10701
  commonLabels?: {
10792
10702
  [key: string]: string;
10793
10703
  };
10794
- /**
10795
- * Indicates if to force applying common annotations to resources for kustomize apps.
10796
- */
10797
- forceCommonAnnotations?: boolean;
10798
- /**
10799
- * Indicates if to force apply common labels to resources for kustomize apps.
10800
- */
10801
- forceCommonLabels?: boolean;
10802
10704
  /**
10803
10705
  * List of Kustomize image override specifications.
10804
10706
  */
@@ -11237,14 +11139,6 @@ export declare namespace platform {
11237
11139
  commonLabels?: {
11238
11140
  [key: string]: string;
11239
11141
  };
11240
- /**
11241
- * Indicates if to force applying common annotations to resources for kustomize apps.
11242
- */
11243
- forceCommonAnnotations?: boolean;
11244
- /**
11245
- * Indicates if to force apply common labels to resources for kustomize apps.
11246
- */
11247
- forceCommonLabels?: boolean;
11248
11142
  /**
11249
11143
  * List of Kustomize image override specifications.
11250
11144
  */
@@ -11653,14 +11547,6 @@ export declare namespace platform {
11653
11547
  commonLabels?: {
11654
11548
  [key: string]: string;
11655
11549
  };
11656
- /**
11657
- * Indicates if to force applying common annotations to resources for kustomize apps.
11658
- */
11659
- forceCommonAnnotations?: boolean;
11660
- /**
11661
- * Indicates if to force apply common labels to resources for kustomize apps.
11662
- */
11663
- forceCommonLabels?: boolean;
11664
11550
  /**
11665
11551
  * List of Kustomize image override specifications.
11666
11552
  */
@@ -12171,14 +12057,6 @@ export declare namespace platform {
12171
12057
  commonLabels?: {
12172
12058
  [key: string]: string;
12173
12059
  };
12174
- /**
12175
- * Indicates if to force applying common annotations to resources for kustomize apps.
12176
- */
12177
- forceCommonAnnotations?: boolean;
12178
- /**
12179
- * Indicates if to force apply common labels to resources for kustomize apps.
12180
- */
12181
- forceCommonLabels?: boolean;
12182
12060
  /**
12183
12061
  * List of Kustomize image override specifications.
12184
12062
  */
@@ -12601,14 +12479,6 @@ export declare namespace platform {
12601
12479
  commonLabels?: {
12602
12480
  [key: string]: string;
12603
12481
  };
12604
- /**
12605
- * Indicates if to force applying common annotations to resources for kustomize apps.
12606
- */
12607
- forceCommonAnnotations?: boolean;
12608
- /**
12609
- * Indicates if to force apply common labels to resources for kustomize apps.
12610
- */
12611
- forceCommonLabels?: boolean;
12612
12482
  /**
12613
12483
  * List of Kustomize image override specifications.
12614
12484
  */
@@ -13047,14 +12917,6 @@ export declare namespace platform {
13047
12917
  commonLabels?: {
13048
12918
  [key: string]: string;
13049
12919
  };
13050
- /**
13051
- * Indicates if to force applying common annotations to resources for kustomize apps.
13052
- */
13053
- forceCommonAnnotations?: boolean;
13054
- /**
13055
- * Indicates if to force apply common labels to resources for kustomize apps.
13056
- */
13057
- forceCommonLabels?: boolean;
13058
12920
  /**
13059
12921
  * List of Kustomize image override specifications.
13060
12922
  */
@@ -13463,14 +13325,6 @@ export declare namespace platform {
13463
13325
  commonLabels?: {
13464
13326
  [key: string]: string;
13465
13327
  };
13466
- /**
13467
- * Indicates if to force applying common annotations to resources for kustomize apps.
13468
- */
13469
- forceCommonAnnotations?: boolean;
13470
- /**
13471
- * Indicates if to force apply common labels to resources for kustomize apps.
13472
- */
13473
- forceCommonLabels?: boolean;
13474
13328
  /**
13475
13329
  * List of Kustomize image override specifications.
13476
13330
  */
@@ -14041,14 +13895,6 @@ export declare namespace platform {
14041
13895
  commonLabels?: {
14042
13896
  [key: string]: string;
14043
13897
  };
14044
- /**
14045
- * Indicates if to force applying common annotations to resources for kustomize apps.
14046
- */
14047
- forceCommonAnnotations?: boolean;
14048
- /**
14049
- * Indicates if to force apply common labels to resources for kustomize apps.
14050
- */
14051
- forceCommonLabels?: boolean;
14052
13898
  /**
14053
13899
  * List of Kustomize image override specifications.
14054
13900
  */
@@ -14703,14 +14549,6 @@ export declare namespace platform {
14703
14549
  commonLabels?: {
14704
14550
  [key: string]: string;
14705
14551
  };
14706
- /**
14707
- * Indicates if to force applying common annotations to resources for kustomize apps.
14708
- */
14709
- forceCommonAnnotations?: boolean;
14710
- /**
14711
- * Indicates if to force apply common labels to resources for kustomize apps.
14712
- */
14713
- forceCommonLabels?: boolean;
14714
14552
  /**
14715
14553
  * List of Kustomize image override specifications.
14716
14554
  */
@@ -15133,14 +14971,6 @@ export declare namespace platform {
15133
14971
  commonLabels?: {
15134
14972
  [key: string]: string;
15135
14973
  };
15136
- /**
15137
- * Indicates if to force applying common annotations to resources for kustomize apps.
15138
- */
15139
- forceCommonAnnotations?: boolean;
15140
- /**
15141
- * Indicates if to force apply common labels to resources for kustomize apps.
15142
- */
15143
- forceCommonLabels?: boolean;
15144
14974
  /**
15145
14975
  * List of Kustomize image override specifications.
15146
14976
  */
@@ -15655,14 +15485,6 @@ export declare namespace platform {
15655
15485
  commonLabels?: {
15656
15486
  [key: string]: string;
15657
15487
  };
15658
- /**
15659
- * Indicates if to force applying common annotations to resources for kustomize apps.
15660
- */
15661
- forceCommonAnnotations?: boolean;
15662
- /**
15663
- * Indicates if to force apply common labels to resources for kustomize apps.
15664
- */
15665
- forceCommonLabels?: boolean;
15666
15488
  /**
15667
15489
  * List of Kustomize image override specifications.
15668
15490
  */
@@ -16085,14 +15907,6 @@ export declare namespace platform {
16085
15907
  commonLabels?: {
16086
15908
  [key: string]: string;
16087
15909
  };
16088
- /**
16089
- * Indicates if to force applying common annotations to resources for kustomize apps.
16090
- */
16091
- forceCommonAnnotations?: boolean;
16092
- /**
16093
- * Indicates if to force apply common labels to resources for kustomize apps.
16094
- */
16095
- forceCommonLabels?: boolean;
16096
15910
  /**
16097
15911
  * List of Kustomize image override specifications.
16098
15912
  */
@@ -16531,14 +16345,6 @@ export declare namespace platform {
16531
16345
  commonLabels?: {
16532
16346
  [key: string]: string;
16533
16347
  };
16534
- /**
16535
- * Indicates if to force applying common annotations to resources for kustomize apps.
16536
- */
16537
- forceCommonAnnotations?: boolean;
16538
- /**
16539
- * Indicates if to force apply common labels to resources for kustomize apps.
16540
- */
16541
- forceCommonLabels?: boolean;
16542
16348
  /**
16543
16349
  * List of Kustomize image override specifications.
16544
16350
  */
@@ -16947,14 +16753,6 @@ export declare namespace platform {
16947
16753
  commonLabels?: {
16948
16754
  [key: string]: string;
16949
16755
  };
16950
- /**
16951
- * Indicates if to force applying common annotations to resources for kustomize apps.
16952
- */
16953
- forceCommonAnnotations?: boolean;
16954
- /**
16955
- * Indicates if to force apply common labels to resources for kustomize apps.
16956
- */
16957
- forceCommonLabels?: boolean;
16958
16756
  /**
16959
16757
  * List of Kustomize image override specifications.
16960
16758
  */
@@ -17525,14 +17323,6 @@ export declare namespace platform {
17525
17323
  commonLabels?: {
17526
17324
  [key: string]: string;
17527
17325
  };
17528
- /**
17529
- * Indicates if to force applying common annotations to resources for kustomize apps.
17530
- */
17531
- forceCommonAnnotations?: boolean;
17532
- /**
17533
- * Indicates if to force apply common labels to resources for kustomize apps.
17534
- */
17535
- forceCommonLabels?: boolean;
17536
17326
  /**
17537
17327
  * List of Kustomize image override specifications.
17538
17328
  */
@@ -18187,14 +17977,6 @@ export declare namespace platform {
18187
17977
  commonLabels?: {
18188
17978
  [key: string]: string;
18189
17979
  };
18190
- /**
18191
- * Indicates if to force applying common annotations to resources for kustomize apps.
18192
- */
18193
- forceCommonAnnotations?: boolean;
18194
- /**
18195
- * Indicates if to force apply common labels to resources for kustomize apps.
18196
- */
18197
- forceCommonLabels?: boolean;
18198
17980
  /**
18199
17981
  * List of Kustomize image override specifications.
18200
17982
  */
@@ -18617,14 +18399,6 @@ export declare namespace platform {
18617
18399
  commonLabels?: {
18618
18400
  [key: string]: string;
18619
18401
  };
18620
- /**
18621
- * Indicates if to force applying common annotations to resources for kustomize apps.
18622
- */
18623
- forceCommonAnnotations?: boolean;
18624
- /**
18625
- * Indicates if to force apply common labels to resources for kustomize apps.
18626
- */
18627
- forceCommonLabels?: boolean;
18628
18402
  /**
18629
18403
  * List of Kustomize image override specifications.
18630
18404
  */
@@ -19195,14 +18969,6 @@ export declare namespace platform {
19195
18969
  commonLabels?: {
19196
18970
  [key: string]: string;
19197
18971
  };
19198
- /**
19199
- * Indicates if to force applying common annotations to resources for kustomize apps.
19200
- */
19201
- forceCommonAnnotations?: boolean;
19202
- /**
19203
- * Indicates if to force apply common labels to resources for kustomize apps.
19204
- */
19205
- forceCommonLabels?: boolean;
19206
18972
  /**
19207
18973
  * List of Kustomize image override specifications.
19208
18974
  */
@@ -19857,14 +19623,6 @@ export declare namespace platform {
19857
19623
  commonLabels?: {
19858
19624
  [key: string]: string;
19859
19625
  };
19860
- /**
19861
- * Indicates if to force applying common annotations to resources for kustomize apps.
19862
- */
19863
- forceCommonAnnotations?: boolean;
19864
- /**
19865
- * Indicates if to force apply common labels to resources for kustomize apps.
19866
- */
19867
- forceCommonLabels?: boolean;
19868
19626
  /**
19869
19627
  * List of Kustomize image override specifications.
19870
19628
  */
@@ -20287,14 +20045,6 @@ export declare namespace platform {
20287
20045
  commonLabels?: {
20288
20046
  [key: string]: string;
20289
20047
  };
20290
- /**
20291
- * Indicates if to force applying common annotations to resources for kustomize apps.
20292
- */
20293
- forceCommonAnnotations?: boolean;
20294
- /**
20295
- * Indicates if to force apply common labels to resources for kustomize apps.
20296
- */
20297
- forceCommonLabels?: boolean;
20298
20048
  /**
20299
20049
  * List of Kustomize image override specifications.
20300
20050
  */
@@ -20817,14 +20567,6 @@ export declare namespace platform {
20817
20567
  commonLabels?: {
20818
20568
  [key: string]: string;
20819
20569
  };
20820
- /**
20821
- * Indicates if to force applying common annotations to resources for kustomize apps.
20822
- */
20823
- forceCommonAnnotations?: boolean;
20824
- /**
20825
- * Indicates if to force apply common labels to resources for kustomize apps.
20826
- */
20827
- forceCommonLabels?: boolean;
20828
20570
  /**
20829
20571
  * List of Kustomize image override specifications.
20830
20572
  */
@@ -21247,14 +20989,6 @@ export declare namespace platform {
21247
20989
  commonLabels?: {
21248
20990
  [key: string]: string;
21249
20991
  };
21250
- /**
21251
- * Indicates if to force applying common annotations to resources for kustomize apps.
21252
- */
21253
- forceCommonAnnotations?: boolean;
21254
- /**
21255
- * Indicates if to force apply common labels to resources for kustomize apps.
21256
- */
21257
- forceCommonLabels?: boolean;
21258
20992
  /**
21259
20993
  * List of Kustomize image override specifications.
21260
20994
  */
@@ -21693,14 +21427,6 @@ export declare namespace platform {
21693
21427
  commonLabels?: {
21694
21428
  [key: string]: string;
21695
21429
  };
21696
- /**
21697
- * Indicates if to force applying common annotations to resources for kustomize apps.
21698
- */
21699
- forceCommonAnnotations?: boolean;
21700
- /**
21701
- * Indicates if to force apply common labels to resources for kustomize apps.
21702
- */
21703
- forceCommonLabels?: boolean;
21704
21430
  /**
21705
21431
  * List of Kustomize image override specifications.
21706
21432
  */
@@ -22109,14 +21835,6 @@ export declare namespace platform {
22109
21835
  commonLabels?: {
22110
21836
  [key: string]: string;
22111
21837
  };
22112
- /**
22113
- * Indicates if to force applying common annotations to resources for kustomize apps.
22114
- */
22115
- forceCommonAnnotations?: boolean;
22116
- /**
22117
- * Indicates if to force apply common labels to resources for kustomize apps.
22118
- */
22119
- forceCommonLabels?: boolean;
22120
21838
  /**
22121
21839
  * List of Kustomize image override specifications.
22122
21840
  */
@@ -22627,14 +22345,6 @@ export declare namespace platform {
22627
22345
  commonLabels?: {
22628
22346
  [key: string]: string;
22629
22347
  };
22630
- /**
22631
- * Indicates if to force applying common annotations to resources for kustomize apps.
22632
- */
22633
- forceCommonAnnotations?: boolean;
22634
- /**
22635
- * Indicates if to force apply common labels to resources for kustomize apps.
22636
- */
22637
- forceCommonLabels?: boolean;
22638
22348
  /**
22639
22349
  * List of Kustomize image override specifications.
22640
22350
  */
@@ -23057,14 +22767,6 @@ export declare namespace platform {
23057
22767
  commonLabels?: {
23058
22768
  [key: string]: string;
23059
22769
  };
23060
- /**
23061
- * Indicates if to force applying common annotations to resources for kustomize apps.
23062
- */
23063
- forceCommonAnnotations?: boolean;
23064
- /**
23065
- * Indicates if to force apply common labels to resources for kustomize apps.
23066
- */
23067
- forceCommonLabels?: boolean;
23068
22770
  /**
23069
22771
  * List of Kustomize image override specifications.
23070
22772
  */
@@ -23503,14 +23205,6 @@ export declare namespace platform {
23503
23205
  commonLabels?: {
23504
23206
  [key: string]: string;
23505
23207
  };
23506
- /**
23507
- * Indicates if to force applying common annotations to resources for kustomize apps.
23508
- */
23509
- forceCommonAnnotations?: boolean;
23510
- /**
23511
- * Indicates if to force apply common labels to resources for kustomize apps.
23512
- */
23513
- forceCommonLabels?: boolean;
23514
23208
  /**
23515
23209
  * List of Kustomize image override specifications.
23516
23210
  */
@@ -23919,14 +23613,6 @@ export declare namespace platform {
23919
23613
  commonLabels?: {
23920
23614
  [key: string]: string;
23921
23615
  };
23922
- /**
23923
- * Indicates if to force applying common annotations to resources for kustomize apps.
23924
- */
23925
- forceCommonAnnotations?: boolean;
23926
- /**
23927
- * Indicates if to force apply common labels to resources for kustomize apps.
23928
- */
23929
- forceCommonLabels?: boolean;
23930
23616
  /**
23931
23617
  * List of Kustomize image override specifications.
23932
23618
  */
@@ -24497,14 +24183,6 @@ export declare namespace platform {
24497
24183
  commonLabels?: {
24498
24184
  [key: string]: string;
24499
24185
  };
24500
- /**
24501
- * Indicates if to force applying common annotations to resources for kustomize apps.
24502
- */
24503
- forceCommonAnnotations?: boolean;
24504
- /**
24505
- * Indicates if to force apply common labels to resources for kustomize apps.
24506
- */
24507
- forceCommonLabels?: boolean;
24508
24186
  /**
24509
24187
  * List of Kustomize image override specifications.
24510
24188
  */
@@ -25159,14 +24837,6 @@ export declare namespace platform {
25159
24837
  commonLabels?: {
25160
24838
  [key: string]: string;
25161
24839
  };
25162
- /**
25163
- * Indicates if to force applying common annotations to resources for kustomize apps.
25164
- */
25165
- forceCommonAnnotations?: boolean;
25166
- /**
25167
- * Indicates if to force apply common labels to resources for kustomize apps.
25168
- */
25169
- forceCommonLabels?: boolean;
25170
24840
  /**
25171
24841
  * List of Kustomize image override specifications.
25172
24842
  */
@@ -25589,14 +25259,6 @@ export declare namespace platform {
25589
25259
  commonLabels?: {
25590
25260
  [key: string]: string;
25591
25261
  };
25592
- /**
25593
- * Indicates if to force applying common annotations to resources for kustomize apps.
25594
- */
25595
- forceCommonAnnotations?: boolean;
25596
- /**
25597
- * Indicates if to force apply common labels to resources for kustomize apps.
25598
- */
25599
- forceCommonLabels?: boolean;
25600
25262
  /**
25601
25263
  * List of Kustomize image override specifications.
25602
25264
  */
@@ -26111,14 +25773,6 @@ export declare namespace platform {
26111
25773
  commonLabels?: {
26112
25774
  [key: string]: string;
26113
25775
  };
26114
- /**
26115
- * Indicates if to force applying common annotations to resources for kustomize apps.
26116
- */
26117
- forceCommonAnnotations?: boolean;
26118
- /**
26119
- * Indicates if to force apply common labels to resources for kustomize apps.
26120
- */
26121
- forceCommonLabels?: boolean;
26122
25776
  /**
26123
25777
  * List of Kustomize image override specifications.
26124
25778
  */
@@ -26541,14 +26195,6 @@ export declare namespace platform {
26541
26195
  commonLabels?: {
26542
26196
  [key: string]: string;
26543
26197
  };
26544
- /**
26545
- * Indicates if to force applying common annotations to resources for kustomize apps.
26546
- */
26547
- forceCommonAnnotations?: boolean;
26548
- /**
26549
- * Indicates if to force apply common labels to resources for kustomize apps.
26550
- */
26551
- forceCommonLabels?: boolean;
26552
26198
  /**
26553
26199
  * List of Kustomize image override specifications.
26554
26200
  */
@@ -26987,14 +26633,6 @@ export declare namespace platform {
26987
26633
  commonLabels?: {
26988
26634
  [key: string]: string;
26989
26635
  };
26990
- /**
26991
- * Indicates if to force applying common annotations to resources for kustomize apps.
26992
- */
26993
- forceCommonAnnotations?: boolean;
26994
- /**
26995
- * Indicates if to force apply common labels to resources for kustomize apps.
26996
- */
26997
- forceCommonLabels?: boolean;
26998
26636
  /**
26999
26637
  * List of Kustomize image override specifications.
27000
26638
  */
@@ -27403,14 +27041,6 @@ export declare namespace platform {
27403
27041
  commonLabels?: {
27404
27042
  [key: string]: string;
27405
27043
  };
27406
- /**
27407
- * Indicates if to force applying common annotations to resources for kustomize apps.
27408
- */
27409
- forceCommonAnnotations?: boolean;
27410
- /**
27411
- * Indicates if to force apply common labels to resources for kustomize apps.
27412
- */
27413
- forceCommonLabels?: boolean;
27414
27044
  /**
27415
27045
  * List of Kustomize image override specifications.
27416
27046
  */
@@ -27981,14 +27611,6 @@ export declare namespace platform {
27981
27611
  commonLabels?: {
27982
27612
  [key: string]: string;
27983
27613
  };
27984
- /**
27985
- * Indicates if to force applying common annotations to resources for kustomize apps.
27986
- */
27987
- forceCommonAnnotations?: boolean;
27988
- /**
27989
- * Indicates if to force apply common labels to resources for kustomize apps.
27990
- */
27991
- forceCommonLabels?: boolean;
27992
27614
  /**
27993
27615
  * List of Kustomize image override specifications.
27994
27616
  */
@@ -28643,14 +28265,6 @@ export declare namespace platform {
28643
28265
  commonLabels?: {
28644
28266
  [key: string]: string;
28645
28267
  };
28646
- /**
28647
- * Indicates if to force applying common annotations to resources for kustomize apps.
28648
- */
28649
- forceCommonAnnotations?: boolean;
28650
- /**
28651
- * Indicates if to force apply common labels to resources for kustomize apps.
28652
- */
28653
- forceCommonLabels?: boolean;
28654
28268
  /**
28655
28269
  * List of Kustomize image override specifications.
28656
28270
  */
@@ -29073,14 +28687,6 @@ export declare namespace platform {
29073
28687
  commonLabels?: {
29074
28688
  [key: string]: string;
29075
28689
  };
29076
- /**
29077
- * Indicates if to force applying common annotations to resources for kustomize apps.
29078
- */
29079
- forceCommonAnnotations?: boolean;
29080
- /**
29081
- * Indicates if to force apply common labels to resources for kustomize apps.
29082
- */
29083
- forceCommonLabels?: boolean;
29084
28690
  /**
29085
28691
  * List of Kustomize image override specifications.
29086
28692
  */
@@ -29651,14 +29257,6 @@ export declare namespace platform {
29651
29257
  commonLabels?: {
29652
29258
  [key: string]: string;
29653
29259
  };
29654
- /**
29655
- * Indicates if to force applying common annotations to resources for kustomize apps.
29656
- */
29657
- forceCommonAnnotations?: boolean;
29658
- /**
29659
- * Indicates if to force apply common labels to resources for kustomize apps.
29660
- */
29661
- forceCommonLabels?: boolean;
29662
29260
  /**
29663
29261
  * List of Kustomize image override specifications.
29664
29262
  */
@@ -30313,14 +29911,6 @@ export declare namespace platform {
30313
29911
  commonLabels?: {
30314
29912
  [key: string]: string;
30315
29913
  };
30316
- /**
30317
- * Indicates if to force applying common annotations to resources for kustomize apps.
30318
- */
30319
- forceCommonAnnotations?: boolean;
30320
- /**
30321
- * Indicates if to force apply common labels to resources for kustomize apps.
30322
- */
30323
- forceCommonLabels?: boolean;
30324
29914
  /**
30325
29915
  * List of Kustomize image override specifications.
30326
29916
  */
@@ -30743,14 +30333,6 @@ export declare namespace platform {
30743
30333
  commonLabels?: {
30744
30334
  [key: string]: string;
30745
30335
  };
30746
- /**
30747
- * Indicates if to force applying common annotations to resources for kustomize apps.
30748
- */
30749
- forceCommonAnnotations?: boolean;
30750
- /**
30751
- * Indicates if to force apply common labels to resources for kustomize apps.
30752
- */
30753
- forceCommonLabels?: boolean;
30754
30336
  /**
30755
30337
  * List of Kustomize image override specifications.
30756
30338
  */
@@ -31321,14 +30903,6 @@ export declare namespace platform {
31321
30903
  commonLabels?: {
31322
30904
  [key: string]: string;
31323
30905
  };
31324
- /**
31325
- * Indicates if to force applying common annotations to resources for kustomize apps.
31326
- */
31327
- forceCommonAnnotations?: boolean;
31328
- /**
31329
- * Indicates if to force apply common labels to resources for kustomize apps.
31330
- */
31331
- forceCommonLabels?: boolean;
31332
30906
  /**
31333
30907
  * List of Kustomize image override specifications.
31334
30908
  */
@@ -31983,14 +31557,6 @@ export declare namespace platform {
31983
31557
  commonLabels?: {
31984
31558
  [key: string]: string;
31985
31559
  };
31986
- /**
31987
- * Indicates if to force applying common annotations to resources for kustomize apps.
31988
- */
31989
- forceCommonAnnotations?: boolean;
31990
- /**
31991
- * Indicates if to force apply common labels to resources for kustomize apps.
31992
- */
31993
- forceCommonLabels?: boolean;
31994
31560
  /**
31995
31561
  * List of Kustomize image override specifications.
31996
31562
  */
@@ -32477,14 +32043,6 @@ export declare namespace platform {
32477
32043
  commonLabels?: {
32478
32044
  [key: string]: string;
32479
32045
  };
32480
- /**
32481
- * Indicates if to force applying common annotations to resources for kustomize apps.
32482
- */
32483
- forceCommonAnnotations?: boolean;
32484
- /**
32485
- * Indicates if to force apply common labels to resources for kustomize apps.
32486
- */
32487
- forceCommonLabels?: boolean;
32488
32046
  /**
32489
32047
  * List of Kustomize image override specifications.
32490
32048
  */