Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bindClaim (0.23 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			claim, err := pl.bindClaim(ctx, state, index, pod, nodeName)
    			if err != nil {
    				return statusError(logger, err)
    			}
    			state.claims[index] = claim
    		}
    	}
    	// If we get here, we know that reserving the claim for
    	// the pod worked and we can proceed with binding it.
    	return nil
    }
    
    // bindClaim gets called by PreBind for claim which is not reserved for the pod yet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top