Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VirtualServiceIneffectiveMatch (0.41 sec)

  1. pkg/config/analysis/analyzers/analyzers_test.go

    			{msg.VirtualServiceIneffectiveMatch, "VirtualService none/tls-routing-almostmatch"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService none/tls-routing"},
    
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService non-method-get"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService overlapping-in-single-match"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService overlapping-in-two-matches"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    				Parameters: []any{ruleno, reason},
    			}))
    		}
    		warnIneffective := func(ruleno, matchno, dupno string) {
    			errs = AppendValidation(errs, WrapWarning(&AnalysisAwareError{
    				Type:       "VirtualServiceIneffectiveMatch",
    				Msg:        fmt.Sprintf("virtualService rule %v match %v is not used (duplicate/overlapping match in rule %v)", ruleno, matchno, dupno),
    				Parameters: []any{ruleno, matchno, dupno},
    			}))
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top