Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reservedPhysicalCPUs (0.26 sec)

  1. pkg/kubelet/cm/cpumanager/policy_static.go

    	policy.reservedCPUs = reserved
    	policy.reservedPhysicalCPUs = reservedPhysicalCPUs
    
    	return policy, nil
    }
    
    func (p *staticPolicy) Name() string {
    	return string(PolicyStatic)
    }
    
    func (p *staticPolicy) Start(s state.State) error {
    	if err := p.validateState(s); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
Back to top