Add a README for api-reference docs and link to it instead of linking to swagger-ui

This commit is contained in:
nikhiljindal 2016-03-16 15:17:03 -07:00
parent ffae1287d5
commit dbc40f5a38
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ Guide](../admin/README.md).
## Developing against the Kubernetes API ## Developing against the Kubernetes API
* API objects are explained at [http://kubernetes.io/third_party/swagger-ui/](http://kubernetes.io/third_party/swagger-ui/). * The [REST API documentation](../api-reference/README.md) explains the REST
API exposed by apiserver.
* **Annotations** ([docs/user-guide/annotations.md](../user-guide/annotations.md)): are for attaching arbitrary non-identifying metadata to objects. * **Annotations** ([docs/user-guide/annotations.md](../user-guide/annotations.md)): are for attaching arbitrary non-identifying metadata to objects.
Programs that automate Kubernetes objects may use annotations to store small amounts of their state. Programs that automate Kubernetes objects may use annotations to store small amounts of their state.