Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createAndStartFakeRemoteRuntime (0.62 sec)

  1. pkg/kubelet/kubelet_test.go

    func (p podsByUID) Less(i, j int) bool { return p[i].UID < p[j].UID }
    
    // createAndStartFakeRemoteRuntime creates and starts fakeremote.RemoteRuntime.
    // It returns the RemoteRuntime, endpoint on success.
    // Users should call fakeRuntime.Stop() to cleanup the server.
    func createAndStartFakeRemoteRuntime(t *testing.T) (*fakeremote.RemoteRuntime, string) {
    	endpoint, err := fakeremote.GenerateEndpoint()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top