Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,158 for image1 (0.2 sec)

  1. docs/bigdata/images/image1.png

    image1.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 322.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/dependency-management-resolution.graffle/image1.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)
  3. platforms/documentation/docs/src/docs/userguide/img/dependency-management-file-dependencies.graffle/image1.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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  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. docs/bigdata/images/image3.png

    image3.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 11.4K bytes
    - Viewed (0)
Back to top