ingress-nginx-helm/vendor/k8s.io/api
Manuel Alejandro de Brito Fontes 14f4a7b8e8
Update go dependencies
2019-03-28 22:36:15 -03:00
..
admissionregistration/v1beta1 Update go dependencies 2019-03-28 22:36:15 -03:00
apps Update go dependencies 2019-03-28 22:36:15 -03:00
auditregistration Update go dependencies 2019-03-28 22:36:15 -03:00
authentication Update go dependencies 2019-03-28 22:36:15 -03:00
authorization Update go dependencies 2019-03-28 22:36:15 -03:00
autoscaling Update go dependencies 2019-03-28 22:36:15 -03:00
batch Update go dependencies 2019-03-28 22:36:15 -03:00
certificates Update go dependencies 2019-03-28 22:36:15 -03:00
coordination Update go dependencies 2019-03-28 22:36:15 -03:00
core/v1 Update go dependencies 2019-03-28 22:36:15 -03:00
events Update go dependencies 2019-03-28 22:36:15 -03:00
extensions Update go dependencies 2019-03-28 22:36:15 -03:00
networking Update go dependencies 2019-03-28 22:36:15 -03:00
node Update go dependencies 2019-03-28 22:36:15 -03:00
policy Update go dependencies 2019-03-28 22:36:15 -03:00
rbac Update go dependencies 2019-03-28 22:36:15 -03:00
scheduling Update go dependencies 2019-03-28 22:36:15 -03:00
settings/v1alpha1 Update go dependencies 2019-03-28 22:36:15 -03:00
storage Update go dependencies 2019-03-28 22:36:15 -03:00
code-of-conduct.md Update go dependencies (#2234) 2018-03-23 13:35:19 -03:00
CONTRIBUTING.md Update go dependencies 2019-03-28 22:36:15 -03:00
LICENSE Update go dependencies 2017-07-20 10:43:09 -07:00
OWNERS Update go dependencies 2019-03-28 22:36:15 -03:00
README.md Update go dependencies 2019-03-28 22:36:15 -03:00
SECURITY_CONTACTS Update go dependencies 2019-03-28 22:36:15 -03: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.