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