Skip to content

Commit

Permalink
[controller] Fix internal hook and reduce image size
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Aug 22, 2024
1 parent cb5b52d commit a6af692
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"fmt"

"github.com/cloudflare/cfssl/log"
mc "sds-health-watcher-controller/api"

"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/util/workqueue"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand All @@ -34,6 +32,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/reconcile"
"sigs.k8s.io/controller-runtime/pkg/source"

mc "sds-health-watcher-controller/api"
"sds-health-watcher-controller/pkg/logger"
)

Expand Down

0 comments on commit a6af692

Please sign in to comment.