Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddSourceForCluster (0.38 sec)

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

    	}
    
    	sa.meshNetworks = mn
    	return nil
    }
    
    // AddSourceForCluster adds a source based on user supplied configstore to the current IstiodAnalyzer with cluster specified.
    // It functions like the same as AddSource, but it adds the source to the specified cluster.
    func (sa *IstiodAnalyzer) AddSourceForCluster(src model.ConfigStoreController, clusterName cluster.ID) {
    	sa.multiClusterStores[clusterName] = src
    }
    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