Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Extender (0.42 sec)

  1. pkg/kubelet/kubelet_test.go

    				emptyResource: resourceQuantity2,
    			},
    		}}},
    	}
    	// pod requiring missingResource will pass PredicateAdmit.
    	//
    	// Extended resources missing in node status are ignored in PredicateAdmit.
    	// This is required to support extended resources that are not managed by
    	// device plugin, such as cluster-level resources.
    	missingPodSpec := v1.PodSpec{NodeName: string(kl.nodeName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    				requests[v1.ResourceEphemeralStorage] = ephemeralStorage.DeepCopy()
    			}
    		}
    		//TODO(vinaykul,derekwaynecarr,InPlacePodVerticalScaling): Update this to include extended resources in
    		// addition to CPU, memory, ephemeral storage. Add test case for extended resources.
    		resources := &v1.ResourceRequirements{
    			Limits:   limits,
    			Requests: requests,
    		}
    		return resources
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. cmd/object-handlers.go

    		objInfo.ETag = origETag
    		enqueueTransitionImmediate(objInfo, lcEventSrc_s3PutObject)
    		os.Sweep()
    	}
    }
    
    // PutObjectExtractHandler - PUT Object extract is an extended API
    // based off from AWS Snowball feature to auto extract compressed
    // stream will be extracted in the same directory it is stored in
    // and the folder structures will be built out accordingly.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    			if rt == objabi.R_PEIMAGEOFF {
    				// The R_PEIMAGEOFF offset is a RVA, so subtract
    				// the base address for the executable.
    				o -= PEBASE
    			}
    
    			// On amd64, 4-byte offsets will be sign-extended, so it is impossible to
    			// access more than 2GB of static data; fail at link time is better than
    			// fail at runtime. See https://golang.org/issue/7980.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //
    // # Internal Directories
    //
    // Code in or below a directory named "internal" is importable only
    // by code in the directory tree rooted at the parent of "internal".
    // Here's an extended version of the directory layout above:
    //
    //	/home/user/go/
    //	    src/
    //	        crash/
    //	            bang/              (go code in package bang)
    //	                b.go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top