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