File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ type PrintConfig struct {
276
276
AddAgeColumn bool `json:"add_age_column"`
277
277
// OrderBy is the field used to sort the list of PrinterColumn options.
278
278
OrderBy string `json:"order_by"`
279
+ }
280
+
279
281
// ReconcileConfig describes options for controlling the reconciliation
280
282
// logic for a particular resource.
281
283
type ReconcileConfig struct {
Original file line number Diff line number Diff line change @@ -554,6 +554,7 @@ func (r *CRD) GetResourcePrintOrderByName() string {
554
554
// kubebuilder:printcolumn comment marker
555
555
func (r * CRD ) PrintAgeColumn () bool {
556
556
return r .cfg .GetResourcePrintAddAgeColumn (r .Names .Camel )
557
+ }
557
558
558
559
// ReconcileRequeuOnSuccessSeconds returns the duration after which to requeue
559
560
// the custom resource as int, if specified in generator config.
You can’t perform that action at this time.
0 commit comments