Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkBoundClaims (0.13 sec)

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

    		podVolumes.DynamicProvisions = dynamicProvisions
    	}()
    
    	// Check PV node affinity on bound volumes
    	if len(podVolumeClaims.boundClaims) > 0 {
    		boundVolumesSatisfied, boundPVsFound, err = b.checkBoundClaims(logger, podVolumeClaims.boundClaims, node, pod)
    		if err != nil {
    			return
    		}
    	}
    
    	// Find matching volumes and node for unbound claims
    	if len(podVolumeClaims.unboundClaimsDelayBinding) > 0 {
    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