k3s/vendor/k8s.io/api
2019-08-19 11:58:47 -07:00
..
admission/v1beta1 Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
admissionregistration/v1beta1 Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
apps Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
authentication Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
authorization Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
autoscaling Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
batch Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
certificates Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
coordination Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
core/v1 Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
extensions Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
networking Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
node Update vendor 2019-04-08 22:50:54 -07:00
policy Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
rbac Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
scheduling Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -07:00
storage Update k8s to v1.14.6-k3s.1 2019-08-19 11:58:47 -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.