Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstNode (0.09 sec)

  1. pkg/kubelet/cm/memorymanager/memory_manager_test.go

    			}
    			mgr.sourcesReady = &sourcesReadyStub{}
    			mgr.state.SetMachineState(testCase.machineState)
    			mgr.state.SetMemoryAssignments(testCase.assignments)
    			if testCase.firstPod != nil {
    				mgr.containerMap.Add(testCase.firstPod.Name, testCase.firstPod.Spec.Containers[0].Name, "fakeID0")
    			}
    			pod := testCase.podAllocate
    			container := &pod.Spec.Containers[0]
    			err := mgr.Allocate(pod, container)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 13:01:40 UTC 2023
    - 70.2K bytes
    - Viewed (0)
Back to top