8.2. API endpoints
The following API endpoints are available:
/apis/image.openshift.io/v1/imagestreams-
GET: list or watch objects of kind ImageStream
-
/apis/image.openshift.io/v1/watch/imagestreams-
GET: watch individual changes to a list of ImageStream. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/image.openshift.io/v1/namespaces/{namespace}/imagestreams-
DELETE: delete collection of ImageStream -
GET: list or watch objects of kind ImageStream -
POST: create an ImageStream
-
/apis/image.openshift.io/v1/watch/namespaces/{namespace}/imagestreams-
GET: watch individual changes to a list of ImageStream. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/image.openshift.io/v1/namespaces/{namespace}/imagestreams/{name}-
DELETE: delete an ImageStream -
GET: read the specified ImageStream -
PATCH: partially update the specified ImageStream -
PUT: replace the specified ImageStream
-
/apis/image.openshift.io/v1/watch/namespaces/{namespace}/imagestreams/{name}-
GET: watch changes to an object of kind ImageStream. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
/apis/image.openshift.io/v1/namespaces/{namespace}/imagestreams/{name}/status-
GET: read status of the specified ImageStream -
PATCH: partially update status of the specified ImageStream -
PUT: replace status of the specified ImageStream
-
8.2.1. /apis/image.openshift.io/v1/imagestreams 링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list or watch objects of kind ImageStream
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |