Delete overlapping controllers, add clarity to docs

This commit is contained in:
Prashanth Balasubramanian
2015-06-29 18:29:53 -07:00
parent 0b14613361
commit f4fe40e2d1
5 changed files with 92 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ const (
UpdateControllerAction = "update-replicationController"
WatchControllerAction = "watch-replicationController"
DeleteControllerAction = "delete-replicationController"
ListControllerAction = "list-replicationControllers"
ListControllerAction = "list-replicationController"
CreateControllerAction = "create-replicationController"
)