NominatedNodeName sets `n` as the .Status.NominatedNodeName of the inner pod.
(n string)
| 478 | |
| 479 | // NominatedNodeName sets `n` as the .Status.NominatedNodeName of the inner pod. |
| 480 | func (p *PodWrapper) NominatedNodeName(n string) *PodWrapper { |
| 481 | p.Status.NominatedNodeName = n |
| 482 | return p |
| 483 | } |
| 484 | |
| 485 | // Phase sets `phase` as .status.Phase of the inner pod. |
| 486 | func (p *PodWrapper) Phase(phase v1.PodPhase) *PodWrapper { |
no outgoing calls