Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for image1 (0.17 sec)

  1. 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)
  2. docs/en/docs/img/tutorial/debugging/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 169.5K bytes
    - Viewed (0)
  3. docs/en/docs/img/tutorial/security/image10.png

    image10.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 155.4K bytes
    - Viewed (0)
  4. docs/en/docs/img/deployment/concepts/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 01 20:44:19 UTC 2021
    - 121.9K bytes
    - Viewed (0)
  5. docs/en/docs/img/tutorial/path-params/image03.png

    image03.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Nov 05 22:30:09 UTC 2020
    - 115.8K bytes
    - Viewed (0)
  6. pkg/apis/apps/validation/validation_test.go

    		DNSPolicy:     api.DNSClusterFirst,
    		Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    	}
    	validPodSpecDef := api.PodSpec{
    		RestartPolicy: api.RestartPolicyAlways,
    		DNSPolicy:     api.DNSClusterFirst,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

        # If the master image is not set, we use the latest image based on image
        # family.
        kube_master_image="${KUBE_GCE_MASTER_IMAGE:-${GCI_VERSION}}"
        if [[ -z "${kube_master_image}" ]]; then
          kube_master_image=$(gcloud compute images list --project="${MASTER_IMAGE_PROJECT}" --no-standard-images --filter="family:${MASTER_IMAGE_FAMILY}" --format 'value(name)')
        fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    			RestartPolicy:  api.RestartPolicyOnFailure,
    			DNSPolicy:      api.DNSClusterFirst,
    			Containers:     []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    			InitContainers: []api.Container{{Name: "def", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: api.TerminationMessageReadFile}},
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Refraction of the first Prism dilated and drawn out into a long Image PT, the Light PQK which takes up a space of the same length and breadth with the Light Y ought to be by the Refraction of the second Prism dilated and drawn out into the long Image _[Greek: p]qkp_, and the Light KQRL into the long Image _kqrl_, and the Lights LRSM, MSVN, NVT, into so many other long Images _lrsm_, _msvn_, _nvt[Greek: t]_; and all these long Images would compose the four square Images _[Greek: pt]_. Thus it ought...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "image": {
              "description": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images",
              "type": "string"
            },
            "imageID": {
              "description": "ImageID of the container's image.",
              "type": "string"
            },
            "lastState": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top