fix typos in pv_controller.go

make code kinda more readable
This commit is contained in:
AllenZMC 2019-07-25 11:28:19 +08:00 committed by GitHub
parent 9aefaa163f
commit 852040c036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ""
}