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

..03-May-2022-

.github/H20-Jun-2019-32

Godeps/H20-Jun-2019-169164

admission/v1beta1/H20-Jun-2019-2,1841,847

admissionregistration/v1beta1/H20-Jun-2019-4,6543,871

apps/H20-Jun-2019-27,49624,058

auditregistration/H20-Jun-2019-2,5102,085

authentication/H20-Jun-2019-4,9754,231

authorization/H20-Jun-2019-9,3988,263

autoscaling/H20-Jun-2019-18,26316,076

batch/H20-Jun-2019-6,6965,569

certificates/H20-Jun-2019-2,3291,986

coordination/H20-Jun-2019-2,5762,050

core/v1/H20-Jun-2019-72,30564,758

events/H20-Jun-2019-1,8161,509

extensions/H20-Jun-2019-17,59915,546

imagepolicy/H20-Jun-2019-1,6681,388

networking/H20-Jun-2019-5,5074,619

node/H20-Jun-2019-2,0101,502

policy/H20-Jun-2019-6,5125,730

rbac/H20-Jun-2019-11,4169,878

scheduling/H20-Jun-2019-3,1302,372

settings/v1alpha1/H20-Jun-2019-1,3291,072

storage/H20-Jun-2019-10,3448,849

testdata/H20-Jun-2019-99,46199,216

CONTRIBUTING.mdH A D20-Jun-2019728 84

LICENSEH A D20-Jun-201911.1 KiB203169

OWNERSH A D20-Jun-2019331 1614

README.mdH A D20-Jun-2019763 2010

SECURITY_CONTACTSH A D20-Jun-2019562 1816

code-of-conduct.mdH A D20-Jun-2019148 42

go.modH A D20-Jun-2019562 1914

go.sumH A D20-Jun-20195.5 KiB5958

roundtrip_test.goH A D20-Jun-20194 KiB11892

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