MCPcopy
hub / github.com/kubernetes/kubernetes / Obj

Method Obj

pkg/scheduler/framework/preemption/executor.go:61–61  ·  view source on GitHub ↗

Obj returns the object that is triggering preemption.

()

Source from the content-addressed store, hash-verified

59 SchedulerName() string
60 // Obj returns the object that is triggering preemption.
61 Obj() runtime.Object
62 // Pods returns a map of pod name to pods that form a preemptor.
63 Pods() map[string]*v1.Pod
64 // Priority returns the priority of the preemptor.

Implementers 2

podExecutorPreemptorpkg/scheduler/framework/preemption/exe
podGroupExecutorPreemptorpkg/scheduler/framework/preemption/exe

Calls

no outgoing calls