Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,476 for image2 (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. docs/bigdata/images/image8.png

    image8.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 77.5K bytes
    - Viewed (0)
  5. docs/en/docs/img/tutorial/body/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 79.3K bytes
    - Viewed (0)
  6. docs/en/docs/img/tutorial/response-status-code/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 29.7K bytes
    - Viewed (0)
  7. docs/en/docs/img/tutorial/sql-databases/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 81.5K bytes
    - Viewed (0)
  8. docs/en/docs/img/tutorial/sub-applications/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 52.1K bytes
    - Viewed (0)
  9. docs/en/docs/img/tutorial/websockets/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 17.9K 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