Lightweight Kubernetes
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 Update k8s to v1.14.6-k3s.1 5 years ago
..
admission/v1beta1 Update k8s to v1.14.6-k3s.1 5 years ago
admissionregistration/v1beta1 Update k8s to v1.14.6-k3s.1 5 years ago
apps Update k8s to v1.14.6-k3s.1 5 years ago
authentication Update k8s to v1.14.6-k3s.1 5 years ago
authorization Update k8s to v1.14.6-k3s.1 5 years ago
autoscaling Update k8s to v1.14.6-k3s.1 5 years ago
batch Update k8s to v1.14.6-k3s.1 5 years ago
certificates Update k8s to v1.14.6-k3s.1 5 years ago
coordination Update k8s to v1.14.6-k3s.1 5 years ago
core/v1 Update k8s to v1.14.6-k3s.1 5 years ago
extensions Update k8s to v1.14.6-k3s.1 5 years ago
networking Update k8s to v1.14.6-k3s.1 5 years ago
node Update vendor 6 years ago
policy Update k8s to v1.14.6-k3s.1 5 years ago
rbac Update k8s to v1.14.6-k3s.1 5 years ago
scheduling Update k8s to v1.14.6-k3s.1 5 years ago
storage Update k8s to v1.14.6-k3s.1 5 years ago
BUILD Update vendor 6 years ago
CONTRIBUTING.md Update vendor 6 years ago
LICENSE
OWNERS Update vendor 6 years ago
README.md Update vendor 6 years ago
SECURITY_CONTACTS Update vendor 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

  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.