A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/ below:

Website Navigation


ClusterRole | Kubernetes

ClusterRole

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

apiVersion: rbac.authorization.k8s.io/v1

import "k8s.io/api/rbac/v1"

ClusterRole

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

ClusterRoleList

ClusterRoleList is a collection of ClusterRoles

Operations get read the specified ClusterRole HTTP Request

GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Parameters Response

200 (ClusterRole): OK

401: Unauthorized

list list or watch objects of kind ClusterRole HTTP Request

GET /apis/rbac.authorization.k8s.io/v1/clusterroles

Parameters Response

200 (ClusterRoleList): OK

401: Unauthorized

create create a ClusterRole HTTP Request

POST /apis/rbac.authorization.k8s.io/v1/clusterroles

Parameters Response

200 (ClusterRole): OK

201 (ClusterRole): Created

202 (ClusterRole): Accepted

401: Unauthorized

update replace the specified ClusterRole HTTP Request

PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Parameters Response

200 (ClusterRole): OK

201 (ClusterRole): Created

401: Unauthorized

patch partially update the specified ClusterRole HTTP Request

PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Parameters Response

200 (ClusterRole): OK

201 (ClusterRole): Created

401: Unauthorized

delete delete a ClusterRole HTTP Request

DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of ClusterRole HTTP Request

DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles

Parameters Response

200 (Status): OK

401: Unauthorized

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4