Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoveContainers (0.12 sec)

  1. cmd/kubeadm/app/util/runtime/runtime_test.go

    			containerRuntime.SetImpl(mock)
    
    			image, err := containerRuntime.SandboxImage()
    
    			assert.Equal(t, tc.shouldError, err != nil)
    			assert.Equal(t, tc.expected, image)
    		})
    	}
    }
    
    func TestRemoveContainers(t *testing.T) {
    	for _, tc := range []struct {
    		name        string
    		containers  []string
    		prepare     func(*fakeImpl)
    		shouldError bool
    	}{
    		{
    			name: "valid",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top