remove ro refs from more places

This commit is contained in:
Daniel Smith
2015-06-02 11:46:57 -07:00
parent 6e95388672
commit 3f454b7599
2 changed files with 3 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ import (
)
// Controller is the controller manager for the core bootstrap Kubernetes controller
// loops, which manage creating the "kubernetes" and "kubernetes-ro" services, the "default"
// loops, which manage creating the "kubernetes" service, the "default"
// namespace, and provide the IP repair check on service IPs
type Controller struct {
NamespaceRegistry namespace.Registry