Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAPIPV (0.12 sec)

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

    			return false, fmt.Errorf("pod does not exist any more: %w", err)
    		}
    		logger.Error(err, "Failed to get pod from the lister", "pod", klog.KObj(pod))
    	}
    
    	for _, binding := range bindings {
    		pv, err := b.pvCache.GetAPIPV(binding.pv.Name)
    		if err != nil {
    			return false, fmt.Errorf("failed to check binding: %w", err)
    		}
    
    		pvc, err := b.pvcCache.GetAPIPVC(getPVCName(binding.pvc))
    		if err != 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