Skip to content

Instantly share code, notes, and snippets.

@SaMnCo
Created February 23, 2018 11:37
Show Gist options
  • Save SaMnCo/8cad8bd8cdf157b301ea043c5d39fb41 to your computer and use it in GitHub Desktop.
Save SaMnCo/8cad8bd8cdf157b301ea043c5d39fb41 to your computer and use it in GitHub Desktop.
$ kubectl get --raw /apis/metrics.k8s.io/v1beta1 | jq .
{
"kind": "APIResourceList",
"apiVersion": "v1",
"groupVersion": "metrics.k8s.io/v1beta1",
"resources": [
{
"name": "nodes",
"singularName": "",
"namespaced": false,
"kind": "NodeMetrics",
"verbs": [
"get",
"list"
]
},
{
"name": "pods",
"singularName": "",
"namespaced": true,
"kind": "PodMetrics",
"verbs": [
"get",
"list"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment