Home
last modified time | relevance | path

Searched refs:networksWatcher (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pkg/config/mesh/
H A Dnetworks_watcher.go43 var _ NetworksWatcher = &networksWatcher{}
45 type networksWatcher struct { struct
54 return &networksWatcher{
70 w := &networksWatcher{
106 func (w *networksWatcher) Networks() *meshconfig.MeshNetworks { argument
111 func (w *networksWatcher) AddNetworksHandler(h func()) { argument
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/kube/controller/
H A Dmulticluster.go64 networksWatcher mesh.NetworksWatcher member
75 …serviceController *aggregate.Controller, xds model.XDSUpdater, networksWatcher mesh.NetworksWatche…
90 networksWatcher: networksWatcher,
122 NetworksWatcher: m.networksWatcher,
H A Dcontroller.go194 networksWatcher mesh.NetworksWatcher member
243 networksWatcher: options.NetworksWatcher,
494 if c.networksWatcher != nil {
495 c.networksWatcher.AddNetworksHandler(c.initNetworkLookup)
1123 meshNetworks := c.networksWatcher.Networks()
H A Dcontroller_test.go148 networksWatcher mesh.NetworksWatcher member
169 NetworksWatcher: opts.networksWatcher,
192 networksWatcher := mesh.NewFixedNetworksWatcher(&meshconfig.MeshNetworks{
218 …ctl, fx := newFakeControllerWithOptions(fakeControllerOptions{networksWatcher: networksWatcher, mo…