3.2. API endpoints
The following API endpoints are available:
/apis/ipam.cluster.x-k8s.io/v1beta1/ipaddressclaims-
GET: list objects of kind IPAddressClaim
-
/apis/ipam.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/ipaddressclaims-
DELETE: delete collection of IPAddressClaim -
GET: list objects of kind IPAddressClaim -
POST: create an IPAddressClaim
-
/apis/ipam.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/ipaddressclaims/{name}-
DELETE: delete an IPAddressClaim -
GET: read the specified IPAddressClaim -
PATCH: partially update the specified IPAddressClaim -
PUT: replace the specified IPAddressClaim
-
/apis/ipam.cluster.x-k8s.io/v1beta1/namespaces/{namespace}/ipaddressclaims/{name}/status-
GET: read status of the specified IPAddressClaim -
PATCH: partially update status of the specified IPAddressClaim -
PUT: replace status of the specified IPAddressClaim
-
- HTTP method
-
GET - Description
- list objects of kind IPAddressClaim
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |