Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updatePodContainerResources (0.21 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    					cpuRequest:    tc.apiStatusResources[idx].Requests.Cpu().MilliValue(),
    				},
    			}
    			containersToUpdate = append(containersToUpdate, cInfo)
    		}
    		fakeRuntime.Called = []string{}
    		err := m.updatePodContainerResources(pod, tc.resourceName, containersToUpdate)
    		assert.NoError(t, err, dsc)
    
    		if tc.invokeUpdateResources {
    			assert.Contains(t, fakeRuntime.Called, "UpdateContainerResources", dsc)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
Back to top