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