Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for REPORT (0.12 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    			if override, ok := obj.Annotations[addressTypeOverride]; ok {
    				wantAddressType = k8s.AddressType(override)
    			}
    			// There are no external addresses, so report the internal ones
    			// TODO: should we always report both?
    			if wantAddressType == k8s.IPAddressType {
    				addressesToReport = internalIP
    			} else {
    				for _, hostport := range internal {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters_test.go

    			cloudProviderType: cloudProviderExternal,
    			expectedAddresses: []v1.NodeAddress{
    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    			shouldError: false,
    		},
    		{
    			name: "cloud doesn't report hostname, no override, detected hostname mismatch",
    			nodeAddresses: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "10.1.1.1"},
    				{Type: v1.NodeExternalIP, Address: "55.55.55.55"},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. src/go/types/api_test.go

    	}
    
    	// V1 has no method m. Should not report wrongType.
    	checkMissingMethod("V1", false)
    
    	// V2 has method m with wrong signature type (ignoring receiver). Should report wrongType.
    	checkMissingMethod("V2", true)
    
    	// V3 has no method m but it exists on *V3. Should report wrongType.
    	checkMissingMethod("V3", true)
    
    	// V4 has no method m but has M. Should not report wrongType.
    	checkMissingMethod("V4", false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  4. src/runtime/mprof.go

    	if cycles <= 0 {
    		return
    	}
    
    	if prof.disabled {
    		// We're experiencing contention while attempting to report contention.
    		// Make a note of its magnitude, but don't allow it to be the sole cause
    		// of another contention report.
    		prof.cyclesLost += cycles
    		return
    	}
    
    	if uintptr(unsafe.Pointer(l)) == prof.pending {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modget/get.go

    	// Since we built up the candidate lists concurrently, they may be in a
    	// nondeterministic order. We want 'go get' to be fully deterministic,
    	// including in which errors it chooses to report, so sort the candidates
    	// into a deterministic-but-arbitrary order.
    	for _, q := range r.patternAllQueries {
    		sort.Slice(q.candidates, func(i, j int) bool {
    			return q.candidates[i].path < q.candidates[j].path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/syntax/parser.go

    					// t is type <-chan E but <-<-chan E is not permitted
    					// (report same error as for "type _ <-<-chan E")
    					p.syntaxError("unexpected <-, expected chan")
    					// already progressed, no need to advance
    				}
    				c.Dir = RecvOnly
    				t = c.Elem
    			}
    			if dir == SendOnly {
    				// channel dir is <- but channel element E is not a channel
    				// (report same error as for "type _ <-chan<-E")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/horizontal.go

    	timestampProposal time.Time, condition autoscalingv2.HorizontalPodAutoscalerCondition, err error) {
    	// actionLabel is used to report which actions this reconciliation has taken.
    	start := time.Now()
    	defer func() {
    		actionLabel := monitor.ActionLabelNone
    		switch {
    		case replicaCountProposal > hpa.Status.CurrentReplicas:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        auto pad_string = [](StringRef s, int32_t width) -> std::string {
          return llvm::Twine(s).concat(std::string(width - s.size(), ' ')).str();
        };
    
        // Generate a quantization report.
        size_t name_col_width = 5;
        absl::c_for_each(func_count_map.keys(), [&name_col_width](const auto& key) {
          name_col_width = std::max(name_col_width, key.size() + 1);
        });
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/init.go

    var (
    	// RootMode determines whether a module root is needed.
    	RootMode Root
    
    	// ForceUseModules may be set to force modules to be enabled when
    	// GO111MODULE=auto or to report an error when GO111MODULE=off.
    	ForceUseModules bool
    
    	allowMissingModuleImports bool
    
    	// ExplicitWriteGoMod prevents LoadPackages, ListModules, and other functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "LoweredPanicBoundsB", argLength: 3, aux: "Int64", reg: regInfo{inputs: []regMask{r1, r2}}, typ: "Mem", call: true}, // arg0=idx, arg1=len, arg2=mem, returns memory. AuxInt contains report code (see PanicBounds in generic.go).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
Back to top