diff options
| author | Chao Xu <xuchao@google.com> | 2015-05-20 17:17:01 -0700 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2015-05-20 17:31:15 -0700 |
| commit | 93f791e943a103efca378ca82fcfca1cada7f3e7 (patch) | |
| tree | 52779f1108beea78ba6bd43f8dcc03e7226928dc | |
| parent | fdb9b8b5c7beec5fad61b6ba1c349d78956cc635 (diff) | |
in docs, update replicationController to replicationcontroller
| -rw-r--r-- | architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.md b/architecture.md index c50cfe0d..ebfb4964 100644 --- a/architecture.md +++ b/architecture.md @@ -41,7 +41,7 @@ The scheduler binds unscheduled pods to nodes via the `/binding` API. The schedu All other cluster-level functions are currently performed by the Controller Manager. For instance, `Endpoints` objects are created and updated by the endpoints controller, and nodes are discovered, managed, and monitored by the node controller. These could eventually be split into separate components to make them independently pluggable. -The [`replicationController`](../replication-controller.md) is a mechanism that is layered on top of the simple [`pod`](../pods.md) API. We eventually plan to port it to a generic plug-in mechanism, once one is implemented. +The [`replicationcontroller`](../replication-controller.md) is a mechanism that is layered on top of the simple [`pod`](../pods.md) API. We eventually plan to port it to a generic plug-in mechanism, once one is implemented. []() |
