DockerCLI/vendor/k8s.io/api
Sebastiaan van Stijn 3dfe2ffc1f
vendor: update kubernetes and dependencies v1.16.9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-29 12:33:06 +02:00
..
admissionregistration Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
apps Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
auditregistration/v1alpha1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
authentication Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
authorization Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
autoscaling Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
batch Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
certificates/v1beta1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
coordination Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
core/v1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
discovery/v1alpha1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
events/v1beta1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
extensions/v1beta1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
networking Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
node Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
policy/v1beta1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
rbac Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
scheduling Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
settings/v1alpha1 Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
storage Bump Compose on Kubernetes 2019-10-30 22:08:14 +01:00
LICENSE Add support for kubernetes in docker cli 2017-12-26 11:22:32 +01:00
README.md bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
go.mod vendor: update kubernetes and dependencies v1.16.9 2020-04-29 12:33:06 +02:00

README.md

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.