Remove the cloud provider field from the services REST handler and the master

now that load balancers are handled by the ServiceController.
This commit is contained in:
Alex Robinson
2015-04-01 06:39:00 +00:00
parent 7b647c5dbc
commit 2b14fc1d14
4 changed files with 25 additions and 74 deletions

View File

@@ -272,7 +272,6 @@ func (s *APIServer) Run(_ []string) error {
}
config := &master.Config{
Cloud: cloud,
EtcdHelper: helper,
EventTTL: s.EventTTL,
KubeletClient: kubeletClient,