mirror of https://github.com/docker/cli.git
0b6685bca8
bump required: - replacing vendor ghodss/yaml with sigs.k8s.io/yaml - adding vendor k8s.io/klog and github.com/evanphx - compose-on-kubernetes removed 'IncludeUninitialized' from watch as it have been removed from k8s Signed-off-by: Nick Adcock <nick.adcock@docker.com> |
||
---|---|---|
.. | ||
admissionregistration/v1beta1 | ||
apps | ||
auditregistration/v1alpha1 | ||
authentication | ||
authorization | ||
autoscaling | ||
batch | ||
certificates/v1beta1 | ||
coordination | ||
core/v1 | ||
events/v1beta1 | ||
extensions/v1beta1 | ||
networking | ||
node | ||
policy/v1beta1 | ||
rbac | ||
scheduling | ||
settings/v1alpha1 | ||
storage | ||
LICENSE | ||
README.md |
README.md
api
Schema of the external API types that are served by the Kubernetes API server.
Purpose
This library is the canonical location of the Kubernetes API definition. Most likely interaction with this repository is as a dependency of client-go.
Compatibility
Branches track Kubernetes branches and are compatible with that repo.
Where does it come from?
api
is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api. Code changes are made in that location, merged into k8s.io/kubernetes
and later synced here.
Things you should NOT do
- https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api is synced to k8s.io/api. All changes must be made in the former. The latter is read-only.