Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PodSchedulingContext (0.53 sec)

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

    	// Deleted? That can happen because we ourselves delete the PodSchedulingContext while
    	// working on the pod. This can be ignored.
    	if oldObj != nil && newObj == nil {
    		logger.V(4).Info("PodSchedulingContext got deleted")
    		return framework.QueueSkip, nil
    	}
    
    	oldPodScheduling, newPodScheduling, err := schedutil.As[*resourcev1alpha2.PodSchedulingContext](oldObj, newObj)
    	if err != nil {
    		// Shouldn't happen.
    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

    						scheduling: func(in *resourcev1alpha2.PodSchedulingContext) *resourcev1alpha2.PodSchedulingContext {
    							return st.FromPodSchedulingContexts(in).
    								SelectedNode(workerNode.Name).
    								Obj()
    						},
    					},
    				},
    			},
    		},
    		"delayed-allocation-scheduling-finish-concurrent-label-update": {
    			// Use the populated PodSchedulingContext object to select a
    			// node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                    "kind": "PodSchedulingContext",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "podschedulingcontext",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
                        "kind": "PodSchedulingContext",
                        "version": ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                    "kind": "PodSchedulingContext",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "podschedulingcontext",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
                        "kind": "PodSchedulingContext",
                        "version": ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top