Skip to content

Commit 3f3ce86

Browse files
committed
update_comment
1 parent a3e6fd7 commit 3f3ce86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/plugins/volumezone/volume_zone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func (pl *VolumeZone) isSchedulableAfterPersistentVolumeClaimChange(logger klog.
326326
return framework.QueueSkip, nil
327327
}
328328

329-
// IsPVCRequestedFromPod verifies if the PVC is bound to PV of a given Pod.
329+
// IsPVCRequestedFromPod verifies if the PVC is requested from a given Pod.
330330
func (pl *VolumeZone) IsPVCRequestedFromPod(logger klog.Logger, pvc *v1.PersistentVolumeClaim, pod *v1.Pod) bool {
331331
if (pvc == nil) || (pod.Namespace != pvc.Namespace) {
332332
return false

0 commit comments

Comments
 (0)