kubernetes/docs/api-reference
Justin Santa Barbara 54195d590f Use strongly-typed types.NodeName for a node name
We had another bug where we confused the hostname with the NodeName.

To avoid this happening again, and to make the code more
self-documenting, we use types.NodeName (a typedef alias for string)
whenever we are referring to the Node.Name.

A tedious but mechanical commit therefore, to change all uses of the
node name to use types.NodeName

Also clean up some of the (many) places where the NodeName is referred
to as a hostname (not true on AWS), or an instanceID (not true on GCE),
etc.
2016-09-27 10:47:31 -04:00
..
apps/v1alpha1 generated code that was missing before 2016-09-22 13:30:42 -04:00
authentication.k8s.io/v1beta1 Generate API docs for authentication API group 2016-09-09 16:02:42 -04:00
authorization.k8s.io/v1beta1 generated code that was missing before 2016-09-22 13:30:42 -04:00
autoscaling/v1 generated: swagger, docs 2016-09-19 19:43:42 -04:00
batch generated code that was missing before 2016-09-22 13:30:42 -04:00
certificates.k8s.io/v1alpha1 generated: swagger, docs 2016-09-19 19:43:42 -04:00
extensions/v1beta1 generated: swagger, docs 2016-09-19 19:43:42 -04:00
policy/v1alpha1 generated code that was missing before 2016-09-22 13:30:42 -04:00
rbac.authorization.k8s.io/v1alpha1 generated code that was missing before 2016-09-22 13:30:42 -04:00
storage.k8s.io/v1beta1 generated code that was missing before 2016-09-22 13:30:42 -04:00
v1 Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
README.md Update the latestReleaseBranch to release-1.4 in the munger. 2016-09-01 14:40:55 -07:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.4/docs/api-reference/README.md).

Documentation for other releases can be found at releases.k8s.io.

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics