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