Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type FakeServiceHealthServer struct + func (fake FakeServiceHealthServer) SyncEndpoints(_ map[types.NamespacedName]int) error + func (fake FakeServiceHealthServer) SyncServices(_ map[types.NamespacedName]uint16) error + type ProxierHealthServer struct + func NewProxierHealthServer(addr string, healthTimeout time.Duration, recorder record.EventRecorder, ...) *ProxierHealthServer + func (hs *ProxierHealthServer) QueuedUpdate() + func (hs *ProxierHealthServer) Run() + func (hs *ProxierHealthServer) Updated() + type ProxierHealthUpdater interface + QueuedUpdate func() + Updated func() + type ServiceHealthServer interface + SyncEndpoints func(newEndpoints map[types.NamespacedName]int) error + SyncServices func(newServices map[types.NamespacedName]uint16) error + func NewFakeServiceHealthServer() ServiceHealthServer + func NewServiceHealthServer(hostname string, recorder record.EventRecorder) ServiceHealthServer