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