Kubernetes release v1.16.1-beta.0

Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.16.1-beta.0
Fix dependencies to point to kubernetes-1.16.1-beta.0 tag
3 files changed
tree: c8916d736a8ec727efba3b672f3b146ad1b7a6eb
  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. discovery/
  14. events/
  15. extensions/
  16. Godeps/
  17. imagepolicy/
  18. networking/
  19. node/
  20. policy/
  21. rbac/
  22. scheduling/
  23. settings/
  24. storage/
  25. testdata/
  26. code-of-conduct.md
  27. CONTRIBUTING.md
  28. go.mod
  29. go.sum
  30. LICENSE
  31. OWNERS
  32. README.md
  33. roundtrip_test.go
  34. 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.