mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 06:13:54 +00:00
Automatic merge from submit-queue (batch tested with PRs 50889, 51347, 50582, 51297, 51264) Fix e2e network util wrong output message **What this PR does / why we need it**: See https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/networking_utils.go#L217 and https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/networking_utils.go#L273 I assume it should be `minTries` -> `MaxTries` This PR fixes the wrong output message. **Which issue this PR fixes**: fixes #51265 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```