4.2. API 端点
可用的 API 端点如下:
/api/v1/componentstatuses
-
GET
: 列出 kind ComponentStatus 的对象
-
/api/v1/componentstatuses/{name}
-
GET
:读取指定的 ComponentStatus
-
4.2.1. /api/v1/componentstatuses
- HTTP 方法
-
GET
- 描述
- 列出 kind ComponentStatus 的对象
HTTP 代码 | 响应正文 |
---|---|
200 - OK | |
401 - Unauthorized | 空 |
4.2.2. /api/v1/componentstatuses/{name}
参数 | 类型 | 描述 |
---|---|---|
|
| ComponentStatus 的名称 |
- HTTP 方法
-
GET
- 描述
- 读取指定的 ComponentStatus
HTTP 代码 | 响应正文 |
---|---|
200 - OK | |
401 - Unauthorized | 空 |