Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resourceClassName (0.36 sec)

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

    				if matches := selector.Match(node); !matches {
    					return statusUnschedulable(logger, "excluded by resource class node filter", "pod", klog.KObj(pod), "node", klog.KObj(node), "resourceclassName", claim.Spec.ResourceClassName)
    				}
    			}
    			// Can the builtin controller tell us whether the node is suitable?
    			if state.informationsForClaim[index].structuredParameters {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    			Namespace: namespace,
    			Kind:      "ResourceClassParameters",
    			APIGroup:  "example.com",
    		}).
    		Obj()
    
    	claim = st.MakeResourceClaim().
    		Name(claimName).
    		Namespace(namespace).
    		ResourceClassName(className).
    		Obj()
    	pendingImmediateClaim = st.FromResourceClaim(claim).
    				AllocationMode(resourcev1alpha2.AllocationModeImmediate).
    				Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
Back to top