@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/input.d.ts CHANGED
@@ -3138,7 +3138,7 @@ export declare namespace platform {
3138
3138
  */
3139
3139
  storageAccountName: pulumi.Input<string>;
3140
3140
  /**
3141
- * Subsription Id.
3141
+ * Subsription id.
3142
3142
  */
3143
3143
  subscriptionId: pulumi.Input<string>;
3144
3144
  }
@@ -3523,29 +3523,6 @@ export declare namespace platform {
3523
3523
  */
3524
3524
  repo?: pulumi.Input<string>;
3525
3525
  }
3526
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSet {
3527
- /**
3528
- * List of notification events like PIPELINE_START
3529
- */
3530
- notificationEvents: pulumi.Input<pulumi.Input<string>[]>;
3531
- /**
3532
- * Template reference configuration
3533
- */
3534
- template: pulumi.Input<inputs.platform.DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate>;
3535
- }
3536
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate {
3537
- templateRef: pulumi.Input<string>;
3538
- /**
3539
- * List of variables passed to the template
3540
- */
3541
- variables?: pulumi.Input<pulumi.Input<inputs.platform.DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable>[]>;
3542
- versionLabel: pulumi.Input<string>;
3543
- }
3544
- interface DefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable {
3545
- name: pulumi.Input<string>;
3546
- type: pulumi.Input<string>;
3547
- value: pulumi.Input<string>;
3548
- }
3549
3526
  interface DockerConnectorCredentials {
3550
3527
  /**
3551
3528
  * 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}.
@@ -4050,52 +4027,6 @@ export declare namespace platform {
4050
4027
  */
4051
4028
  rancherUrl: pulumi.Input<string>;
4052
4029
  }
4053
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSet {
4054
- /**
4055
- * List of notification events like PIPELINE_START
4056
- */
4057
- notificationEvents: string[];
4058
- /**
4059
- * Template reference configuration
4060
- */
4061
- template: inputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate;
4062
- }
4063
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetArgs {
4064
- /**
4065
- * List of notification events like PIPELINE_START
4066
- */
4067
- notificationEvents: pulumi.Input<pulumi.Input<string>[]>;
4068
- /**
4069
- * Template reference configuration
4070
- */
4071
- template: pulumi.Input<inputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateArgs>;
4072
- }
4073
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplate {
4074
- templateRef: string;
4075
- /**
4076
- * List of variables passed to the template
4077
- */
4078
- variables?: inputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable[];
4079
- versionLabel: string;
4080
- }
4081
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateArgs {
4082
- templateRef: pulumi.Input<string>;
4083
- /**
4084
- * List of variables passed to the template
4085
- */
4086
- variables?: pulumi.Input<pulumi.Input<inputs.platform.GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariableArgs>[]>;
4087
- versionLabel: pulumi.Input<string>;
4088
- }
4089
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariable {
4090
- name: string;
4091
- type: string;
4092
- value: string;
4093
- }
4094
- interface GetDefaultNotificationTemplateSetEventTemplateConfigurationSetTemplateVariableArgs {
4095
- name: pulumi.Input<string>;
4096
- type: pulumi.Input<string>;
4097
- value: pulumi.Input<string>;
4098
- }
4099
4030
  interface GetEnvironmentClustersMappingCluster {
4100
4031
  /**
4101
4032
  * agent identifier of the cluster (include scope prefix)
@@ -6891,10 +6822,6 @@ export declare namespace platform {
6891
6822
  * Enable Go templating for the template field.
6892
6823
  */
6893
6824
  goTemplate?: pulumi.Input<boolean>;
6894
- /**
6895
- * Optional list of go templating options, see https://pkg.go.dev/text/template#Template.Optional. This is only relevant if `goTemplate` is true
6896
- */
6897
- goTemplateOptions?: pulumi.Input<pulumi.Input<string>[]>;
6898
6825
  /**
6899
6826
  * Application Set ignoreApplicationDifferences
6900
6827
  */
@@ -7313,14 +7240,6 @@ export declare namespace platform {
7313
7240
  commonLabels?: pulumi.Input<{
7314
7241
  [key: string]: pulumi.Input<string>;
7315
7242
  }>;
7316
- /**
7317
- * Indicates if to force applying common annotations to resources for kustomize apps.
7318
- */
7319
- forceCommonAnnotations?: pulumi.Input<boolean>;
7320
- /**
7321
- * Indicates if to force apply common labels to resources for kustomize apps.
7322
- */
7323
- forceCommonLabels?: pulumi.Input<boolean>;
7324
7243
  /**
7325
7244
  * List of Kustomize image override specifications.
7326
7245
  */
@@ -7743,14 +7662,6 @@ export declare namespace platform {
7743
7662
  commonLabels?: pulumi.Input<{
7744
7663
  [key: string]: pulumi.Input<string>;
7745
7664
  }>;
7746
- /**
7747
- * Indicates if to force applying common annotations to resources for kustomize apps.
7748
- */
7749
- forceCommonAnnotations?: pulumi.Input<boolean>;
7750
- /**
7751
- * Indicates if to force apply common labels to resources for kustomize apps.
7752
- */
7753
- forceCommonLabels?: pulumi.Input<boolean>;
7754
7665
  /**
7755
7666
  * List of Kustomize image override specifications.
7756
7667
  */
@@ -8189,14 +8100,6 @@ export declare namespace platform {
8189
8100
  commonLabels?: pulumi.Input<{
8190
8101
  [key: string]: pulumi.Input<string>;
8191
8102
  }>;
8192
- /**
8193
- * Indicates if to force applying common annotations to resources for kustomize apps.
8194
- */
8195
- forceCommonAnnotations?: pulumi.Input<boolean>;
8196
- /**
8197
- * Indicates if to force apply common labels to resources for kustomize apps.
8198
- */
8199
- forceCommonLabels?: pulumi.Input<boolean>;
8200
8103
  /**
8201
8104
  * List of Kustomize image override specifications.
8202
8105
  */
@@ -8605,14 +8508,6 @@ export declare namespace platform {
8605
8508
  commonLabels?: pulumi.Input<{
8606
8509
  [key: string]: pulumi.Input<string>;
8607
8510
  }>;
8608
- /**
8609
- * Indicates if to force applying common annotations to resources for kustomize apps.
8610
- */
8611
- forceCommonAnnotations?: pulumi.Input<boolean>;
8612
- /**
8613
- * Indicates if to force apply common labels to resources for kustomize apps.
8614
- */
8615
- forceCommonLabels?: pulumi.Input<boolean>;
8616
8511
  /**
8617
8512
  * List of Kustomize image override specifications.
8618
8513
  */
@@ -9131,14 +9026,6 @@ export declare namespace platform {
9131
9026
  commonLabels?: pulumi.Input<{
9132
9027
  [key: string]: pulumi.Input<string>;
9133
9028
  }>;
9134
- /**
9135
- * Indicates if to force applying common annotations to resources for kustomize apps.
9136
- */
9137
- forceCommonAnnotations?: pulumi.Input<boolean>;
9138
- /**
9139
- * Indicates if to force apply common labels to resources for kustomize apps.
9140
- */
9141
- forceCommonLabels?: pulumi.Input<boolean>;
9142
9029
  /**
9143
9030
  * List of Kustomize image override specifications.
9144
9031
  */
@@ -9561,14 +9448,6 @@ export declare namespace platform {
9561
9448
  commonLabels?: pulumi.Input<{
9562
9449
  [key: string]: pulumi.Input<string>;
9563
9450
  }>;
9564
- /**
9565
- * Indicates if to force applying common annotations to resources for kustomize apps.
9566
- */
9567
- forceCommonAnnotations?: pulumi.Input<boolean>;
9568
- /**
9569
- * Indicates if to force apply common labels to resources for kustomize apps.
9570
- */
9571
- forceCommonLabels?: pulumi.Input<boolean>;
9572
9451
  /**
9573
9452
  * List of Kustomize image override specifications.
9574
9453
  */
@@ -10007,14 +9886,6 @@ export declare namespace platform {
10007
9886
  commonLabels?: pulumi.Input<{
10008
9887
  [key: string]: pulumi.Input<string>;
10009
9888
  }>;
10010
- /**
10011
- * Indicates if to force applying common annotations to resources for kustomize apps.
10012
- */
10013
- forceCommonAnnotations?: pulumi.Input<boolean>;
10014
- /**
10015
- * Indicates if to force apply common labels to resources for kustomize apps.
10016
- */
10017
- forceCommonLabels?: pulumi.Input<boolean>;
10018
9889
  /**
10019
9890
  * List of Kustomize image override specifications.
10020
9891
  */
@@ -10423,14 +10294,6 @@ export declare namespace platform {
10423
10294
  commonLabels?: pulumi.Input<{
10424
10295
  [key: string]: pulumi.Input<string>;
10425
10296
  }>;
10426
- /**
10427
- * Indicates if to force applying common annotations to resources for kustomize apps.
10428
- */
10429
- forceCommonAnnotations?: pulumi.Input<boolean>;
10430
- /**
10431
- * Indicates if to force apply common labels to resources for kustomize apps.
10432
- */
10433
- forceCommonLabels?: pulumi.Input<boolean>;
10434
10297
  /**
10435
10298
  * List of Kustomize image override specifications.
10436
10299
  */
@@ -10941,14 +10804,6 @@ export declare namespace platform {
10941
10804
  commonLabels?: pulumi.Input<{
10942
10805
  [key: string]: pulumi.Input<string>;
10943
10806
  }>;
10944
- /**
10945
- * Indicates if to force applying common annotations to resources for kustomize apps.
10946
- */
10947
- forceCommonAnnotations?: pulumi.Input<boolean>;
10948
- /**
10949
- * Indicates if to force apply common labels to resources for kustomize apps.
10950
- */
10951
- forceCommonLabels?: pulumi.Input<boolean>;
10952
10807
  /**
10953
10808
  * List of Kustomize image override specifications.
10954
10809
  */
@@ -11371,14 +11226,6 @@ export declare namespace platform {
11371
11226
  commonLabels?: pulumi.Input<{
11372
11227
  [key: string]: pulumi.Input<string>;
11373
11228
  }>;
11374
- /**
11375
- * Indicates if to force applying common annotations to resources for kustomize apps.
11376
- */
11377
- forceCommonAnnotations?: pulumi.Input<boolean>;
11378
- /**
11379
- * Indicates if to force apply common labels to resources for kustomize apps.
11380
- */
11381
- forceCommonLabels?: pulumi.Input<boolean>;
11382
11229
  /**
11383
11230
  * List of Kustomize image override specifications.
11384
11231
  */
@@ -11817,14 +11664,6 @@ export declare namespace platform {
11817
11664
  commonLabels?: pulumi.Input<{
11818
11665
  [key: string]: pulumi.Input<string>;
11819
11666
  }>;
11820
- /**
11821
- * Indicates if to force applying common annotations to resources for kustomize apps.
11822
- */
11823
- forceCommonAnnotations?: pulumi.Input<boolean>;
11824
- /**
11825
- * Indicates if to force apply common labels to resources for kustomize apps.
11826
- */
11827
- forceCommonLabels?: pulumi.Input<boolean>;
11828
11667
  /**
11829
11668
  * List of Kustomize image override specifications.
11830
11669
  */
@@ -12233,14 +12072,6 @@ export declare namespace platform {
12233
12072
  commonLabels?: pulumi.Input<{
12234
12073
  [key: string]: pulumi.Input<string>;
12235
12074
  }>;
12236
- /**
12237
- * Indicates if to force applying common annotations to resources for kustomize apps.
12238
- */
12239
- forceCommonAnnotations?: pulumi.Input<boolean>;
12240
- /**
12241
- * Indicates if to force apply common labels to resources for kustomize apps.
12242
- */
12243
- forceCommonLabels?: pulumi.Input<boolean>;
12244
12075
  /**
12245
12076
  * List of Kustomize image override specifications.
12246
12077
  */
@@ -12811,14 +12642,6 @@ export declare namespace platform {
12811
12642
  commonLabels?: pulumi.Input<{
12812
12643
  [key: string]: pulumi.Input<string>;
12813
12644
  }>;
12814
- /**
12815
- * Indicates if to force applying common annotations to resources for kustomize apps.
12816
- */
12817
- forceCommonAnnotations?: pulumi.Input<boolean>;
12818
- /**
12819
- * Indicates if to force apply common labels to resources for kustomize apps.
12820
- */
12821
- forceCommonLabels?: pulumi.Input<boolean>;
12822
12645
  /**
12823
12646
  * List of Kustomize image override specifications.
12824
12647
  */
@@ -13473,14 +13296,6 @@ export declare namespace platform {
13473
13296
  commonLabels?: pulumi.Input<{
13474
13297
  [key: string]: pulumi.Input<string>;
13475
13298
  }>;
13476
- /**
13477
- * Indicates if to force applying common annotations to resources for kustomize apps.
13478
- */
13479
- forceCommonAnnotations?: pulumi.Input<boolean>;
13480
- /**
13481
- * Indicates if to force apply common labels to resources for kustomize apps.
13482
- */
13483
- forceCommonLabels?: pulumi.Input<boolean>;
13484
13299
  /**
13485
13300
  * List of Kustomize image override specifications.
13486
13301
  */
@@ -13903,14 +13718,6 @@ export declare namespace platform {
13903
13718
  commonLabels?: pulumi.Input<{
13904
13719
  [key: string]: pulumi.Input<string>;
13905
13720
  }>;
13906
- /**
13907
- * Indicates if to force applying common annotations to resources for kustomize apps.
13908
- */
13909
- forceCommonAnnotations?: pulumi.Input<boolean>;
13910
- /**
13911
- * Indicates if to force apply common labels to resources for kustomize apps.
13912
- */
13913
- forceCommonLabels?: pulumi.Input<boolean>;
13914
13721
  /**
13915
13722
  * List of Kustomize image override specifications.
13916
13723
  */
@@ -14425,14 +14232,6 @@ export declare namespace platform {
14425
14232
  commonLabels?: pulumi.Input<{
14426
14233
  [key: string]: pulumi.Input<string>;
14427
14234
  }>;
14428
- /**
14429
- * Indicates if to force applying common annotations to resources for kustomize apps.
14430
- */
14431
- forceCommonAnnotations?: pulumi.Input<boolean>;
14432
- /**
14433
- * Indicates if to force apply common labels to resources for kustomize apps.
14434
- */
14435
- forceCommonLabels?: pulumi.Input<boolean>;
14436
14235
  /**
14437
14236
  * List of Kustomize image override specifications.
14438
14237
  */
@@ -14855,14 +14654,6 @@ export declare namespace platform {
14855
14654
  commonLabels?: pulumi.Input<{
14856
14655
  [key: string]: pulumi.Input<string>;
14857
14656
  }>;
14858
- /**
14859
- * Indicates if to force applying common annotations to resources for kustomize apps.
14860
- */
14861
- forceCommonAnnotations?: pulumi.Input<boolean>;
14862
- /**
14863
- * Indicates if to force apply common labels to resources for kustomize apps.
14864
- */
14865
- forceCommonLabels?: pulumi.Input<boolean>;
14866
14657
  /**
14867
14658
  * List of Kustomize image override specifications.
14868
14659
  */
@@ -15301,14 +15092,6 @@ export declare namespace platform {
15301
15092
  commonLabels?: pulumi.Input<{
15302
15093
  [key: string]: pulumi.Input<string>;
15303
15094
  }>;
15304
- /**
15305
- * Indicates if to force applying common annotations to resources for kustomize apps.
15306
- */
15307
- forceCommonAnnotations?: pulumi.Input<boolean>;
15308
- /**
15309
- * Indicates if to force apply common labels to resources for kustomize apps.
15310
- */
15311
- forceCommonLabels?: pulumi.Input<boolean>;
15312
15095
  /**
15313
15096
  * List of Kustomize image override specifications.
15314
15097
  */
@@ -15717,14 +15500,6 @@ export declare namespace platform {
15717
15500
  commonLabels?: pulumi.Input<{
15718
15501
  [key: string]: pulumi.Input<string>;
15719
15502
  }>;
15720
- /**
15721
- * Indicates if to force applying common annotations to resources for kustomize apps.
15722
- */
15723
- forceCommonAnnotations?: pulumi.Input<boolean>;
15724
- /**
15725
- * Indicates if to force apply common labels to resources for kustomize apps.
15726
- */
15727
- forceCommonLabels?: pulumi.Input<boolean>;
15728
15503
  /**
15729
15504
  * List of Kustomize image override specifications.
15730
15505
  */
@@ -16295,14 +16070,6 @@ export declare namespace platform {
16295
16070
  commonLabels?: pulumi.Input<{
16296
16071
  [key: string]: pulumi.Input<string>;
16297
16072
  }>;
16298
- /**
16299
- * Indicates if to force applying common annotations to resources for kustomize apps.
16300
- */
16301
- forceCommonAnnotations?: pulumi.Input<boolean>;
16302
- /**
16303
- * Indicates if to force apply common labels to resources for kustomize apps.
16304
- */
16305
- forceCommonLabels?: pulumi.Input<boolean>;
16306
16073
  /**
16307
16074
  * List of Kustomize image override specifications.
16308
16075
  */
@@ -16957,14 +16724,6 @@ export declare namespace platform {
16957
16724
  commonLabels?: pulumi.Input<{
16958
16725
  [key: string]: pulumi.Input<string>;
16959
16726
  }>;
16960
- /**
16961
- * Indicates if to force applying common annotations to resources for kustomize apps.
16962
- */
16963
- forceCommonAnnotations?: pulumi.Input<boolean>;
16964
- /**
16965
- * Indicates if to force apply common labels to resources for kustomize apps.
16966
- */
16967
- forceCommonLabels?: pulumi.Input<boolean>;
16968
16727
  /**
16969
16728
  * List of Kustomize image override specifications.
16970
16729
  */
@@ -17387,14 +17146,6 @@ export declare namespace platform {
17387
17146
  commonLabels?: pulumi.Input<{
17388
17147
  [key: string]: pulumi.Input<string>;
17389
17148
  }>;
17390
- /**
17391
- * Indicates if to force applying common annotations to resources for kustomize apps.
17392
- */
17393
- forceCommonAnnotations?: pulumi.Input<boolean>;
17394
- /**
17395
- * Indicates if to force apply common labels to resources for kustomize apps.
17396
- */
17397
- forceCommonLabels?: pulumi.Input<boolean>;
17398
17149
  /**
17399
17150
  * List of Kustomize image override specifications.
17400
17151
  */
@@ -17965,14 +17716,6 @@ export declare namespace platform {
17965
17716
  commonLabels?: pulumi.Input<{
17966
17717
  [key: string]: pulumi.Input<string>;
17967
17718
  }>;
17968
- /**
17969
- * Indicates if to force applying common annotations to resources for kustomize apps.
17970
- */
17971
- forceCommonAnnotations?: pulumi.Input<boolean>;
17972
- /**
17973
- * Indicates if to force apply common labels to resources for kustomize apps.
17974
- */
17975
- forceCommonLabels?: pulumi.Input<boolean>;
17976
17719
  /**
17977
17720
  * List of Kustomize image override specifications.
17978
17721
  */
@@ -18627,14 +18370,6 @@ export declare namespace platform {
18627
18370
  commonLabels?: pulumi.Input<{
18628
18371
  [key: string]: pulumi.Input<string>;
18629
18372
  }>;
18630
- /**
18631
- * Indicates if to force applying common annotations to resources for kustomize apps.
18632
- */
18633
- forceCommonAnnotations?: pulumi.Input<boolean>;
18634
- /**
18635
- * Indicates if to force apply common labels to resources for kustomize apps.
18636
- */
18637
- forceCommonLabels?: pulumi.Input<boolean>;
18638
18373
  /**
18639
18374
  * List of Kustomize image override specifications.
18640
18375
  */
@@ -19057,14 +18792,6 @@ export declare namespace platform {
19057
18792
  commonLabels?: pulumi.Input<{
19058
18793
  [key: string]: pulumi.Input<string>;
19059
18794
  }>;
19060
- /**
19061
- * Indicates if to force applying common annotations to resources for kustomize apps.
19062
- */
19063
- forceCommonAnnotations?: pulumi.Input<boolean>;
19064
- /**
19065
- * Indicates if to force apply common labels to resources for kustomize apps.
19066
- */
19067
- forceCommonLabels?: pulumi.Input<boolean>;
19068
18795
  /**
19069
18796
  * List of Kustomize image override specifications.
19070
18797
  */
@@ -19587,14 +19314,6 @@ export declare namespace platform {
19587
19314
  commonLabels?: pulumi.Input<{
19588
19315
  [key: string]: pulumi.Input<string>;
19589
19316
  }>;
19590
- /**
19591
- * Indicates if to force applying common annotations to resources for kustomize apps.
19592
- */
19593
- forceCommonAnnotations?: pulumi.Input<boolean>;
19594
- /**
19595
- * Indicates if to force apply common labels to resources for kustomize apps.
19596
- */
19597
- forceCommonLabels?: pulumi.Input<boolean>;
19598
19317
  /**
19599
19318
  * List of Kustomize image override specifications.
19600
19319
  */
@@ -20017,14 +19736,6 @@ export declare namespace platform {
20017
19736
  commonLabels?: pulumi.Input<{
20018
19737
  [key: string]: pulumi.Input<string>;
20019
19738
  }>;
20020
- /**
20021
- * Indicates if to force applying common annotations to resources for kustomize apps.
20022
- */
20023
- forceCommonAnnotations?: pulumi.Input<boolean>;
20024
- /**
20025
- * Indicates if to force apply common labels to resources for kustomize apps.
20026
- */
20027
- forceCommonLabels?: pulumi.Input<boolean>;
20028
19739
  /**
20029
19740
  * List of Kustomize image override specifications.
20030
19741
  */
@@ -20463,14 +20174,6 @@ export declare namespace platform {
20463
20174
  commonLabels?: pulumi.Input<{
20464
20175
  [key: string]: pulumi.Input<string>;
20465
20176
  }>;
20466
- /**
20467
- * Indicates if to force applying common annotations to resources for kustomize apps.
20468
- */
20469
- forceCommonAnnotations?: pulumi.Input<boolean>;
20470
- /**
20471
- * Indicates if to force apply common labels to resources for kustomize apps.
20472
- */
20473
- forceCommonLabels?: pulumi.Input<boolean>;
20474
20177
  /**
20475
20178
  * List of Kustomize image override specifications.
20476
20179
  */
@@ -20879,14 +20582,6 @@ export declare namespace platform {
20879
20582
  commonLabels?: pulumi.Input<{
20880
20583
  [key: string]: pulumi.Input<string>;
20881
20584
  }>;
20882
- /**
20883
- * Indicates if to force applying common annotations to resources for kustomize apps.
20884
- */
20885
- forceCommonAnnotations?: pulumi.Input<boolean>;
20886
- /**
20887
- * Indicates if to force apply common labels to resources for kustomize apps.
20888
- */
20889
- forceCommonLabels?: pulumi.Input<boolean>;
20890
20585
  /**
20891
20586
  * List of Kustomize image override specifications.
20892
20587
  */
@@ -21397,14 +21092,6 @@ export declare namespace platform {
21397
21092
  commonLabels?: pulumi.Input<{
21398
21093
  [key: string]: pulumi.Input<string>;
21399
21094
  }>;
21400
- /**
21401
- * Indicates if to force applying common annotations to resources for kustomize apps.
21402
- */
21403
- forceCommonAnnotations?: pulumi.Input<boolean>;
21404
- /**
21405
- * Indicates if to force apply common labels to resources for kustomize apps.
21406
- */
21407
- forceCommonLabels?: pulumi.Input<boolean>;
21408
21095
  /**
21409
21096
  * List of Kustomize image override specifications.
21410
21097
  */
@@ -21827,14 +21514,6 @@ export declare namespace platform {
21827
21514
  commonLabels?: pulumi.Input<{
21828
21515
  [key: string]: pulumi.Input<string>;
21829
21516
  }>;
21830
- /**
21831
- * Indicates if to force applying common annotations to resources for kustomize apps.
21832
- */
21833
- forceCommonAnnotations?: pulumi.Input<boolean>;
21834
- /**
21835
- * Indicates if to force apply common labels to resources for kustomize apps.
21836
- */
21837
- forceCommonLabels?: pulumi.Input<boolean>;
21838
21517
  /**
21839
21518
  * List of Kustomize image override specifications.
21840
21519
  */
@@ -22273,14 +21952,6 @@ export declare namespace platform {
22273
21952
  commonLabels?: pulumi.Input<{
22274
21953
  [key: string]: pulumi.Input<string>;
22275
21954
  }>;
22276
- /**
22277
- * Indicates if to force applying common annotations to resources for kustomize apps.
22278
- */
22279
- forceCommonAnnotations?: pulumi.Input<boolean>;
22280
- /**
22281
- * Indicates if to force apply common labels to resources for kustomize apps.
22282
- */
22283
- forceCommonLabels?: pulumi.Input<boolean>;
22284
21955
  /**
22285
21956
  * List of Kustomize image override specifications.
22286
21957
  */
@@ -22689,14 +22360,6 @@ export declare namespace platform {
22689
22360
  commonLabels?: pulumi.Input<{
22690
22361
  [key: string]: pulumi.Input<string>;
22691
22362
  }>;
22692
- /**
22693
- * Indicates if to force applying common annotations to resources for kustomize apps.
22694
- */
22695
- forceCommonAnnotations?: pulumi.Input<boolean>;
22696
- /**
22697
- * Indicates if to force apply common labels to resources for kustomize apps.
22698
- */
22699
- forceCommonLabels?: pulumi.Input<boolean>;
22700
22363
  /**
22701
22364
  * List of Kustomize image override specifications.
22702
22365
  */
@@ -23267,14 +22930,6 @@ export declare namespace platform {
23267
22930
  commonLabels?: pulumi.Input<{
23268
22931
  [key: string]: pulumi.Input<string>;
23269
22932
  }>;
23270
- /**
23271
- * Indicates if to force applying common annotations to resources for kustomize apps.
23272
- */
23273
- forceCommonAnnotations?: pulumi.Input<boolean>;
23274
- /**
23275
- * Indicates if to force apply common labels to resources for kustomize apps.
23276
- */
23277
- forceCommonLabels?: pulumi.Input<boolean>;
23278
22933
  /**
23279
22934
  * List of Kustomize image override specifications.
23280
22935
  */
@@ -23929,14 +23584,6 @@ export declare namespace platform {
23929
23584
  commonLabels?: pulumi.Input<{
23930
23585
  [key: string]: pulumi.Input<string>;
23931
23586
  }>;
23932
- /**
23933
- * Indicates if to force applying common annotations to resources for kustomize apps.
23934
- */
23935
- forceCommonAnnotations?: pulumi.Input<boolean>;
23936
- /**
23937
- * Indicates if to force apply common labels to resources for kustomize apps.
23938
- */
23939
- forceCommonLabels?: pulumi.Input<boolean>;
23940
23587
  /**
23941
23588
  * List of Kustomize image override specifications.
23942
23589
  */
@@ -24359,14 +24006,6 @@ export declare namespace platform {
24359
24006
  commonLabels?: pulumi.Input<{
24360
24007
  [key: string]: pulumi.Input<string>;
24361
24008
  }>;
24362
- /**
24363
- * Indicates if to force applying common annotations to resources for kustomize apps.
24364
- */
24365
- forceCommonAnnotations?: pulumi.Input<boolean>;
24366
- /**
24367
- * Indicates if to force apply common labels to resources for kustomize apps.
24368
- */
24369
- forceCommonLabels?: pulumi.Input<boolean>;
24370
24009
  /**
24371
24010
  * List of Kustomize image override specifications.
24372
24011
  */
@@ -24881,14 +24520,6 @@ export declare namespace platform {
24881
24520
  commonLabels?: pulumi.Input<{
24882
24521
  [key: string]: pulumi.Input<string>;
24883
24522
  }>;
24884
- /**
24885
- * Indicates if to force applying common annotations to resources for kustomize apps.
24886
- */
24887
- forceCommonAnnotations?: pulumi.Input<boolean>;
24888
- /**
24889
- * Indicates if to force apply common labels to resources for kustomize apps.
24890
- */
24891
- forceCommonLabels?: pulumi.Input<boolean>;
24892
24523
  /**
24893
24524
  * List of Kustomize image override specifications.
24894
24525
  */
@@ -25311,14 +24942,6 @@ export declare namespace platform {
25311
24942
  commonLabels?: pulumi.Input<{
25312
24943
  [key: string]: pulumi.Input<string>;
25313
24944
  }>;
25314
- /**
25315
- * Indicates if to force applying common annotations to resources for kustomize apps.
25316
- */
25317
- forceCommonAnnotations?: pulumi.Input<boolean>;
25318
- /**
25319
- * Indicates if to force apply common labels to resources for kustomize apps.
25320
- */
25321
- forceCommonLabels?: pulumi.Input<boolean>;
25322
24945
  /**
25323
24946
  * List of Kustomize image override specifications.
25324
24947
  */
@@ -25757,14 +25380,6 @@ export declare namespace platform {
25757
25380
  commonLabels?: pulumi.Input<{
25758
25381
  [key: string]: pulumi.Input<string>;
25759
25382
  }>;
25760
- /**
25761
- * Indicates if to force applying common annotations to resources for kustomize apps.
25762
- */
25763
- forceCommonAnnotations?: pulumi.Input<boolean>;
25764
- /**
25765
- * Indicates if to force apply common labels to resources for kustomize apps.
25766
- */
25767
- forceCommonLabels?: pulumi.Input<boolean>;
25768
25383
  /**
25769
25384
  * List of Kustomize image override specifications.
25770
25385
  */
@@ -26173,14 +25788,6 @@ export declare namespace platform {
26173
25788
  commonLabels?: pulumi.Input<{
26174
25789
  [key: string]: pulumi.Input<string>;
26175
25790
  }>;
26176
- /**
26177
- * Indicates if to force applying common annotations to resources for kustomize apps.
26178
- */
26179
- forceCommonAnnotations?: pulumi.Input<boolean>;
26180
- /**
26181
- * Indicates if to force apply common labels to resources for kustomize apps.
26182
- */
26183
- forceCommonLabels?: pulumi.Input<boolean>;
26184
25791
  /**
26185
25792
  * List of Kustomize image override specifications.
26186
25793
  */
@@ -26751,14 +26358,6 @@ export declare namespace platform {
26751
26358
  commonLabels?: pulumi.Input<{
26752
26359
  [key: string]: pulumi.Input<string>;
26753
26360
  }>;
26754
- /**
26755
- * Indicates if to force applying common annotations to resources for kustomize apps.
26756
- */
26757
- forceCommonAnnotations?: pulumi.Input<boolean>;
26758
- /**
26759
- * Indicates if to force apply common labels to resources for kustomize apps.
26760
- */
26761
- forceCommonLabels?: pulumi.Input<boolean>;
26762
26361
  /**
26763
26362
  * List of Kustomize image override specifications.
26764
26363
  */
@@ -27413,14 +27012,6 @@ export declare namespace platform {
27413
27012
  commonLabels?: pulumi.Input<{
27414
27013
  [key: string]: pulumi.Input<string>;
27415
27014
  }>;
27416
- /**
27417
- * Indicates if to force applying common annotations to resources for kustomize apps.
27418
- */
27419
- forceCommonAnnotations?: pulumi.Input<boolean>;
27420
- /**
27421
- * Indicates if to force apply common labels to resources for kustomize apps.
27422
- */
27423
- forceCommonLabels?: pulumi.Input<boolean>;
27424
27015
  /**
27425
27016
  * List of Kustomize image override specifications.
27426
27017
  */
@@ -27843,14 +27434,6 @@ export declare namespace platform {
27843
27434
  commonLabels?: pulumi.Input<{
27844
27435
  [key: string]: pulumi.Input<string>;
27845
27436
  }>;
27846
- /**
27847
- * Indicates if to force applying common annotations to resources for kustomize apps.
27848
- */
27849
- forceCommonAnnotations?: pulumi.Input<boolean>;
27850
- /**
27851
- * Indicates if to force apply common labels to resources for kustomize apps.
27852
- */
27853
- forceCommonLabels?: pulumi.Input<boolean>;
27854
27437
  /**
27855
27438
  * List of Kustomize image override specifications.
27856
27439
  */
@@ -28421,14 +28004,6 @@ export declare namespace platform {
28421
28004
  commonLabels?: pulumi.Input<{
28422
28005
  [key: string]: pulumi.Input<string>;
28423
28006
  }>;
28424
- /**
28425
- * Indicates if to force applying common annotations to resources for kustomize apps.
28426
- */
28427
- forceCommonAnnotations?: pulumi.Input<boolean>;
28428
- /**
28429
- * Indicates if to force apply common labels to resources for kustomize apps.
28430
- */
28431
- forceCommonLabels?: pulumi.Input<boolean>;
28432
28007
  /**
28433
28008
  * List of Kustomize image override specifications.
28434
28009
  */
@@ -29083,14 +28658,6 @@ export declare namespace platform {
29083
28658
  commonLabels?: pulumi.Input<{
29084
28659
  [key: string]: pulumi.Input<string>;
29085
28660
  }>;
29086
- /**
29087
- * Indicates if to force applying common annotations to resources for kustomize apps.
29088
- */
29089
- forceCommonAnnotations?: pulumi.Input<boolean>;
29090
- /**
29091
- * Indicates if to force apply common labels to resources for kustomize apps.
29092
- */
29093
- forceCommonLabels?: pulumi.Input<boolean>;
29094
28661
  /**
29095
28662
  * List of Kustomize image override specifications.
29096
28663
  */
@@ -29513,14 +29080,6 @@ export declare namespace platform {
29513
29080
  commonLabels?: pulumi.Input<{
29514
29081
  [key: string]: pulumi.Input<string>;
29515
29082
  }>;
29516
- /**
29517
- * Indicates if to force applying common annotations to resources for kustomize apps.
29518
- */
29519
- forceCommonAnnotations?: pulumi.Input<boolean>;
29520
- /**
29521
- * Indicates if to force apply common labels to resources for kustomize apps.
29522
- */
29523
- forceCommonLabels?: pulumi.Input<boolean>;
29524
29083
  /**
29525
29084
  * List of Kustomize image override specifications.
29526
29085
  */
@@ -30091,14 +29650,6 @@ export declare namespace platform {
30091
29650
  commonLabels?: pulumi.Input<{
30092
29651
  [key: string]: pulumi.Input<string>;
30093
29652
  }>;
30094
- /**
30095
- * Indicates if to force applying common annotations to resources for kustomize apps.
30096
- */
30097
- forceCommonAnnotations?: pulumi.Input<boolean>;
30098
- /**
30099
- * Indicates if to force apply common labels to resources for kustomize apps.
30100
- */
30101
- forceCommonLabels?: pulumi.Input<boolean>;
30102
29653
  /**
30103
29654
  * List of Kustomize image override specifications.
30104
29655
  */
@@ -30753,14 +30304,6 @@ export declare namespace platform {
30753
30304
  commonLabels?: pulumi.Input<{
30754
30305
  [key: string]: pulumi.Input<string>;
30755
30306
  }>;
30756
- /**
30757
- * Indicates if to force applying common annotations to resources for kustomize apps.
30758
- */
30759
- forceCommonAnnotations?: pulumi.Input<boolean>;
30760
- /**
30761
- * Indicates if to force apply common labels to resources for kustomize apps.
30762
- */
30763
- forceCommonLabels?: pulumi.Input<boolean>;
30764
30307
  /**
30765
30308
  * List of Kustomize image override specifications.
30766
30309
  */
@@ -31247,14 +30790,6 @@ export declare namespace platform {
31247
30790
  commonLabels?: pulumi.Input<{
31248
30791
  [key: string]: pulumi.Input<string>;
31249
30792
  }>;
31250
- /**
31251
- * Indicates if to force applying common annotations to resources for kustomize apps.
31252
- */
31253
- forceCommonAnnotations?: pulumi.Input<boolean>;
31254
- /**
31255
- * Indicates if to force apply common labels to resources for kustomize apps.
31256
- */
31257
- forceCommonLabels?: pulumi.Input<boolean>;
31258
30793
  /**
31259
30794
  * List of Kustomize image override specifications.
31260
30795
  */