Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 265 for region (0.27 sec)

  1. pkg/kubelet/kubelet_node_status.go

    			}
    			if zone.Region != "" {
    				klog.InfoS("Adding node label from cloud provider", "labelKey", v1.LabelFailureDomainBetaRegion, "labelValue", zone.Region)
    				node.ObjectMeta.Labels[v1.LabelFailureDomainBetaRegion] = zone.Region
    				klog.InfoS("Adding node label from cloud provider", "labelKey", v1.LabelTopologyRegion, "labelValue", zone.Region)
    				node.ObjectMeta.Labels[v1.LabelTopologyRegion] = zone.Region
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/running_golden.json

        "log_format": {
            "text_format": "%Y-%m-%dT%T.%fZ\t%l\tenvoy %n %g:%#\t%v\tthread=%t"
        }
      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "test.test",
        "locality": {
          "region": "regionA"
          ,
          "zone": "zoneB"
          ,
          "sub_zone": "sub_zoneC"
        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. src/runtime/heapdump.go

    }
    
    type childInfo struct {
    	// Information passed up from the callee frame about
    	// the layout of the outargs region.
    	argoff uintptr   // where the arguments start in the frame
    	arglen uintptr   // size of args region
    	args   bitvector // if args.n >= 0, pointer map of args region
    	sp     *uint8    // callee sp
    	depth  uintptr   // depth in call stack (0 == most recent)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. cmd/sftp-server-driver.go

    		if bucket == "" {
    			return errors.New("bucket name cannot be empty")
    		}
    
    		if prefix == "" {
    			return clnt.MakeBucket(context.Background(), bucket, minio.MakeBucketOptions{Region: globalSite.Region()})
    		}
    
    		dirPath := buildMinioDir(prefix)
    
    		_, err = clnt.PutObject(context.Background(), bucket, dirPath, bytes.NewReader([]byte("")), 0,
    			minio.PutObjectOptions{DisableContentSha256: true},
    		)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 07:51:13 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. src/image/jpeg/writer.go

    				runLength -= 16
    			}
    			e.emitHuffRLE(h, runLength, ac)
    			runLength = 0
    		}
    	}
    	if runLength > 0 {
    		e.emitHuff(h, 0x00)
    	}
    	return dc
    }
    
    // toYCbCr converts the 8x8 region of m whose top-left corner is p to its
    // YCbCr values.
    func toYCbCr(m image.Image, p image.Point, yBlock, cbBlock, crBlock *block) {
    	b := m.Bounds()
    	xmax := b.Max.X - 1
    	ymax := b.Max.Y - 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer.cc

        std::vector<std::tuple<SizeT, int, int>> pre_screen;
        for (int begin = 0, end = begin + len; end <= peak.op_index;
             ++begin, ++end) {
          if (!std::any_of(operations_.begin() + begin, operations_.begin() + end,
                           [](const Operation& s) { return s.is_stateful; })) {
            if (const auto max_savings = MaxSavings(begin, end, peak.op_index);
                max_savings >= min_savings) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  7. src/internal/trace/event/go122/event.go

    	EvUserTaskEnd     // end of a task [timestamp, internal task ID, stack ID]
    	EvUserRegionBegin // trace.{Start,With}Region [timestamp, internal task ID, name string ID, stack ID]
    	EvUserRegionEnd   // trace.{End,With}Region [timestamp, internal task ID, name string ID, stack ID]
    	EvUserLog         // trace.Log [timestamp, internal task ID, key string ID, value string ID, stack]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. src/runtime/slice.go

    		// The append() that calls growslice is going to overwrite from oldLen to newLen.
    		// Only clear the part that will not be overwritten.
    		// The reflect_growslice() that calls growslice will manually clear
    		// the region not cleared here.
    		memclrNoHeapPointers(add(p, newlenmem), capmem-newlenmem)
    	} else {
    		// Note: can't use rawmem (which avoids zeroing of memory), because then GC can scan uninitialized memory.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    ----
    
    --
    When a region-specific endpoint is not specified for buckets requiring V4 Signatures, Gradle will use the default AWS region (us-east-1) and the
    following warning will appear on the console:
    
    ```
    Attempting to re-send the request to .... with AWS V4 authentication. To avoid this warning in the future, use region-specific endpoint to access buckets located in regions that require V4 signing.
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  10. src/internal/trace/internal/oldtrace/parser.go

    			mode := ev.Args[1]
    			regions := activeRegions[ev.G]
    			if mode == 0 { // region start
    				activeRegions[ev.G] = append(regions, ev) // push
    			} else if mode == 1 { // region end
    				n := len(regions)
    				if n > 0 { // matching region start event is in the trace.
    					s := regions[n-1]
    					if s.Args[0] != ev.Args[0] || s.Args[2] != ev.Args[2] { // task id, region name mismatch
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top