Updated CLI roadmap. Fixes #5993.

Also added a couple links to api.md.
This commit is contained in:
Brian Grant
2015-04-07 06:50:59 +00:00
parent be0feddfa5
commit 30dd30802b
3 changed files with 14 additions and 15 deletions

View File

@@ -38,6 +38,9 @@ kubernetes API, or to contribute directly to the kubernetes project.
(e.g. ssh keys, passwords) separately from the Pods that use them, protecting
the sensitive data from proliferation by tools that process pods.
* **API Overview** ([api.md](api.md)): Pointers to API documentation on various topics
and explanation of Kubernetes's approaches to API changes and API versioning.
* **Accessing the API** ([accessing_the_api.md](accessing_the_api.md)):
Ports, IPs, proxies, and firewall rules.