Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetContainerResourceAllocation (0.22 sec)

  1. pkg/kubelet/status/testing/mock_pod_status_provider.go

    }
    
    // GetContainerResourceAllocation indicates an expected call of GetContainerResourceAllocation.
    func (mr *MockManagerMockRecorder) GetContainerResourceAllocation(podUID, containerName any) *gomock.Call {
    	mr.mock.ctrl.T.Helper()
    	return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetContainerResourceAllocation", reflect.TypeOf((*MockManager)(nil).GetContainerResourceAllocation), podUID, containerName)
    }
    
    // GetPodResizeStatus mocks base method.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. pkg/kubelet/status/status_manager.go

    	// the provided podUIDs.
    	RemoveOrphanedStatuses(podUIDs map[types.UID]bool)
    
    	// GetContainerResourceAllocation returns checkpointed AllocatedResources value for the container
    	GetContainerResourceAllocation(podUID string, containerName string) (v1.ResourceList, bool)
    
    	// GetPodResizeStatus returns checkpointed PodStatus.Resize value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
Back to top