Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for resourceslices (0.46 sec)

  1. pkg/scheduler/testing/wrappers.go

    	resourcev1alpha2.ResourceSlice
    }
    
    func MakeResourceSlice(nodeName, driverName string) *ResourceSliceWrapper {
    	wrapper := new(ResourceSliceWrapper)
    	wrapper.Name = nodeName + "-" + driverName
    	wrapper.NodeName = nodeName
    	wrapper.DriverName = driverName
    	return wrapper
    }
    
    func (wrapper *ResourceSliceWrapper) Obj() *resourcev1alpha2.ResourceSlice {
    	return &wrapper.ResourceSlice
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "group": "resource.k8s.io",
              "kind": "ResourceSlice",
              "version": "v1alpha2"
            }
          }
        },
        "/apis/resource.k8s.io/v1alpha2/resourceslices/{name}": {
          "delete": {
            "consumes": [
              "*/*"
            ],
            "description": "delete a ResourceSlice",
            "operationId": "deleteResourceV1alpha2ResourceSlice",
            "parameters": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/node/graph.go

    	resourceClaimVertexType
    	secretVertexType
    	vaVertexType
    	serviceAccountVertexType
    )
    
    var vertexTypes = map[vertexType]string{
    	configMapVertexType:      "configmap",
    	sliceVertexType:          "resourceslice",
    	nodeVertexType:           "node",
    	podVertexType:            "pod",
    	pvcVertexType:            "pvc",
    	pvVertexType:             "pv",
    	resourceClaimVertexType:  "resourceclaim",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers.go

    		{Name: "Name", Type: "string", Format: "name", Description: metav1.ObjectMeta{}.SwaggerDoc()["name"]},
    		{Name: "Node", Type: "string", Description: resourcev1alpha2.ResourceSlice{}.SwaggerDoc()["nodeName"]},
    		{Name: "Driver", Type: "string", Description: resourcev1alpha2.ResourceSlice{}.SwaggerDoc()["driverName"]},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"driverName": {
    						SchemaProps: spec.SchemaProps{
    							Description: "DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.checkTypeName_();},getRendererHelper(sourceSlices){const traceModel=this.startThread.parent.model;const modelHelper=traceModel.getOrCreateHelper(tr.model.helpers.ChromeModelHelper);if(!modelHelper)return undefined;let mainThread=undefined;let compositorThread=undefined;for(const i in sourceSlices){if(sourceSlices[i].parentContainer.name===MAIN_RENDERER_THREAD_NAME){mainThread=sourceSlices[i].parentContainer;}else if(sourceSlices[i].parentContainer.name===COMPOSITOR_THREAD_NAME){co...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top