Guest User

Untitled

a guest
Apr 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ```console
  2. $ kubectl get --raw /apis/rbac.authorization.k8s.io | jq
  3. {
  4. "kind": "APIGroup",
  5. "apiVersion": "v1",
  6. "name": "rbac.authorization.k8s.io",
  7. "versions": [
  8. {
  9. "groupVersion": "rbac.authorization.k8s.io/v1",
  10. "version": "v1"
  11. },
  12. {
  13. "groupVersion": "rbac.authorization.k8s.io/v1beta1",
  14. "version": "v1beta1"
  15. }
  16. ],
  17. "preferredVersion": {
  18. "groupVersion": "rbac.authorization.k8s.io/v1",
  19. "version": "v1"
  20. },
  21. "serverAddressByClientCIDRs": null
  22. }
  23. ```
Add Comment
Please, Sign In to add comment