You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/k8s.io/api
Erik Wilson 1c54edf9e0
Update vendor
6 years ago
..
admission/v1beta1 Update vendor 6 years ago
admissionregistration/v1beta1 Update vendor 6 years ago
apps Update vendor 6 years ago
authentication Update vendor 6 years ago
authorization Update vendor 6 years ago
autoscaling Update vendor 6 years ago
batch Update vendor 6 years ago
certificates Update vendor 6 years ago
coordination Update vendor 6 years ago
core/v1 Update vendor 6 years ago
extensions Update vendor 6 years ago
networking Update vendor 6 years ago
node Update vendor 6 years ago
policy Update vendor 6 years ago
rbac Update vendor 6 years ago
scheduling Update vendor 6 years ago
storage Update vendor 6 years ago
BUILD Update vendor 6 years ago
CONTRIBUTING.md Update vendor 6 years ago
LICENSE Update vendor 6 years ago
OWNERS Update vendor 6 years ago
README.md Update vendor 6 years ago
SECURITY_CONTACTS Update vendor 6 years ago
code-of-conduct.md Update vendor 6 years ago

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.