mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #31885 from better0332/master
Automatic merge from submit-queue fix deleteClaim
This commit is contained in:
commit
d532bfc63c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user