Skip to content

Commit 00ca523

Browse files
committed
Fix Rebasing Error
1 parent dc66295 commit 00ca523

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pkg/generate/config/resource.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
281283
type ReconcileConfig struct {

pkg/model/crd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ func (r *CRD) GetResourcePrintOrderByName() string {
554554
// kubebuilder:printcolumn comment marker
555555
func (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.

0 commit comments

Comments
 (0)