12.2. API endpoints
The following API endpoints are available:
/apis/operators.coreos.com/v1/operatorgroups-
GET: list objects of kind OperatorGroup
-
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups-
DELETE: delete collection of OperatorGroup -
GET: list objects of kind OperatorGroup -
POST: create an OperatorGroup
-
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}-
DELETE: delete an OperatorGroup -
GET: read the specified OperatorGroup -
PATCH: partially update the specified OperatorGroup -
PUT: replace the specified OperatorGroup
-
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}/status-
GET: read status of the specified OperatorGroup -
PATCH: partially update status of the specified OperatorGroup -
PUT: replace status of the specified OperatorGroup
-
12.2.1. /apis/operators.coreos.com/v1/operatorgroups 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list objects of kind OperatorGroup
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |