11.2. API endpoints
The following API endpoints are available:
/apis/k8s.ovn.org/v1/egressservices-
GET: list objects of kind EgressService
-
/apis/k8s.ovn.org/v1/namespaces/{namespace}/egressservices-
DELETE: delete collection of EgressService -
GET: list objects of kind EgressService -
POST: create an EgressService
-
/apis/k8s.ovn.org/v1/namespaces/{namespace}/egressservices/{name}-
DELETE: delete an EgressService -
GET: read the specified EgressService -
PATCH: partially update the specified EgressService -
PUT: replace the specified EgressService
-
/apis/k8s.ovn.org/v1/namespaces/{namespace}/egressservices/{name}/status-
GET: read status of the specified EgressService -
PATCH: partially update status of the specified EgressService -
PUT: replace status of the specified EgressService
-
11.2.1. /apis/k8s.ovn.org/v1/egressservices 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list objects of kind EgressService
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |