type fakeProxyServerLongRun …
func (s *fakeProxyServerLongRun) Run(ctx context.Context) error { … }
func (s *fakeProxyServerLongRun) CleanupAndExit() error { … }
type fakeProxyServerError …
func (s *fakeProxyServerError) Run(ctx context.Context) error { … }
func (s *fakeProxyServerError) CleanupAndExit() error { … }
func makeNodeWithAddress(name, primaryIP string) *v1.Node { … }
func Test_getNodeIPs(t *testing.T) { … }
func Test_detectNodeIPs(t *testing.T) { … }
func Test_checkBadConfig(t *testing.T) { … }
func Test_checkBadIPConfig(t *testing.T) { … }