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