mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Rework client.Interface
This commit is contained in:
@@ -137,7 +137,7 @@ func (m *Master) init(c *Config) {
|
||||
PodCache: podCache,
|
||||
PodInfoGetter: c.KubeletClient,
|
||||
Registry: m.podRegistry,
|
||||
Minions: m.client,
|
||||
Minions: m.client.Minions(),
|
||||
}),
|
||||
"replicationControllers": controller.NewREST(m.controllerRegistry, m.podRegistry),
|
||||
"services": service.NewREST(m.serviceRegistry, c.Cloud, m.minionRegistry, m.portalNet),
|
||||
|
Reference in New Issue
Block a user