Skip to content

Commit

Permalink
Avoid depending directly on k8s.io/kubernetes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Aug 22, 2022
1 parent a464bb1 commit 39ef64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api/resource"
"k8s.io/apimachinery/pkg/api/resource"
)

var (
Expand Down

0 comments on commit 39ef64b

Please sign in to comment.