mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 18:35:10 +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.