4.2. API endpoints
The following API endpoints are available:
/apis/rbac.authorization.k8s.io/v1/rolebindings-
GET: list or watch objects of kind RoleBinding
-
/apis/rbac.authorization.k8s.io/v1/watch/rolebindings-
GET: watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings-
DELETE: delete collection of RoleBinding -
GET: list or watch objects of kind RoleBinding -
POST: create a RoleBinding
-
/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings-
GET: watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}-
DELETE: delete a RoleBinding -
GET: read the specified RoleBinding -
PATCH: partially update the specified RoleBinding -
PUT: replace the specified RoleBinding
-
/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}-
GET: watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
4.2.1. /apis/rbac.authorization.k8s.io/v1/rolebindings 复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list or watch objects of kind RoleBinding
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |