Kubernetes release v1.17.11-rc.1

Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.17.11-rc.1
Update dependencies to v0.17.11-rc.1 tag
3 files changed
tree: 3b484f85cc0d1ff4bf06e0269f78cac84159f7a5
  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. flowcontrol/
  17. Godeps/
  18. imagepolicy/
  19. networking/
  20. node/
  21. policy/
  22. rbac/
  23. scheduling/
  24. settings/
  25. storage/
  26. testdata/
  27. code-of-conduct.md
  28. CONTRIBUTING.md
  29. go.mod
  30. go.sum
  31. LICENSE
  32. OWNERS
  33. README.md
  34. roundtrip_test.go
  35. 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.