Obj returns the object that is triggering preemption.
()
| 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. |
no outgoing calls