DockerCLI/vendor/k8s.io/api
Nick Adcock 0b6685bca8 bump kubernetes to v1.14.0
bump required:
- replacing vendor ghodss/yaml with sigs.k8s.io/yaml
- adding vendor k8s.io/klog and github.com/evanphx
- compose-on-kubernetes
removed 'IncludeUninitialized' from watch as it have been removed from k8s

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2019-03-29 09:20:28 +00:00
..
admissionregistration/v1beta1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
apps bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
auditregistration/v1alpha1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
authentication bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
authorization bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
autoscaling bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
batch bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
certificates/v1beta1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
coordination bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
core/v1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
events/v1beta1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
extensions/v1beta1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
networking bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
node bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
policy/v1beta1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
rbac bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
scheduling bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
settings/v1alpha1 bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00:00
storage bump kubernetes to v1.14.0 2019-03-29 09:20:28 +00: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

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.