Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    				}
    			}
    			// Can the builtin controller tell us whether the node is suitable?
    			if state.informationsForClaim[index].structuredParameters {
    				suitable, err := state.informationsForClaim[index].controller.nodeIsSuitable(ctx, node.Name, state.resources)
    				if err != nil {
    					// An error indicates that something wasn't configured correctly, for example
    					// writing a CEL expression which doesn't handle a map lookup error. Normally
    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