Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for Usages (0.17 sec)

  1. pkg/kubelet/kubelet_pods.go

    	case waiting != nil:
    		// output some info for the most common pending failures
    		switch reason := waiting.Reason; reason {
    		case images.ErrImagePull.Error():
    			return kubecontainer.ContainerID{}, fmt.Errorf("container %q in pod %q is waiting to start: image can't be pulled", containerName, podName)
    		case images.ErrImagePullBackOff.Error():
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    				v1.ResourceMemory: *resource.NewQuantity(memory, resource.BinarySI),
    				"pods":            *resource.NewQuantity(100, resource.DecimalSI),
    			},
    			Images: images,
    		},
    	}
    }
    
    // queuedPodStore: pods queued before processing.
    // cache: scheduler cache that might contain assumed pods.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "Usage [{{bucket}}]",
              "refId": "A"
            }
          ],
          "title": "Usage Rate",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

      local container_runtime_name="${CONTAINER_RUNTIME_NAME:-containerd}"
      systemctl stop "$container_runtime_name"
      # Some images remount the container runtime root dir.
      umount "/var/lib/${container_runtime_name}" || true
      # Move the container runtime's directory to the new location to preserve
      # preloaded images.
      if [ ! -d "${ephemeral_mountpoint}/${container_runtime_name}" ]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. 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)
  6. pkg/apis/core/zz_generated.deepcopy.go

    		in, out := &in.Addresses, &out.Addresses
    		*out = make([]NodeAddress, len(*in))
    		copy(*out, *in)
    	}
    	out.DaemonEndpoints = in.DaemonEndpoints
    	out.NodeInfo = in.NodeInfo
    	if in.Images != nil {
    		in, out := &in.Images, &out.Images
    		*out = make([]ContainerImage, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.VolumesInUse != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		in, out := &in.Addresses, &out.Addresses
    		*out = make([]NodeAddress, len(*in))
    		copy(*out, *in)
    	}
    	out.DaemonEndpoints = in.DaemonEndpoints
    	out.NodeInfo = in.NodeInfo
    	if in.Images != nil {
    		in, out := &in.Images, &out.Images
    		*out = make([]ContainerImage, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.VolumesInUse != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    	{"GET", "codesearch.google.com", "/", 203, "codesearch.google.com/"},
    	{"GET", "codesearch.google.com:443", "/", 203, "codesearch.google.com/"},
    	{"GET", "images.google.com", "/search", 201, "/search"},
    	{"GET", "images.google.com", "/search/", 404, ""},
    	{"GET", "images.google.com", "/search/foo", 404, ""},
    	{"GET", "google.com", "/../search", 301, "/search"},
    	{"GET", "google.com", "/dir/..", 301, ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_OperandHasRank<0, 4>,
        TFL_OperandHasRank<1, 1>,
        SameOperandsAndResultsScale]> {
      let summary = "ResizeBilinear Op";
    
      let description = [{
        Resize `images` to `size` using bilinear interpolation.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, TFL_Quint8, QUI8, QI8, QI16]>:$input,
        TFL_I32Tensor:$size,
        BoolAttr:$align_corners,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
        regardless of their reachability.
    
        For example, the following:
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top