Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncService (0.27 sec)

  1. pkg/proxy/healthcheck/service_health.go

    func NewFakeServiceHealthServer() ServiceHealthServer {
    	return FakeServiceHealthServer{}
    }
    
    // SyncServices is part of ServiceHealthServer
    func (fake FakeServiceHealthServer) SyncServices(_ map[types.NamespacedName]uint16) error {
    	return nil
    }
    
    // SyncEndpoints is part of ServiceHealthServer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 30 09:25:48 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top