kubernetes/pkg/kubelet/kuberuntime/kuberuntime_container_test.go

// TestRemoveContainer tests removing the container and its corresponding container logs.
func TestRemoveContainer(t *testing.T) {}

// TestKillContainer tests killing the container in a Pod.
func TestKillContainer(t *testing.T) {}

// TestToKubeContainerStatus tests the converting the CRI container status to
// the internal type (i.e., toKubeContainerStatus()) for containers in
// different states.
func TestToKubeContainerStatus(t *testing.T) {}

// TestToKubeContainerStatusWithResources tests the converting the CRI container status to
// the internal type (i.e., toKubeContainerStatus()) for containers that returns Resources.
func TestToKubeContainerStatusWithResources(t *testing.T) {}

func TestToKubeContainerStatusWithUser(t *testing.T) {}

func testLifeCycleHook(t *testing.T, testPod *v1.Pod, testContainer *v1.Container) {}

func TestLifeCycleHook(t *testing.T) {}

func TestLifeCycleHookForRestartableInitContainer(t *testing.T) {}

func TestStartSpec(t *testing.T) {}

func TestRestartCountByLogDir(t *testing.T) {}

func TestKillContainerGracePeriod(t *testing.T) {}

// TestUpdateContainerResources tests updating a container in a Pod.
func TestUpdateContainerResources(t *testing.T) {}