kubernetes/pkg/proxy/config
BenTheElder 6bbf2aaab7 Refactor pkg/proxy/config's ServiceConfigHandler and EndpointsConfigHandler to have different update methods.
Refactor `pkg/proxy/config`’s ServiceConfigHandler.OnUpdate and
EndpointsConfigHandler.OnUpdate to different method names as they have
different signatures.

This will let the new proxy
(https://github.com/GoogleCloudPlatform/kubernetes/issues/3760)
implement both interfaces.

Since we won’t need a separate loadbalancer structure (load balancing
is handled in the proxy rules), we will simply handle both event types
from the same object.
2015-08-08 15:16:55 -04:00
..
api.go rewrite go imports 2015-08-05 17:30:03 -07:00
api_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
config.go Refactor pkg/proxy/config's ServiceConfigHandler and EndpointsConfigHandler to have different update methods. 2015-08-08 15:16:55 -04:00
config_test.go Refactor pkg/proxy/config's ServiceConfigHandler and EndpointsConfigHandler to have different update methods. 2015-08-08 15:16:55 -04:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00