containerd/vendor/k8s.io/api
Lantao Liu c99961c6c0 Update cri to b213648c5b
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-08-05 11:22:41 -07:00
..
core/v1 Update cri to b213648c5b 2019-08-05 11:22:41 -07:00
go.mod Update cri to b213648c5b 2019-08-05 11:22:41 -07:00
LICENSE Update vendors. 2018-02-16 23:23:47 +00:00
README.md Update CRI to master 2019-04-04 10:43:40 -04: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.