kubernetes/test/e2e_node/standalone_test.go

var _

func createBasicStaticPod(dir, name, namespace string) error {}

func getPodFromStandaloneKubelet(ctx context.Context, podNamespace string, podName string) (*v1.Pod, error) {}

// Decodes the http response from /configz and returns a kubeletconfig.KubeletConfiguration (internal type).
func decodePods(respBody []byte) (*v1.PodList, error) {}