@@ -320,6 +320,12 @@ spec:
320
320
description : CommonLabels is a list of additional labels
321
321
to add to rendered manifests
322
322
type : object
323
+ components :
324
+ description : Components specifies a list of kustomize
325
+ components to add to the kustomization before building
326
+ items :
327
+ type : string
328
+ type : array
323
329
forceCommonAnnotations :
324
330
description : ForceCommonAnnotations specifies whether
325
331
to force applying common annotations to resources for
@@ -648,6 +654,12 @@ spec:
648
654
description : CommonLabels is a list of additional labels
649
655
to add to rendered manifests
650
656
type : object
657
+ components :
658
+ description : Components specifies a list of kustomize
659
+ components to add to the kustomization before building
660
+ items :
661
+ type : string
662
+ type : array
651
663
forceCommonAnnotations :
652
664
description : ForceCommonAnnotations specifies whether
653
665
to force applying common annotations to resources
@@ -1093,6 +1105,12 @@ spec:
1093
1105
description : CommonLabels is a list of additional labels to
1094
1106
add to rendered manifests
1095
1107
type : object
1108
+ components :
1109
+ description : Components specifies a list of kustomize components
1110
+ to add to the kustomization before building
1111
+ items :
1112
+ type : string
1113
+ type : array
1096
1114
forceCommonAnnotations :
1097
1115
description : ForceCommonAnnotations specifies whether to force
1098
1116
applying common annotations to resources for Kustomize apps
@@ -1411,6 +1429,12 @@ spec:
1411
1429
description : CommonLabels is a list of additional labels
1412
1430
to add to rendered manifests
1413
1431
type : object
1432
+ components :
1433
+ description : Components specifies a list of kustomize components
1434
+ to add to the kustomization before building
1435
+ items :
1436
+ type : string
1437
+ type : array
1414
1438
forceCommonAnnotations :
1415
1439
description : ForceCommonAnnotations specifies whether to
1416
1440
force applying common annotations to resources for Kustomize
@@ -1882,6 +1906,12 @@ spec:
1882
1906
description : CommonLabels is a list of additional labels
1883
1907
to add to rendered manifests
1884
1908
type : object
1909
+ components :
1910
+ description : Components specifies a list of kustomize
1911
+ components to add to the kustomization before building
1912
+ items :
1913
+ type : string
1914
+ type : array
1885
1915
forceCommonAnnotations :
1886
1916
description : ForceCommonAnnotations specifies whether
1887
1917
to force applying common annotations to resources
@@ -2214,6 +2244,12 @@ spec:
2214
2244
description : CommonLabels is a list of additional
2215
2245
labels to add to rendered manifests
2216
2246
type : object
2247
+ components :
2248
+ description : Components specifies a list of kustomize
2249
+ components to add to the kustomization before building
2250
+ items :
2251
+ type : string
2252
+ type : array
2217
2253
forceCommonAnnotations :
2218
2254
description : ForceCommonAnnotations specifies whether
2219
2255
to force applying common annotations to resources
@@ -2690,6 +2726,13 @@ spec:
2690
2726
description : CommonLabels is a list of additional
2691
2727
labels to add to rendered manifests
2692
2728
type : object
2729
+ components :
2730
+ description : Components specifies a list of kustomize
2731
+ components to add to the kustomization before
2732
+ building
2733
+ items :
2734
+ type : string
2735
+ type : array
2693
2736
forceCommonAnnotations :
2694
2737
description : ForceCommonAnnotations specifies
2695
2738
whether to force applying common annotations
@@ -3039,6 +3082,13 @@ spec:
3039
3082
description : CommonLabels is a list of additional
3040
3083
labels to add to rendered manifests
3041
3084
type : object
3085
+ components :
3086
+ description : Components specifies a list of
3087
+ kustomize components to add to the kustomization
3088
+ before building
3089
+ items :
3090
+ type : string
3091
+ type : array
3042
3092
forceCommonAnnotations :
3043
3093
description : ForceCommonAnnotations specifies
3044
3094
whether to force applying common annotations
@@ -3503,6 +3553,12 @@ spec:
3503
3553
description : CommonLabels is a list of additional
3504
3554
labels to add to rendered manifests
3505
3555
type : object
3556
+ components :
3557
+ description : Components specifies a list of kustomize
3558
+ components to add to the kustomization before building
3559
+ items :
3560
+ type : string
3561
+ type : array
3506
3562
forceCommonAnnotations :
3507
3563
description : ForceCommonAnnotations specifies whether
3508
3564
to force applying common annotations to resources
@@ -3845,6 +3901,13 @@ spec:
3845
3901
description : CommonLabels is a list of additional
3846
3902
labels to add to rendered manifests
3847
3903
type : object
3904
+ components :
3905
+ description : Components specifies a list of kustomize
3906
+ components to add to the kustomization before
3907
+ building
3908
+ items :
3909
+ type : string
3910
+ type : array
3848
3911
forceCommonAnnotations :
3849
3912
description : ForceCommonAnnotations specifies whether
3850
3913
to force applying common annotations to resources
@@ -4331,6 +4394,12 @@ spec:
4331
4394
description : CommonLabels is a list of additional
4332
4395
labels to add to rendered manifests
4333
4396
type : object
4397
+ components :
4398
+ description : Components specifies a list of kustomize
4399
+ components to add to the kustomization before building
4400
+ items :
4401
+ type : string
4402
+ type : array
4334
4403
forceCommonAnnotations :
4335
4404
description : ForceCommonAnnotations specifies whether
4336
4405
to force applying common annotations to resources
@@ -4673,6 +4742,13 @@ spec:
4673
4742
description : CommonLabels is a list of additional
4674
4743
labels to add to rendered manifests
4675
4744
type : object
4745
+ components :
4746
+ description : Components specifies a list of kustomize
4747
+ components to add to the kustomization before
4748
+ building
4749
+ items :
4750
+ type : string
4751
+ type : array
4676
4752
forceCommonAnnotations :
4677
4753
description : ForceCommonAnnotations specifies whether
4678
4754
to force applying common annotations to resources
0 commit comments