mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-09 16:51:46 +00:00
Automatic merge from submit-queue Fix print type of podname **What this PR does / why we need it**: It is better to change it to %s. According to context and other prints of this file, pod name's print type are all %s, except this one. Although it does not affect the result. **Release note**: ```release-note NONE ```