![]() 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. |
||
---|---|---|
.. | ||
apps/v1alpha1 | ||
authentication.k8s.io/v1beta1 | ||
authorization.k8s.io/v1beta1 | ||
autoscaling/v1 | ||
batch | ||
certificates.k8s.io/v1alpha1 | ||
extensions/v1beta1 | ||
policy/v1alpha1 | ||
rbac.authorization.k8s.io/v1alpha1 | ||
storage.k8s.io/v1beta1 | ||
v1 | ||
README.md |
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:
- v1: operations, model definitions
- extensions/v1beta1: operations, model definitions
- batch/v1: operations, model definitions
- autoscaling/v1: operations, model definitions