Merge pull request #80946 from verb/comments

Fix comment on dropPodStatusDisabledFields method
This commit is contained in:
Kubernetes Prow Robot 2019-08-03 20:17:50 -07:00 committed by GitHub
commit 71245db133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ func DropDisabledPodFields(pod, oldPod *api.Pod) {
dropPodStatusDisabledFields(podStatus, oldPodStatus)
}
// dropDisabledFields removes disabled fields from the pod status
// dropPodStatusDisabledFields removes disabled fields from the pod status
func dropPodStatusDisabledFields(podStatus *api.PodStatus, oldPodStatus *api.PodStatus) {
// trim PodIPs down to only one entry (non dual stack).
if !utilfeature.DefaultFeatureGate.Enabled(features.IPv6DualStack) &&