27.2. API endpoints
The following API endpoints are available:
/apis/whereabouts.cni.cncf.io/v1alpha1/nodeslicepools-
GET: list objects of kind NodeSlicePool
-
/apis/whereabouts.cni.cncf.io/v1alpha1/namespaces/{namespace}/nodeslicepools-
DELETE: delete collection of NodeSlicePool -
GET: list objects of kind NodeSlicePool -
POST: create a NodeSlicePool
-
/apis/whereabouts.cni.cncf.io/v1alpha1/namespaces/{namespace}/nodeslicepools/{name}-
DELETE: delete a NodeSlicePool -
GET: read the specified NodeSlicePool -
PATCH: partially update the specified NodeSlicePool -
PUT: replace the specified NodeSlicePool
-
- HTTP method
-
GET - Description
- list objects of kind NodeSlicePool
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |