14.2. API endpoints
The following API endpoints are available:
/apis/operators.coreos.com/v1alpha1/subscriptions-
GET: list objects of kind Subscription
-
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions-
DELETE: delete collection of Subscription -
GET: list objects of kind Subscription -
POST: create a Subscription
-
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}-
DELETE: delete a Subscription -
GET: read the specified Subscription -
PATCH: partially update the specified Subscription -
PUT: replace the specified Subscription
-
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}/status-
GET: read status of the specified Subscription -
PATCH: partially update status of the specified Subscription -
PUT: replace status of the specified Subscription
-
- HTTP method
-
GET - Description
- list objects of kind Subscription
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |