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

..03-May-2022-

.github/H20-Jun-2019-

Godeps/H20-Jun-2019-

admission/v1beta1/H20-Jun-2019-

admissionregistration/v1beta1/H20-Jun-2019-

apps/H20-Jun-2019-

auditregistration/H20-Jun-2019-

authentication/H20-Jun-2019-

authorization/H20-Jun-2019-

autoscaling/H20-Jun-2019-

batch/H20-Jun-2019-

certificates/H20-Jun-2019-

coordination/H20-Jun-2019-

core/v1/H20-Jun-2019-

events/H20-Jun-2019-

extensions/H20-Jun-2019-

imagepolicy/H20-Jun-2019-

networking/H20-Jun-2019-

node/H20-Jun-2019-

policy/H20-Jun-2019-

rbac/H20-Jun-2019-

scheduling/H20-Jun-2019-

settings/v1alpha1/H20-Jun-2019-

storage/H20-Jun-2019-

testdata/H20-Jun-2019-

CONTRIBUTING.mdH A D20-Jun-2019728

LICENSEH A D20-Jun-201911.1 KiB

OWNERSH A D20-Jun-2019331

README.mdH A D20-Jun-2019763

SECURITY_CONTACTSH A D20-Jun-2019562

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

go.modH A D20-Jun-2019562

go.sumH A D20-Jun-20195.5 KiB

roundtrip_test.goH A D20-Jun-20194 KiB

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