Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ResourceSlices (0.16 sec)

  1. api/discovery/aggregated_v2.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "resourceslices",
                  "responseKind": {
                    "group": "",
                    "kind": "ResourceSlice",
                    "version": ""
                  },
                  "scope": "Cluster",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2beta1.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "resourceslices",
                  "responseKind": {
                    "group": "",
                    "kind": "ResourceSlice",
                    "version": ""
                  },
                  "scope": "Cluster",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// assigned to such a claim. Alternatively, claim allocation state
    	// could also get tracked across pod scheduling cycles, but that
    	// - adds complexity (need to carefully sync state with informer events
    	//   for claims and ResourceSlices)
    	// - would make integration with cluster autoscaler harder because it would need
    	//   to trigger informer callbacks.
    	//
    	// When implementing cluster autoscaler support, this assume cache or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  4. plugin/pkg/admission/noderestriction/admission_test.go

    }
    
    func TestAdmitResourceSlice(t *testing.T) {
    	apiResource := resourceapi.SchemeGroupVersion.WithResource("resourceslices")
    	nodename := "mynode"
    	mynode := &user.DefaultInfo{Name: "system:node:" + nodename, Groups: []string{"system:nodes"}}
    	err := "can only create ResourceSlice with the same NodeName as the requesting node"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
Back to top