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 {
276276 AddAgeColumn bool `json:"add_age_column"`
277277 // OrderBy is the field used to sort the list of PrinterColumn options.
278278 OrderBy string `json:"order_by"`
279+ }
280+
279281// ReconcileConfig describes options for controlling the reconciliation
280282// logic for a particular resource.
281283type ReconcileConfig struct {
Original file line number Diff line number Diff line change @@ -554,6 +554,7 @@ func (r *CRD) GetResourcePrintOrderByName() string {
554554// kubebuilder:printcolumn comment marker
555555func (r * CRD ) PrintAgeColumn () bool {
556556 return r .cfg .GetResourcePrintAddAgeColumn (r .Names .Camel )
557+ }
557558
558559// ReconcileRequeuOnSuccessSeconds returns the duration after which to requeue
559560// the custom resource as int, if specified in generator config.
You can’t perform that action at this time.
0 commit comments