Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    func NewContext(stores map[cluster.ID]model.ConfigStore, cancelCh <-chan struct{}, collectionReporter CollectionReporterFn) analysis.Context {
    	return &istiodContext{
    		stores:             stores,
    		cancelCh:           cancelCh,
    		messages:           map[string]*diag.Messages{},
    		collectionReporter: collectionReporter,
    		found:              map[key]*resource.Instance{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. pkg/config/analysis/local/istiod_analyze.go

    	// Derived from metadata and the specified analyzer and transformer providers
    	kubeResources collection.Schemas
    
    	// Hook function called when a collection is used in analysis
    	collectionReporter CollectionReporterFn
    
    	clientsToRun []kubelib.Client
    }
    
    // NewSourceAnalyzer is a drop-in replacement for the galley function, adapting to istiod analyzer.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top