Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for image1 (0.29 sec)

  1. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/grpc/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/extensions/container-image/container-image-jib/deployment/pom.xml
    	quarkus/extensions/container-image/container-image-jib/runtime/pom.xml
    	quarkus/extensions/container-image/deployment/pom.xml
    quarkus/extensions/kubernetes/minikube/runtime/pom.xml
    	quarkus/extensions/kubernetes-client/runtime-internal/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    manifests/charts/ztunnel/values.yaml defaults: # Hub to pull from. Image will be `Hub/Image:Tag-Variant` hub: gcr.io/istio-testing # Tag to pull from. Image will be `Hub/Image:Tag-Variant` tag: latest # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" # Image name to pull from. Image will be `Hub/Image:Tag-Variant` # If Image contains a "/", it will replace the entire `image` in the pod. image: ztunnel # Labels to apply to all top level resources...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

          echo "${CUSTOM_INGRESS_YAML}" > "${dest_manifest}"
        else
          cp "${src_manifest}" "${dest_manifest}"
        fi
    
        # Override the glbc image if GCE_GLBC_IMAGE is specified.
        if [[ -n "${GCE_GLBC_IMAGE:-}" ]]; then
          sed -i "s|image:.*|image: ${GCE_GLBC_IMAGE}|" "${dest_manifest}"
        fi
      fi
    }
    
    # Setup working directory for kubelet.
    function setup-kubelet-dir {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	// setup imageManager
    	imageManager, err := images.NewImageGCManager(klet.containerRuntime, klet.StatsProvider, kubeDeps.Recorder, nodeRef, imageGCPolicy, kubeDeps.TracerProvider)
    	if err != nil {
    		return nil, fmt.Errorf("failed to initialize image manager: %v", err)
    	}
    	klet.imageManager = imageManager
    
    	if kubeDeps.TLSOptions != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_test.go

    	// TODO(harry) any global place for these two?
    	// Reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.
    	minImgSize int64 = 23 * 1024 * 1024
    	maxImgSize int64 = 1000 * 1024 * 1024
    )
    
    // fakeImageGCManager is a fake image gc manager for testing. It will return image
    // list from fake runtime directly instead of caching it.
    type fakeImageGCManager struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    				{
    					Name:    testContainerName,
    					Image:   "img",
    					ImageID: "img1234",
    					State:   v1.ContainerState{Running: &v1.ContainerStateRunning{}},
    				},
    			},
    			Expected: []v1.ContainerStatus{
    				{
    					Name:               testContainerName,
    					ContainerID:        testContainerID.String(),
    					Image:              "img",
    					ImageID:            "img1234",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: WEBP Image */
        public static final String LABELS_facet_filetype_wepb = "{labels.facet_filetype_wepb}";
    
        /** The key of the message: BMP Image */
        public static final String LABELS_facet_filetype_bmp = "{labels.facet_filetype_bmp}";
    
        /** The key of the message: ICO Image */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  8. cmd/server_test.go

    	// Sample bucket notification.
    	bucketNotificationBuf := `<NotificationConfiguration><QueueConfiguration><Event>s3:ObjectCreated:Put</Event><Filter><S3Key><FilterRule><Name>prefix</Name><Value>images/</Value></FilterRule></S3Key></Filter><Id>1</Id><Queue>arn:minio:sqs:us-east-1:444455556666:webhook</Queue></QueueConfiguration></NotificationConfiguration>`
    	// generate a random bucket Name.
    	bucketName := getRandomBucketName()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    groundSize"),i.style.backgroundSize=n,r;var i,n,r}},disconnected:function(){delete this._image},update:{read:function(t){var h=this;if(t.active=this.matchMedia,t.active){if(!t.image&&this.covers&&this.bgProps.length){var e=Ve(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(e){var i=new Image;i.src=e,(t.image=i).naturalWidth||(i.onload=function(){return h.$update()})}}var n=t.image;if(n&&n.naturalWidth){var u={width:this.$el.offsetWidth,height:this.$el.offsetHeight},c...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    type Section32 struct {
    	Name      uint32 /* Section name (index into the section header string table). */
    	Type      uint32 /* Section type. */
    	Flags     uint32 /* Section flags. */
    	Addr      uint32 /* Address in memory image. */
    	Off       uint32 /* Offset in file. */
    	Size      uint32 /* Size in bytes. */
    	Link      uint32 /* Index of a related section. */
    	Info      uint32 /* Depends on section type. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top