2.2. API endpoints
The following API endpoints are available:
/apis/ipam.cluster.x-k8s.io/v1beta1/ipaddresses-
GET: list objects of kind IPAddress
-
/apis/ipam.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/ipaddresses-
DELETE: delete collection of IPAddress -
GET: list objects of kind IPAddress -
POST: create an IPAddress
-
/apis/ipam.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/ipaddresses/{name}-
DELETE: delete an IPAddress -
GET: read the specified IPAddress -
PATCH: partially update the specified IPAddress -
PUT: replace the specified IPAddress
-
2.2.1. /apis/ipam.cluster.x-k8s.io/v1beta1/ipaddresses 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list objects of kind IPAddress
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |