We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e6fd7 commit 3f3ce86Copy full SHA for 3f3ce86
pkg/scheduler/framework/plugins/volumezone/volume_zone.go
@@ -326,7 +326,7 @@ func (pl *VolumeZone) isSchedulableAfterPersistentVolumeClaimChange(logger klog.
326
return framework.QueueSkip, nil
327
}
328
329
-// IsPVCRequestedFromPod verifies if the PVC is bound to PV of a given Pod.
+// IsPVCRequestedFromPod verifies if the PVC is requested from a given Pod.
330
func (pl *VolumeZone) IsPVCRequestedFromPod(logger klog.Logger, pvc *v1.PersistentVolumeClaim, pod *v1.Pod) bool {
331
if (pvc == nil) || (pod.Namespace != pvc.Namespace) {
332
return false
0 commit comments