Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPullWithSecretsWithError (0.4 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_image_test.go

    		require.NoError(t, err)
    		fakeImageService.AssertImagePulledWithAuth(t, &runtimeapi.ImageSpec{Image: test.imageName, Annotations: make(map[string]string)}, test.expectedAuth, description)
    	}
    }
    
    func TestPullWithSecretsWithError(t *testing.T) {
    	ctx := context.Background()
    
    	dockerCfg := map[string]map[string]map[string]string{
    		"auths": {
    			"index.docker.io/v1/": {
    				"email": "passed-email",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top