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