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