Move the remaining kubectl bits to k8s.io/kubectl

This commit is contained in:
Maciej Szulik
2020-11-03 22:11:39 +01:00
parent 2e74df97a4
commit 9b8247e5dd
10 changed files with 6 additions and 16 deletions

View File

@@ -22,8 +22,8 @@ import (
"os"
"github.com/spf13/cobra/doc"
"k8s.io/kubectl/pkg/cmd"
"k8s.io/kubernetes/cmd/genutils"
"k8s.io/kubernetes/pkg/kubectl/cmd"
)
func main() {