Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Suppression (0.24 sec)

  1. istioctl/pkg/analyze/analyze.go

    				resource.Namespace(ctx.IstioNamespace()), nil)
    
    			// Check for suppressions and add them to our SourceAnalyzer
    			suppressions := make([]local.AnalysisSuppression, 0, len(suppress))
    			for _, s := range suppress {
    				parts := strings.Split(s, "=")
    				if len(parts) != 2 {
    					return fmt.Errorf("%s is not a valid suppression value. See istioctl analyze --help", s)
    				}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 17K bytes
    - Viewed (0)
Back to top