• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Jan-2021-

admissionregistration/H28-Jan-2021-10,2818,713

apps/H28-Jan-2021-31,28427,791

auditregistration/v1alpha1/H28-Jan-2021-2,8422,418

authentication/H28-Jan-2021-5,5364,795

authorization/H28-Jan-2021-10,5929,446

autoscaling/H28-Jan-2021-20,88618,658

batch/H28-Jan-2021-7,4866,365

certificates/v1beta1/H28-Jan-2021-2,5722,232

coordination/H28-Jan-2021-2,8522,334

core/v1/H28-Jan-2021-86,14278,009

discovery/v1alpha1/H28-Jan-2021-2,3692,004

events/v1beta1/H28-Jan-2021-1,9921,691

extensions/v1beta1/H28-Jan-2021-20,16018,061

networking/H28-Jan-2021-6,3195,428

node/H28-Jan-2021-4,1233,500

policy/v1beta1/H28-Jan-2021-7,3466,556

rbac/H28-Jan-2021-13,09511,545

scheduling/H28-Jan-2021-3,4122,666

settings/v1alpha1/H28-Jan-2021-1,4981,245

storage/H28-Jan-2021-12,13210,565

LICENSEH A D28-Jan-202111.1 KiB203169

README.mdH A D28-Jan-2021763 2010

go.modH A D28-Jan-2021362 1712

README.md

1# api
2
3Schema of the external API types that are served by the Kubernetes API server.
4
5## Purpose
6
7This library is the canonical location of the Kubernetes API definition. Most likely interaction with this repository is as a dependency of client-go.
8
9## Compatibility
10
11Branches track Kubernetes branches and are compatible with that repo.
12
13## Where does it come from?
14
15`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.
16
17## Things you should *NOT* do
18
191. 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.
20