通知发送人
API | 接口名称 |
---|---|
GET /api/v1/namespaces/{namespace}/secrets | 查看通知发送人列表 |
POST /api/v1/namespaces/{namespace}/secrets | 创建通知发送人 |
GET /api/v1/namespaces/{namespace}/secrets/{name} | 查看通知发送人详情 |
PUT /api/v1/namespaces/{namespace}/secrets/{name} | 更新通知发送人 |
PATCH /api/v1/namespaces/{namespace}/secrets/{name} | 差异化更新通知发送人 |
DELETE /api/v1/namespaces/{namespace}/secrets/{name} | 删除指定的通知发送人 |
DELETE /api/v1/namespaces/{namespace}/secrets | 批量删除通知发送人 |