kubernetes/test/e2e/storage/static_pods.go

var _

func stopKindKubelet(ctx context.Context) error {}

func startKindKubelet(ctx context.Context) error {}

func stopControlPlane(ctx context.Context) error {}

func enableControlPlane(ctx context.Context) error {}

// Run a command in container with kubelet (and the whole control plane as containers)
func kubeletExec(command ...string) error {}

func getKindContainerName() string {}

func prettyCmd(cmd *exec.Cmd) string {}