10.2. API endpoints
The following API endpoints are available:
/apis/image.openshift.io/v1/imagetags-
GET: list objects of kind ImageTag
-
/apis/image.openshift.io/v1/namespaces/{namespace}/imagetags-
GET: list objects of kind ImageTag -
POST: create an ImageTag
-
/apis/image.openshift.io/v1/namespaces/{namespace}/imagetags/{name}-
DELETE: delete an ImageTag -
GET: read the specified ImageTag -
PATCH: partially update the specified ImageTag -
PUT: replace the specified ImageTag
-
10.2.1. /apis/image.openshift.io/v1/imagetags 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list objects of kind ImageTag
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |