Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EDSCacheUpdate (1.38 sec)

  1. pilot/pkg/serviceregistry/util/xdsfake/updater.go

    		fx.Delegate.EDSUpdate(c, hostname, ns, entry)
    	}
    }
    
    func (fx *Updater) EDSCacheUpdate(c model.ShardKey, hostname, ns string, entry []*model.IstioEndpoint) {
    	select {
    	case fx.Events <- Event{Type: "eds cache", ID: hostname, Endpoints: entry, Namespace: ns}:
    	default:
    	}
    	if fx.Delegate != nil {
    		fx.Delegate.EDSCacheUpdate(c, hostname, ns, entry)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top