kubernetes/pkg/kubelet/types/pod_update_test.go

var systemPriority

var systemPriorityUpper

// getTestPod generates a new instance of an empty test Pod
func getTestPod(annotations map[string]string, podPriority *int32, priorityClassName string) *v1.Pod {}

func configSourceAnnotation(source string) map[string]string {}

func configMirrorAnnotation() map[string]string {}

func TestGetValidatedSources(t *testing.T) {}

func TestGetPodSource(t *testing.T) {}

func TestString(t *testing.T) {}

func TestIsMirrorPod(t *testing.T) {}

func TestIsStaticPod(t *testing.T) {}

func TestIsCriticalPod(t *testing.T) {}

func TestPreemptable(t *testing.T) {}

func TestIsCriticalPodBasedOnPriority(t *testing.T) {}

func TestIsNodeCriticalPod(t *testing.T) {}