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

..03-May-2022-

.github/H13-Mar-2019-32

Godeps/H13-Mar-2019-266260

admission/v1beta1/H13-Mar-2019-1,9191,617

admissionregistration/v1beta1/H13-Mar-2019-3,4782,903

apps/H13-Mar-2019-27,49624,058

auditregistration/H13-Mar-2019-2,4662,045

authentication/H13-Mar-2019-4,9754,231

authorization/H13-Mar-2019-9,3988,263

autoscaling/H13-Mar-2019-18,26416,077

batch/H13-Mar-2019-6,6965,569

certificates/H13-Mar-2019-2,3291,986

coordination/H13-Mar-2019-2,5762,050

core/v1/H13-Mar-2019-71,78664,292

events/H13-Mar-2019-1,8141,508

extensions/H13-Mar-2019-17,27215,254

imagepolicy/H13-Mar-2019-1,6681,388

networking/H13-Mar-2019-5,5074,619

node/H13-Mar-2019-2,0081,502

policy/H13-Mar-2019-6,1865,438

rbac/H13-Mar-2019-11,4169,878

scheduling/H13-Mar-2019-2,9232,189

settings/v1alpha1/H13-Mar-2019-1,3291,072

storage/H13-Mar-2019-10,1238,650

CONTRIBUTING.mdH A D13-Mar-2019728 84

LICENSEH A D13-Mar-201911.1 KiB203169

OWNERSH A D13-Mar-2019331 1614

README.mdH A D13-Mar-2019763 2010

SECURITY_CONTACTSH A D13-Mar-2019562 1816

code-of-conduct.mdH A D13-Mar-2019148 42

roundtrip_test.goH A D13-Mar-20195.2 KiB152118

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