podExecutorPreemptor is a wrapper around single pod used by preemption execution.
| 433 | |
| 434 | // podExecutorPreemptor is a wrapper around single pod used by preemption execution. |
| 435 | type podExecutorPreemptor struct { |
| 436 | *v1.Pod |
| 437 | } |
| 438 | |
| 439 | func (p *podExecutorPreemptor) UID() types.UID { |
| 440 | return p.Pod.UID |
nothing calls this directly
no outgoing calls
no test coverage detected