kubernetes/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go

const testPodLogsDirectory

func TestGeneratePodSandboxConfig(t *testing.T) {}

// TestCreatePodSandbox tests creating sandbox and its corresponding pod log directory.
func TestCreatePodSandbox(t *testing.T) {}

func TestGeneratePodSandboxLinuxConfigSeccomp(t *testing.T) {}

// TestCreatePodSandbox_RuntimeClass tests creating sandbox with RuntimeClasses enabled.
func TestCreatePodSandbox_RuntimeClass(t *testing.T) {}

func newTestPod() *v1.Pod {}

func newSeccompPod(podFieldProfile, containerFieldProfile *v1.SeccompProfile, podAnnotationProfile, containerAnnotationProfile string) *v1.Pod {}

func TestGeneratePodSandboxWindowsConfig_HostProcess(t *testing.T) {}

func TestGeneratePodSandboxWindowsConfig_HostNetwork(t *testing.T) {}