27.2. API 端点
可用的 API 端点如下:
/apis/whereabouts.cni.cncf.io/v1alpha1/overlappingrangeipreservations-
GET: 列出类型为 OverlappingRangeIPReservation 的对象
-
/apis/whereabouts.cni.cncf.io/v1alpha1/namespaces/{namespace}/overlappingrangeipreservations-
DELETE:删除 OverlappingRangeIPReservation 集合 -
GET: 列出类型为 OverlappingRangeIPReservation 的对象 -
POST:创建 OverlappingRangeIPReservation
-
/apis/whereabouts.cni.cncf.io/v1alpha1/namespaces/{namespace}/overlappingrangeipreservations/{name}-
DELETE:删除 OverlappingRangeIPReservation -
GET:读取指定的 OverlappingRangeIPReservation -
PATCH: 部分更新指定的 OverlappingRangeIPReservation -
PUT:替换指定的 OverlappingRangeIPReservation
-
- HTTP 方法
-
GET - 描述
- 列出 OverlappingRangeIPReservation 类型的对象
| HTTP 代码 | 响应正文 |
|---|---|
| 200 - OK | |
| 401 - Unauthorized | 空 |