Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getncpu (0.21 sec)

  1. pkg/kubelet/apis/podresources/server_v1.go

    	containerResources := &podresourcesv1.ContainerResources{
    		Name:    container.Name,
    		Devices: p.devicesProvider.GetDevices(string(pod.UID), container.Name),
    		CpuIds:  p.cpusProvider.GetCPUs(string(pod.UID), container.Name),
    		Memory:  p.memoryProvider.GetMemory(string(pod.UID), container.Name),
    	}
    	if utilfeature.DefaultFeatureGate.Enabled(kubefeatures.KubeletPodResourcesDynamicResources) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 13:00:09 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/container_manager_windows.go

    	return &noopWindowsResourceAllocator{}
    }
    
    func (cm *containerManagerImpl) UpdateAllocatedDevices() {
    	return
    }
    
    func (cm *containerManagerImpl) GetCPUs(_, _ string) []int64 {
    	return nil
    }
    
    func (cm *containerManagerImpl) GetAllocatableCPUs() []int64 {
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 11:25:36 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top