@@ -18,7 +18,7 @@ Resource Types:
18
18
(<em >Appears on:</em >
19
19
<a href =" #image.toolkit.fluxcd.io/v1alpha1.ImagePolicyChoice " >ImagePolicyChoice</a >)
20
20
</p >
21
- <p >AlphabeticalPolicy specifices a alphabetical ordering policy.</p >
21
+ <p >AlphabeticalPolicy specifies a alphabetical ordering policy.</p >
22
22
<div class =" md-typeset__scrollwrap " >
23
23
<div class =" md-typeset__table " >
24
24
<table >
@@ -197,6 +197,20 @@ AlphabeticalPolicy
197
197
<p >Alphabetical set of rules to use for alphabetical ordering of the tags.</p >
198
198
</td >
199
199
</tr >
200
+ <tr >
201
+ <td >
202
+ <code >numerical</code ><br >
203
+ <em >
204
+ <a href =" #image.toolkit.fluxcd.io/v1alpha1.NumericalPolicy " >
205
+ NumericalPolicy
206
+ </a >
207
+ </em >
208
+ </td >
209
+ <td >
210
+ <em >(Optional)</em >
211
+ <p >Numerical set of rules to use for numerical ordering of the tags.</p >
212
+ </td >
213
+ </tr >
200
214
</tbody >
201
215
</table >
202
216
</div >
@@ -683,6 +697,41 @@ github.com/fluxcd/pkg/apis/meta.ReconcileRequestStatus
683
697
</table >
684
698
</div >
685
699
</div >
700
+ <h3 id =" image.toolkit.fluxcd.io/v1alpha1.NumericalPolicy " >NumericalPolicy
701
+ </h3 >
702
+ <p >
703
+ (<em >Appears on:</em >
704
+ <a href =" #image.toolkit.fluxcd.io/v1alpha1.ImagePolicyChoice " >ImagePolicyChoice</a >)
705
+ </p >
706
+ <p >NumericalPolicy specifies a numerical ordering policy.</p >
707
+ <div class =" md-typeset__scrollwrap " >
708
+ <div class =" md-typeset__table " >
709
+ <table >
710
+ <thead >
711
+ <tr >
712
+ <th >Field</th >
713
+ <th >Description</th >
714
+ </tr >
715
+ </thead >
716
+ <tbody >
717
+ <tr >
718
+ <td >
719
+ <code >order</code ><br >
720
+ <em >
721
+ string
722
+ </em >
723
+ </td >
724
+ <td >
725
+ <em >(Optional)</em >
726
+ <p >Order specifies the sorting order of the tags. Given the integer values
727
+ from 0 to 9 as tags, ascending order would select 9, and descending order
728
+ would select 0.</p >
729
+ </td >
730
+ </tr >
731
+ </tbody >
732
+ </table >
733
+ </div >
734
+ </div >
686
735
<h3 id =" image.toolkit.fluxcd.io/v1alpha1.ScanResult " >ScanResult
687
736
</h3 >
688
737
<p >
@@ -731,7 +780,7 @@ Kubernetes meta/v1.Time
731
780
(<em >Appears on:</em >
732
781
<a href =" #image.toolkit.fluxcd.io/v1alpha1.ImagePolicyChoice " >ImagePolicyChoice</a >)
733
782
</p >
734
- <p >SemVerPolicy specifices a semantic version policy.</p >
783
+ <p >SemVerPolicy specifies a semantic version policy.</p >
735
784
<div class =" md-typeset__scrollwrap " >
736
785
<div class =" md-typeset__table " >
737
786
<table >
0 commit comments