Kubernetes release v1.14.0-beta.2

Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.14.0-beta.2
Merge remote-tracking branch 'origin/master' into release-1.14

Kubernetes-commit: 9ef24c9b016648e842673a7f5570de4f6af04439
1 file changed
tree: cce3a661d9c17089281b919daaea5dab74fe0c67
  1. .github/
  2. admission/
  3. admissionregistration/
  4. apps/
  5. auditregistration/
  6. authentication/
  7. authorization/
  8. autoscaling/
  9. batch/
  10. certificates/
  11. coordination/
  12. core/
  13. events/
  14. extensions/
  15. Godeps/
  16. imagepolicy/
  17. networking/
  18. node/
  19. policy/
  20. rbac/
  21. scheduling/
  22. settings/
  23. storage/
  24. code-of-conduct.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. README.md
  29. roundtrip_test.go
  30. SECURITY_CONTACTS
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.