kubernetes/test/integration/scheduler/filters/filters_test.go

var createAndWaitForNodesInCache

var createNamespacesWithLabels

var createNode

var updateNode

var createPausePod

var deletePod

var getPod

var initPausePod

var initTest

var podScheduledIn

var podUnschedulable

var waitForPodUnschedulable

const pollInterval

var ignorePolicy

var honorPolicy

var taints

// TestInterPodAffinity verifies that scheduler's inter pod affinity and
// anti-affinity predicate functions works correctly.
func TestInterPodAffinity(t *testing.T) {}

// TestInterPodAffinityWithNamespaceSelector verifies that inter pod affinity with NamespaceSelector works as expected.
func TestInterPodAffinityWithNamespaceSelector(t *testing.T) {}

// TestPodTopologySpreadFilter verifies that EvenPodsSpread predicate functions well.
func TestPodTopologySpreadFilter(t *testing.T) {}

var hardSpread

func TestUnschedulablePodBecomesSchedulable(t *testing.T) {}

// TestPodAffinityMatchLabelKeyEnablement tests the Pod is correctly mutated by MatchLabelKeysInPodAffinity feature,
// even if turing the feature gate enabled or disabled.
func TestPodAffinityMatchLabelKeyEnablement(t *testing.T) {}