mirror of https://github.com/k3s-io/k3s
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.
Erik Wilson
94760b1ecb
|
5 years ago | |
---|---|---|
.. | ||
admission/v1beta1 | 5 years ago | |
admissionregistration/v1beta1 | 5 years ago | |
apps | 5 years ago | |
authentication | 5 years ago | |
authorization | 5 years ago | |
autoscaling | 5 years ago | |
batch | 5 years ago | |
certificates | 5 years ago | |
coordination | 5 years ago | |
core/v1 | 5 years ago | |
extensions | 5 years ago | |
networking | 5 years ago | |
node | 6 years ago | |
policy | 5 years ago | |
rbac | 5 years ago | |
scheduling | 5 years ago | |
storage | 5 years ago | |
BUILD | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
LICENSE | ||
OWNERS | 6 years ago | |
README.md | 6 years ago | |
SECURITY_CONTACTS | 6 years ago | |
code-of-conduct.md |
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
- 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.