Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewIstiodAnalyzer (0.13 sec)

  1. pkg/config/analysis/local/istiod_analyze.go

    	return NewIstiodAnalyzer(analyzer, namespace, istioNamespace, cr)
    }
    
    // NewIstiodAnalyzer creates a new IstiodAnalyzer with no sources. Use the Add*Source
    // methods to add sources in ascending precedence order,
    // then execute Analyze to perform the analysis
    func NewIstiodAnalyzer(analyzer analysis.CombinedAnalyzer, namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. istioctl/pkg/analyze/analyze.go

    			if allNamespaces {
    				selectedNamespace = ""
    			} else if selectedNamespace == "" {
    				selectedNamespace = metav1.NamespaceDefault
    			}
    
    			sa := local.NewIstiodAnalyzer(analyzers.AllCombined(),
    				resource.Namespace(selectedNamespace),
    				resource.Namespace(ctx.IstioNamespace()), nil)
    
    			// Check for suppressions and add them to our SourceAnalyzer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top