Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 93 for unmatched (0.27 sec)

  1. pkg/config/analysis/msg/messages.gen.go

    	// Description: Proxy may prevent tcp named ports and unmatched traffic for ports serving TCP protocol from being forwarded correctly for ExternalName services.
    	ExternalNameServiceTypeInvalidPortName = diag.NewMessageType(diag.Warning, "IST0150", "Port name for ExternalName service is invalid. Proxy may prevent tcp named ports and unmatched traffic for ports serving TCP protocol from being forwarded correctly")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

        GemmStyleOp gemm_style_op) {
      const Value bias_op = op->getOperand(1);
      Value add_op_result = op->getResult(0);
    
      // Broadcast bias value if unmatched with output shape.
      auto bcast_op = TryCast<BroadcastInDimOp>(bias_op.getDefiningOp(),
                                                /*name=*/"broadcast_in_dim_op");
    
      if (failed(bcast_op)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/types.go

    // it will force all Pods to move to activeQ/backoffQ,
    // but we take it as an unmatched event unless the ce is also a wildcard one.
    func (ce ClusterEvent) Match(event ClusterEvent) bool {
    	return ce.IsWildCard() || (ce.Resource == WildCard || ce.Resource == event.Resource) && ce.ActionType&event.ActionType != 0
    }
    
    func UnrollWildCardResource() []ClusterEventWithHint {
    	return []ClusterEventWithHint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  4. src/net/http/cookiejar/jar_test.go

    	".net":                    ".net",
    	".net.":                   ".net",
    	"a..":                     "a.",
    	"b.a..":                   "b.a.",
    	"weird.stuff...":          "weird.stuff..",
    	"[bad.unmatched.bracket:": "error",
    }
    
    func TestCanonicalHost(t *testing.T) {
    	for h, want := range canonicalHostTests {
    		got, err := canonicalHost(h)
    		if want == "error" {
    			if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/volumebinding/binder.go

    		for _, claim := range podVolumeClaims.unboundClaimsDelayBinding {
    			if selectedNode, ok := claim.Annotations[volume.AnnSelectedNode]; ok {
    				if selectedNode != node.Name {
    					// Fast path, skip unmatched node.
    					unboundVolumesSatisfied = false
    					return
    				}
    				claimsToProvision = append(claimsToProvision, claim)
    			} else {
    				claimsToFindMatching = append(claimsToFindMatching, claim)
    			}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. src/runtime/signal_unix.go

    	// Cgo TSAN (not the Go race detector) intercepts signals and calls the
    	// signal handler at a later time. When the signal handler is called, the
    	// memory may have changed, but the signal context remains old. The
    	// unmatched signal context and memory makes it unsafe to unwind or inspect
    	// the stack. So we ignore delayed non-fatal signals that will cause a stack
    	// inspection (profiling signal and preemption signal).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    	}
    	if match.Sni != "" {
    		if fc.FilterChainMatch == nil || len(fc.FilterChainMatch.ServerNames) == 0 {
    			return false
    		}
    		sniMatched := false
    		for _, sni := range fc.FilterChainMatch.ServerNames {
    			if sni == match.Sni {
    				sniMatched = true
    				break
    			}
    		}
    		if !sniMatched {
    			return false
    		}
    	}
    
    	if match.TransportProtocol != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. pkg/controller/job/success_policy_test.go

    			},
    		},
    		"rules.succeededIndexes is specified; succeededIndexes matched rules": {
    			enableJobSuccessPolicy: true,
    			completions:            10,
    			succeededIndexes:       orderedIntervals{{0, 2}, {4, 7}},
    			successPolicy: &batch.SuccessPolicy{
    				Rules: []batch.SuccessPolicyRule{{
    					SucceededIndexes: ptr.To("0-2"),
    				}},
    			},
    			wantMessage:          "Matched rules at index 0",
    			wantMetSuccessPolicy: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  9. pkg/controller/job/pod_failure_policy_test.go

    									ExitCode: 2,
    								},
    							},
    						},
    					},
    				},
    			},
    			wantJobFailureMessage: nil,
    			wantCountFailed:       true,
    		},
    		"ignore rule matched for exit codes": {
    			podFailurePolicy: &batch.PodFailurePolicy{
    				Rules: []batch.PodFailurePolicyRule{
    					{
    						Action: batch.PodFailurePolicyActionIgnore,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  10. pilot/pkg/simulation/traffic.go

    var (
    	ErrNoListener          = errors.New("no listener matched")
    	ErrNoFilterChain       = errors.New("no filter chains matched")
    	ErrNoRoute             = errors.New("no route matched")
    	ErrTLSRedirect         = errors.New("tls required, sending 301")
    	ErrNoVirtualHost       = errors.New("no virtual host matched")
    	ErrMultipleFilterChain = errors.New("multiple filter chains matched")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top