var systemPriority …
var systemPriorityUpper …
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) { … }