Skip to content

Commit fb10242

Browse files
committed
Fix Rebasing Error
1 parent 4b76251 commit fb10242

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
@@ -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.
272274
type ReconcileConfig struct {

pkg/model/crd.go

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

0 commit comments

Comments
 (0)