mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-10 04:50:27 +00:00
Automatic merge from submit-queue (batch tested with PRs 42252, 42251, 42249, 47512, 47887) fix HostAliases' json keys to be hostAlias instead of hostMapping to reflect actual feature name **What this PR does / why we need it**: a rename was introduce during the middle of #44641 to change from `hostMappings` to `hostAliases`. the Go structs were updated, but I neglected to update the json keys. They should be in sync. **Special notes for your reviewer**: I messed up. This is an API change. I hope this is still ok to be in the 1.7 release. **Release note**: ```release-note HostAliases is now parsed with `hostAliases` json keys to be in line with the feature's name. ```