kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/cmd_test.go

func TestNormalizationFuncGlobalExistence(t *testing.T) {}

func TestKubectlSubcommandShadowPlugin(t *testing.T) {}

func TestKubectlCommandHandlesPlugins(t *testing.T) {}

type testPluginHandler

func (h *testPluginHandler) Lookup(filename string) (string, bool) {}

func (h *testPluginHandler) Execute(executablePath string, cmdArgs, env []string) error {}

func TestKubectlCommandHeadersHooks(t *testing.T) {}