Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewEnvoyFilterUsesAddOperationIncorrectly (0.5 sec)

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

    				// provide an error message indicating a mismatch between the operation type and the filter type
    				message := msg.NewEnvoyFilterUsesAddOperationIncorrectly(r)
    
    				if line, ok := util.ErrorLine(r, fmt.Sprintf(util.EnvoyFilterConfigPath, index)); ok {
    					message.Line = line
    				}
    
    				c.Report(gvk.EnvoyFilter, message)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top