Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isVolumeBound (0.21 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder.go

    			return false, nil
    		}
    	}
    
    	// All pvs and pvcs that we operated on are bound
    	logger.V(2).Info("All PVCs for pod are bound", "pod", klog.KObj(pod))
    	return true, nil
    }
    
    func (b *volumeBinder) isVolumeBound(logger klog.Logger, pod *v1.Pod, vol *v1.Volume) (bound bool, pvc *v1.PersistentVolumeClaim, err error) {
    	pvcName := ""
    	isEphemeral := false
    	switch {
    	case vol.PersistentVolumeClaim != nil:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top