Created
September 26, 2018 08:58
-
-
Save gavinzhou/9fa62a63b1628d91188111bbcb1e5afb 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/v2alpha1 | |
| { | |
| "kind": "APIResourceList", | |
| "apiVersion": "v1", | |
| "groupVersion": "batch/v2alpha1", | |
| "resources": [ | |
| { | |
| "name": "cronjobs", | |
| "namespaced": true, | |
| "kind": "CronJob" | |
| }, | |
| { | |
| "name": "cronjobs/status", | |
| "namespaced": true, | |
| "kind": "CronJob" | |
| }, | |
| { | |
| "name": "jobs", | |
| "namespaced": true, | |
| "kind": "Job" | |
| }, | |
| { | |
| "name": "jobs/status", | |
| "namespaced": true, | |
| "kind": "Job" | |
| }, | |
| { | |
| "name": "scheduledjobs", | |
| "namespaced": true, | |
| "kind": "ScheduledJob" | |
| }, | |
| { | |
| "name": "scheduledjobs/status", | |
| "namespaced": true, | |
| "kind": "ScheduledJob" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment