kubernetes/test/e2e/scheduling/limit_range.go

const podName

var _

func equalResourceRequirement(expected v1.ResourceRequirements, actual v1.ResourceRequirements) error {}

func equalResourceList(expected v1.ResourceList, actual v1.ResourceList) error {}

func getResourceList(cpu, memory string, ephemeralStorage string) v1.ResourceList {}

// newLimitRange returns a limit range with specified data
func newLimitRange(name, value string, limitType v1.LimitType,
	min, max,
	defaultLimit, defaultRequest,
	maxLimitRequestRatio v1.ResourceList) *v1.LimitRange {}

// newTestPod returns a pod that has the specified requests and limits
func newTestPod(name string, requests v1.ResourceList, limits v1.ResourceList) *v1.Pod {}

func checkLimitRangeListQuantity(f *framework.Framework, label string, quantity int) func(ctx context.Context) (bool, error) {}