Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakePodName (0.18 sec)

  1. pkg/kubelet/kubelet_pods_linux_test.go

    			fsp := &subpath.FakeSubpath{}
    			pod := v1.Pod{
    				Spec: v1.PodSpec{
    					HostNetwork: true,
    				},
    			}
    
    			mounts, _, err := makeMounts(&pod, "/pod", &tc.container, "fakepodname", "", []string{""}, tc.podVolumes, fhu, fsp, nil, tc.supportsRRO)
    
    			// validate only the error if we expect an error
    			if tc.expectErr {
    				if err == nil || err.Error() != tc.expectedErrMsg {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 18:00:59 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top