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 @@ -267,6 +267,8 @@ type PrintConfig struct {
267267 AddAgeColumn bool `json:"add_age_column"`
268268 // OrderBy is the field used to sort the list of PrinterColumn options.
269269 OrderBy string `json:"order_by"`
270+ }
271+
270272// ReconcileConfig describes options for controlling the reconciliation
271273// logic for a particular resource.
272274type ReconcileConfig struct {
Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ func (r *CRD) GetResourcePrintOrderByName() string {
465465// kubebuilder:printcolumn comment marker
466466func (r * CRD ) PrintAgeColumn () bool {
467467 return r .cfg .GetResourcePrintAddAgeColumn (r .Names .Camel )
468+ }
468469
469470// ReconcileRequeuOnSuccessSeconds returns the duration after which to requeue
470471// the custom resource as int, if specified in generator config.
You can’t perform that action at this time.
0 commit comments