Created
September 26, 2018 08:57
-
-
Save gavinzhou/99d7da08756f7473f0f8133e1c93e896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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