Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for arePodVolumesBound (0.25 sec)

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

    	return pvc.Spec.VolumeName != "" && metav1.HasAnnotation(pvc.ObjectMeta, volume.AnnBindCompleted)
    }
    
    // arePodVolumesBound returns true if all volumes are fully bound
    func (b *volumeBinder) arePodVolumesBound(logger klog.Logger, pod *v1.Pod) bool {
    	for _, vol := range pod.Spec.Volumes {
    		if isBound, _, _ := b.isVolumeBound(logger, pod, &vol); !isBound {
    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