Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 64 for pos3 (0.12 sec)

  1. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create a FlowSchema",
            "operationId": "createFlowcontrolApiserverV1beta3FlowSchema",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create a FlowSchema",
            "operationId": "createFlowcontrolApiserverV1FlowSchema",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    			q.To.SetTarget(p.Link)
    		}
    		q.Link = c.blitrl
    		q.Pos = p.Pos
    		c.blitrl = q
    	}
    
    	// The line number for constant pool entries doesn't really matter.
    	// We set it to the line number of the preceding instruction so that
    	// there are no deltas to encode in the pc-line tables.
    	for q := c.blitrl; q != nil; q = q.Link {
    		q.Pos = p.Pos
    	}
    
    	c.elitrl.Link = p.Link
    	p.Link = c.blitrl
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

    TF_Operation* TF_GraphNextOperation(TF_Graph* graph, size_t* pos) {
      if (*pos == 0) {
        // Advance past the first sentinel nodes in every graph (the source & sink).
        *pos += 2;
      } else {
        // Advance to the next node.
        *pos += 1;
      }
    
      mutex_lock l(graph->mu);
      while (*pos < static_cast<size_t>(graph->graph.num_node_ids())) {
        Node* node = graph->graph.FindNodeId(*pos);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create an IPAddress",
            "operationId": "createNetworkingV1alpha1IPAddress",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_test.go

    			},
    		},
    		{
    			name:                  "Having both memory and cpu, resource allocation exists (with different value)",
    			pod:                   podWithUIDNameNsSpec("3", "pod3", "foo", *cpu500mMem500MPodSpec),
    			existingPodAllocation: podWithUIDNameNsSpec("3", "pod3", "foo", *cpu800mMem800MPodSpec),
    			expectedPodResourceAllocation: state.PodResourceAllocation{
    				"3": map[string]v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create a StorageVersion",
            "operationId": "createInternalApiserverV1alpha1StorageVersion",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create an APIService",
            "operationId": "createApiregistrationV1APIService",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top