Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cGFzc2VkLXVzZXI6cGFzc2VkLXBhc3N3b3Jk (0.46 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_image_test.go

    	ctx := context.Background()
    	// auth value is equivalent to: "username":"passed-user","password":"passed-password"
    	dockerCfg := map[string]map[string]string{"index.docker.io/v1/": {"email": "passed-email", "auth": "cGFzc2VkLXVzZXI6cGFzc2VkLXBhc3N3b3Jk"}}
    	dockercfgContent, err := json.Marshal(dockerCfg)
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    
    	dockerConfigJSON := map[string]map[string]map[string]string{"auths": dockerCfg}
    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