Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dockerConfig (0.17 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_image_test.go

    		builtInDockerConfig credentialprovider.DockerConfig
    		expectedAuth        *runtimeapi.AuthConfig
    	}{
    		"no matching secrets": {
    			"ubuntu",
    			[]v1.Secret{},
    			credentialprovider.DockerConfig(map[string]credentialprovider.DockerConfigEntry{}),
    			nil,
    		},
    		"default keyring secrets": {
    			"ubuntu",
    			[]v1.Secret{},
    			credentialprovider.DockerConfig(map[string]credentialprovider.DockerConfigEntry{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. pkg/test/framework/resource/flags.go

    		"Common image pull policy to use when deploying container images")
    	flag.StringVar(&settingsFromCommandLine.Image.PullSecret, "istio.test.imagePullSecret", settingsFromCommandLine.Image.PullSecret,
    		"Path to a file containing a DockerConfig secret use for test apps. This will be pushed to all created namespaces."+
    			"Secret should already exist when used with istio.test.stableNamespaces.")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top