containerd/vendor/k8s.io/api
Sebastiaan van Stijn d63c62fb30
update kubernetes dependency to v1.16.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-11-28 14:44:15 +01:00
..
core/v1 Update kubernetes to 1.16.0-rc.2 2019-09-18 17:21:37 -07:00
go.mod update kubernetes dependency to v1.16.3 2019-11-28 14:44:15 +01:00
LICENSE Update kubernetes version. 2017-11-21 19:24:12 +00:00
README.md Update kubernetes to v1.15.0-alpha.0 2019-02-26 11:13:11 -08:00

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

  1. 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.