mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Merge pull request #31885 from better0332/master
Automatic merge from submit-queue fix deleteClaim
This commit is contained in:
@@ -413,7 +413,7 @@ func (ctrl *PersistentVolumeController) deleteClaim(obj interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
if !ok || claim == nil {
|
||||
if claim == nil {
|
||||
return
|
||||
}
|
||||
glog.V(4).Infof("claim %q deleted", claimToClaimKey(claim))
|
||||
|
||||
Reference in New Issue
Block a user