k3s/vendor/k8s.io/api
2019-04-11 22:43:31 +00:00
..
admission/v1beta1 Update vendor 2019-04-08 22:50:54 -07:00
admissionregistration/v1beta1 Update vendor 2019-04-08 22:50:54 -07:00
apps Update vendor 2019-04-08 22:50:54 -07:00
authentication Update vendor 2019-04-08 22:50:54 -07:00
authorization Update vendor 2019-04-11 22:43:31 +00:00
autoscaling Update vendor 2019-04-08 22:50:54 -07:00
batch Update vendor 2019-04-08 22:50:54 -07:00
certificates Update vendor 2019-04-08 22:50:54 -07:00
coordination Update vendor 2019-04-08 22:50:54 -07:00
core/v1 Update vendor 2019-04-08 22:50:54 -07:00
extensions Update vendor 2019-04-08 22:50:54 -07:00
networking Update vendor 2019-04-08 22:50:54 -07:00
node Update vendor 2019-04-08 22:50:54 -07:00
policy Update vendor 2019-04-08 22:50:54 -07:00
rbac Update vendor 2019-04-08 22:50:54 -07:00
scheduling Update vendor 2019-04-08 22:50:54 -07:00
storage Update vendor 2019-04-08 22:50:54 -07:00
BUILD Update vendor 2019-04-08 22:50:54 -07:00
code-of-conduct.md Update vendor 2019-01-11 21:58:27 -07:00
CONTRIBUTING.md Update vendor 2019-04-08 22:50:54 -07:00
LICENSE Update vendor 2019-01-11 21:58:27 -07:00
OWNERS Update vendor 2019-04-08 22:50:54 -07:00
README.md Update vendor 2019-04-08 22:50:54 -07:00
SECURITY_CONTACTS Update vendor 2019-04-08 22:50:54 -07: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.