Skip to content

Commit

Permalink
Merge pull request #565 from lsviben/fix-import
Browse files Browse the repository at this point in the history
fix missing import
  • Loading branch information
turkenh authored Oct 3, 2023
2 parents 075b3d5 + 3e9d757 commit b537456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/reconciler/managed/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"strings"
"time"

kerrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/util/sets"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down

0 comments on commit b537456

Please sign in to comment.