Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,068 for image2 (0.34 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/dependency-management-configurations.graffle/image2.pdf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  2. pkg/credentialprovider/plugin/plugin_test.go

    			keyLength: 1,
    			getKey:    "image1",
    			expectedResponse: map[string]credentialprovider.DockerConfigEntry{
    				"image1": {
    					Username: "user1",
    					Password: "pass1",
    				},
    			},
    			cacheEntry: cacheEntry{
    				key:       "image1",
    				expiresAt: fakeClock.Now().Add(1 * time.Minute),
    				credentials: map[string]credentialprovider.DockerConfigEntry{
    					"image1": {
    						Username: "user1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 09 06:11:06 UTC 2022
    - 26.5K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    							{
    								Name:  "fake-container1",
    								Image: "fake-image1",
    							},
    							{
    								Name:  "fake-container2",
    								Image: "fake-image2",
    							},
    						},
    					},
    				},
    			},
    
    			options: printers.GenerateOptions{},
    			// Columns: Name, Containers, Images, Pod Labels
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. docs/bigdata/README.md

    ![ambari-login](https://github.com/minio/minio/blob/master/docs/bigdata/images/image3.png?raw=true "ambari login")
    
    ### **3.1 Configure Hadoop**
    
    Navigate to **Services** -> **HDFS** -> **CONFIGS** -> **ADVANCED** as shown below
    
    ![hdfs-configs](https://github.com/minio/minio/blob/master/docs/bigdata/images/image2.png?raw=true "hdfs advanced configs")
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  5. pkg/credentialprovider/plugin/plugin.go

    // return CredentialProviderResponse via stdout.
    func (e *execPlugin) ExecPlugin(ctx context.Context, image string) (*credentialproviderapi.CredentialProviderResponse, error) {
    	klog.V(5).Infof("Getting image %s credentials from external exec plugin %s", image, e.name)
    
    	authRequest := &credentialproviderapi.CredentialProviderRequest{Image: image}
    	data, err := e.encodeRequest(authRequest)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 05:07:28 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/lastappliedmanager_test.go

      selector:
        matchLabels:
          app: my-app
      template:
        metadata:
          labels:
            app: my-app
        spec:
          containers:
          - name: my-c
            image: my-image-v1
          - name: my-c2
            image: my-image2
    `),
    			original: []byte(`
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: my-deployment
      labels:
        app: my-app # missing from last-applied
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 20K bytes
    - Viewed (0)
  7. pkg/api/v1/pod/util_test.go

    			name:     "test1",
    			expected: ExpectedStruct{status: v1.ContainerStatus{Name: "test1", Ready: false, Image: "image1"}, exists: true},
    			desc:     "retrieve ContainerStatus with Name=\"test1\"",
    		},
    		{
    			status:   []v1.ContainerStatus{{Name: "test2", Ready: false, Image: "image2"}},
    			name:     "test1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  8. pkg/registry/core/pod/strategy_test.go

    						{
    							Name:  "container",
    							Image: "image",
    						},
    					},
    					EphemeralContainers: []api.EphemeralContainer{
    						{
    							EphemeralContainerCommon: api.EphemeralContainerCommon{
    								Name:  "container",
    								Image: "image",
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name: "whoops wrong pod",
    			oldPod: &api.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/images/images.go

    	}
    
    	// pause is not available on the ci image repository so use the default image repository.
    	images = append(images, GetPauseImage(cfg))
    
    	// if etcd is not external then add the image as it will be required
    	if cfg.Etcd.Local != nil {
    		images = append(images, GetEtcdImage(cfg))
    	}
    
    	return images
    }
    
    // GetPauseImage returns the image for the "pause" container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 06:33:37 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  10. scripts/playwright/separate_openapi_schemas/image02.py

        page.get_by_role("button", name="Try it out").click()
        page.get_by_role("button", name="Execute").click()
        page.screenshot(
            path="docs/en/docs/img/tutorial/separate-openapi-schemas/image02.png"
        )
    
        # ---------------------
        context.close()
        browser.close()
    
    
    process = subprocess.Popen(
        ["uvicorn", "docs_src.separate_openapi_schemas.tutorial001:app"]
    )
    try:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - 873 bytes
    - Viewed (0)
Back to top