Skip to content

Instantly share code, notes, and snippets.

@gavinzhou
Created September 26, 2018 08:57
Show Gist options
  • Save gavinzhou/99d7da08756f7473f0f8133e1c93e896 to your computer and use it in GitHub Desktop.
Save gavinzhou/99d7da08756f7473f0f8133e1c93e896 to your computer and use it in GitHub Desktop.
$ curl http://127.0.0.1:8080/apis/batch/v1
{
"kind": "APIResourceList",
"apiVersion": "v1",
"groupVersion": "batch/v1",
"resources": [
{
"name": "jobs",
"namespaced": true,
"kind": "Job"
},
{
"name": "jobs/status",
"namespaced": true,
"kind": "Job"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment