Skip to content

Commit 57492b6

Browse files
committed
config: rest.Config's rest package wasn't being imported
1 parent 14ec08e commit 57492b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/agent/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"github.com/pkg/errors"
2020
"github.com/spf13/cobra"
2121
"gopkg.in/yaml.v3"
22+
"k8s.io/client-go/rest"
2223
)
2324

2425
const (

0 commit comments

Comments
 (0)