Skip to content

Instantly share code, notes, and snippets.

@the-redback
Last active April 13, 2018 10:01
Show Gist options
  • Save the-redback/b027f8bb8ec6e9d8da5dde22c5b7ba31 to your computer and use it in GitHub Desktop.
Save the-redback/b027f8bb8ec6e9d8da5dde22c5b7ba31 to your computer and use it in GitHub Desktop.
$ kubectl get --raw /apis/rbac.authorization.k8s.io | jq
{
  "kind": "APIGroup",
  "apiVersion": "v1",
  "name": "rbac.authorization.k8s.io",
  "versions": [
    {
      "groupVersion": "rbac.authorization.k8s.io/v1",
      "version": "v1"
    },
    {
      "groupVersion": "rbac.authorization.k8s.io/v1beta1",
      "version": "v1beta1"
    }
  ],
  "preferredVersion": {
    "groupVersion": "rbac.authorization.k8s.io/v1",
    "version": "v1"
  },
  "serverAddressByClientCIDRs": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment