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