const maxNumberOfPods …
const defaultTimeout …
var localStorageVersion …
var workerNodes …
type pausePodConfig …
var _ …
func patchPod(cs clientset.Interface, old, new *v1.Pod) (*v1.Pod, error) { … }
func printAllPodsOnNode(ctx context.Context, c clientset.Interface, nodeName string) { … }
func initPausePod(f *framework.Framework, conf pausePodConfig) *v1.Pod { … }
func createPausePod(ctx context.Context, f *framework.Framework, conf pausePodConfig) *v1.Pod { … }
func runPausePod(ctx context.Context, f *framework.Framework, conf pausePodConfig) *v1.Pod { … }
func runPodAndGetNodeName(ctx context.Context, f *framework.Framework, conf pausePodConfig) string { … }
func getRequestedCPU(pod v1.Pod) int64 { … }
func getRequestedStorageEphemeralStorage(pod v1.Pod) int64 { … }
func removeTaintFromNodeAction(cs clientset.Interface, nodeName string, testTaint v1.Taint) Action { … }
func createPausePodAction(f *framework.Framework, conf pausePodConfig) Action { … }
func WaitForSchedulerAfterAction(ctx context.Context, f *framework.Framework, action Action, ns, podName string, expectSuccess bool) { … }
func verifyResult(ctx context.Context, c clientset.Interface, expectedScheduled int, expectedNotScheduled int, ns string) { … }
func GetNodeThatCanRunPod(ctx context.Context, f *framework.Framework) string { … }
func Get2NodesThatCanRunPod(ctx context.Context, f *framework.Framework) []string { … }
func getNodeThatCanRunPodWithoutToleration(ctx context.Context, f *framework.Framework) string { … }
func CreateHostPortPods(ctx context.Context, f *framework.Framework, id string, replicas int, expectRunning bool) { … }
func CreateNodeSelectorPods(ctx context.Context, f *framework.Framework, id string, replicas int, nodeSelector map[string]string, expectRunning bool) error { … }
func createHostPortPodOnNode(ctx context.Context, f *framework.Framework, podName, ns, hostIP string, port int32, protocol v1.Protocol, nodeSelector map[string]string, expectScheduled bool) { … }
func GetPodsScheduled(workerNodes sets.Set[string], pods *v1.PodList) (scheduledPods, notScheduledPods []v1.Pod) { … }
func getNodeHostIP(ctx context.Context, f *framework.Framework, nodeName string) string { … }