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