MCPcopy
hub / github.com/kubernetes/kubernetes / podExecutorPreemptor

Struct podExecutorPreemptor

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

podExecutorPreemptor is a wrapper around single pod used by preemption execution.

Source from the content-addressed store, hash-verified

433
434// podExecutorPreemptor is a wrapper around single pod used by preemption execution.
435type podExecutorPreemptor struct {
436 *v1.Pod
437}
438
439func (p *podExecutorPreemptor) UID() types.UID {
440 return p.Pod.UID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected