Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for our (0.11 sec)

  1. istioctl/pkg/analyze/analyze.go

    			}
    
    			sa := local.NewIstiodAnalyzer(analyzers.AllCombined(),
    				resource.Namespace(selectedNamespace),
    				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 {
    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