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