Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    				t.Skip("Skip failing test on Windows.")
    			}
    			actual := toKubeContainerStatus(test.input, cid.Type)
    			assert.Equal(t, test.expected, actual, desc)
    		})
    	}
    }
    
    func TestToKubeContainerStatusWithUser(t *testing.T) {
    	if goruntime.GOOS == "windows" {
    		t.Skip("Updating Pod Container User is not supported on Windows.")
    	}
    
    	cid := &kubecontainer.ContainerID{Type: "testRuntime", ID: "dummyid"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top