Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllocatedResources (0.19 sec)

  1. pkg/scheduler/framework/types.go

    	// the actual resource requests for this node, but is used to avoid scheduling
    	// many zero-request pods onto one node.
    	NonZeroRequested *Resource
    	// We store allocatedResources (which is Node.Status.Allocatable.*) explicitly
    	// as int64, to avoid conversions and accessing map.
    	Allocatable *Resource
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
Back to top