mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
If the user has not specified a pull policy we must assume a default of v1.PullIfNotPresent. Add some extra verbose output to help users monitor what policy is used and what images are skipped / pulled. Use "fallthrough" and case handle "v1.PullAlways". Update unit test.