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