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