6.2. API endpoints
The following API endpoints are available:
/apis/batch/v1/cronjobs-
GET: list or watch objects of kind CronJob
-
/apis/batch/v1/watch/cronjobs-
GET: watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/batch/v1/namespaces/{namespace}/cronjobs-
DELETE: delete collection of CronJob -
GET: list or watch objects of kind CronJob -
POST: create a CronJob
-
/apis/batch/v1/watch/namespaces/{namespace}/cronjobs-
GET: watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}-
DELETE: delete a CronJob -
GET: read the specified CronJob -
PATCH: partially update the specified CronJob -
PUT: replace the specified CronJob
-
/apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}-
GET: watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status-
GET: read status of the specified CronJob -
PATCH: partially update status of the specified CronJob -
PUT: replace status of the specified CronJob
-
6.2.1. /apis/batch/v1/cronjobs 링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list or watch objects of kind CronJob
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |