Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VirtualServiceIneffectiveMatch (0.27 sec)

  1. 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