blob: 22784c68d679df9654be69a90f7c758d7f233044 [file] [log] [blame]
//go:build tools
// +tools
package tools
import (
_ "k8s.io/kubernetes/cmd/kubectl"
)