Merge pull request #80556 from AllenZMC/patch-3

fix typos in pv_controller.go
This commit is contained in:
Kubernetes Prow Robot
2019-07-25 07:36:21 -07:00
committed by GitHub

View File

@@ -1003,7 +1003,7 @@ func (ctrl *PersistentVolumeController) unbindVolume(volume *v1.PersistentVolume
volumeClone.Annotations = nil
}
} else {
// The volume was pre-bound by user. Clear only the binging UID.
// The volume was pre-bound by user. Clear only the binding UID.
volumeClone.Spec.ClaimRef.UID = ""
}