@@ -343,6 +343,10 @@ spec:
343343 definition in the format [old_image_name=]<image_name>:<image_tag>
344344 type : string
345345 type : array
346+ labelWithoutSelector :
347+ description : LabelWithoutSelector specifies whether to
348+ apply common labels to resource selectors or not
349+ type : boolean
346350 namePrefix :
347351 description : NamePrefix is a prefix appended to resources
348352 for Kustomize apps
@@ -678,6 +682,10 @@ spec:
678682 image definition in the format [old_image_name=]<image_name>:<image_tag>
679683 type : string
680684 type : array
685+ labelWithoutSelector :
686+ description : LabelWithoutSelector specifies whether
687+ to apply common labels to resource selectors or not
688+ type : boolean
681689 namePrefix :
682690 description : NamePrefix is a prefix appended to resources
683691 for Kustomize apps
@@ -1127,6 +1135,10 @@ spec:
11271135 definition in the format [old_image_name=]<image_name>:<image_tag>
11281136 type : string
11291137 type : array
1138+ labelWithoutSelector :
1139+ description : LabelWithoutSelector specifies whether to apply
1140+ common labels to resource selectors or not
1141+ type : boolean
11301142 namePrefix :
11311143 description : NamePrefix is a prefix appended to resources
11321144 for Kustomize apps
@@ -1452,6 +1464,10 @@ spec:
14521464 definition in the format [old_image_name=]<image_name>:<image_tag>
14531465 type : string
14541466 type : array
1467+ labelWithoutSelector :
1468+ description : LabelWithoutSelector specifies whether to apply
1469+ common labels to resource selectors or not
1470+ type : boolean
14551471 namePrefix :
14561472 description : NamePrefix is a prefix appended to resources
14571473 for Kustomize apps
@@ -1726,6 +1742,19 @@ spec:
17261742 description : ID is an auto incrementing identifier of the RevisionHistory
17271743 format : int64
17281744 type : integer
1745+ initiatedBy :
1746+ description : InitiatedBy contains information about who initiated
1747+ the operations
1748+ properties :
1749+ automated :
1750+ description : Automated is set to true if operation was initiated
1751+ automatically by the application controller.
1752+ type : boolean
1753+ username :
1754+ description : Username contains the name of a user who started
1755+ operation
1756+ type : string
1757+ type : object
17291758 revision :
17301759 description : Revision holds the revision the sync was performed
17311760 against
@@ -1930,6 +1959,10 @@ spec:
19301959 image definition in the format [old_image_name=]<image_name>:<image_tag>
19311960 type : string
19321961 type : array
1962+ labelWithoutSelector :
1963+ description : LabelWithoutSelector specifies whether
1964+ to apply common labels to resource selectors or not
1965+ type : boolean
19331966 namePrefix :
19341967 description : NamePrefix is a prefix appended to resources
19351968 for Kustomize apps
@@ -2268,6 +2301,11 @@ spec:
22682301 image definition in the format [old_image_name=]<image_name>:<image_tag>
22692302 type : string
22702303 type : array
2304+ labelWithoutSelector :
2305+ description : LabelWithoutSelector specifies whether
2306+ to apply common labels to resource selectors or
2307+ not
2308+ type : boolean
22712309 namePrefix :
22722310 description : NamePrefix is a prefix appended to resources
22732311 for Kustomize apps
@@ -2751,6 +2789,11 @@ spec:
27512789 image definition in the format [old_image_name=]<image_name>:<image_tag>
27522790 type : string
27532791 type : array
2792+ labelWithoutSelector :
2793+ description : LabelWithoutSelector specifies whether
2794+ to apply common labels to resource selectors
2795+ or not
2796+ type : boolean
27542797 namePrefix :
27552798 description : NamePrefix is a prefix appended to
27562799 resources for Kustomize apps
@@ -3107,6 +3150,11 @@ spec:
31073150 image definition in the format [old_image_name=]<image_name>:<image_tag>
31083151 type : string
31093152 type : array
3153+ labelWithoutSelector :
3154+ description : LabelWithoutSelector specifies
3155+ whether to apply common labels to resource
3156+ selectors or not
3157+ type : boolean
31103158 namePrefix :
31113159 description : NamePrefix is a prefix appended
31123160 to resources for Kustomize apps
@@ -3577,6 +3625,11 @@ spec:
35773625 image definition in the format [old_image_name=]<image_name>:<image_tag>
35783626 type : string
35793627 type : array
3628+ labelWithoutSelector :
3629+ description : LabelWithoutSelector specifies whether
3630+ to apply common labels to resource selectors or
3631+ not
3632+ type : boolean
35803633 namePrefix :
35813634 description : NamePrefix is a prefix appended to resources
35823635 for Kustomize apps
@@ -3926,6 +3979,11 @@ spec:
39263979 image definition in the format [old_image_name=]<image_name>:<image_tag>
39273980 type : string
39283981 type : array
3982+ labelWithoutSelector :
3983+ description : LabelWithoutSelector specifies whether
3984+ to apply common labels to resource selectors or
3985+ not
3986+ type : boolean
39293987 namePrefix :
39303988 description : NamePrefix is a prefix appended to
39313989 resources for Kustomize apps
@@ -4418,6 +4476,11 @@ spec:
44184476 image definition in the format [old_image_name=]<image_name>:<image_tag>
44194477 type : string
44204478 type : array
4479+ labelWithoutSelector :
4480+ description : LabelWithoutSelector specifies whether
4481+ to apply common labels to resource selectors or
4482+ not
4483+ type : boolean
44214484 namePrefix :
44224485 description : NamePrefix is a prefix appended to resources
44234486 for Kustomize apps
@@ -4767,6 +4830,11 @@ spec:
47674830 image definition in the format [old_image_name=]<image_name>:<image_tag>
47684831 type : string
47694832 type : array
4833+ labelWithoutSelector :
4834+ description : LabelWithoutSelector specifies whether
4835+ to apply common labels to resource selectors or
4836+ not
4837+ type : boolean
47704838 namePrefix :
47714839 description : NamePrefix is a prefix appended to
47724840 resources for Kustomize apps
0 commit comments