Versions in this module Expand all Collapse all v1 v1.11.0 Jan 24, 2025 Changes in this version + func MakePod(name string, cpuRequest, memoryRequest int64, qosLevel string) *v1.Pod + func MakePodWithExtendResources(name string, cpuRequest, memoryRequest int64, qosLevel string) *v1.Pod + type PodProvider struct + func NewPodProvider(pods ...*v1.Pod) *PodProvider + func (m *PodProvider) Evict(ctx context.Context, pod *v1.Pod, eventRecorder record.EventRecorder, ...) bool + func (m *PodProvider) GetEvictedPods() []*v1.Pod + func (m *PodProvider) GetPodsFunc() ([]*v1.Pod, error) v1.11.0-network-topology-preview.0 Jan 23, 2025