15 KiB
RoleBinding v1alpha1
| Group | Version | Kind |
|---|---|---|
| RbacAuthorization | v1alpha1 | RoleBinding |
RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
| Field | Description |
|---|---|
| metadata ObjectMeta |
Standard object's metadata. |
| roleRef RoleRef |
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. |
| subjects Subject array |
Subjects holds references to the objects the role applies to. |
RoleBindingList v1alpha1
| Field | Description |
|---|---|
| items RoleBinding array |
Items is a list of RoleBindings |
| metadata ListMeta |
Standard object's metadata. |
Write Operations
See supported operations below...
Create
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
create a RoleBinding
HTTP Request
POST /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| body RoleBinding |
Response
| Code | Description |
|---|---|
| 200 RoleBinding |
OK |
Replace
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
replace the specified RoleBinding
HTTP Request
PUT /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Path Parameters
| Parameter | Description |
|---|---|
| name | name of the RoleBinding |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| body RoleBinding |
Response
| Code | Description |
|---|---|
| 200 RoleBinding |
OK |
Patch
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
partially update the specified RoleBinding
HTTP Request
PATCH /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Path Parameters
| Parameter | Description |
|---|---|
| name | name of the RoleBinding |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| body Patch |
Response
| Code | Description |
|---|---|
| 200 RoleBinding |
OK |
Delete
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
delete a RoleBinding
HTTP Request
DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Path Parameters
| Parameter | Description |
|---|---|
| name | name of the RoleBinding |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| body DeleteOptions |
|
| gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
| orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. |
Response
| Code | Description |
|---|---|
| 200 Status |
OK |
Delete Collection
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
delete collection of RoleBinding
HTTP Request
DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 Status |
OK |
Read Operations
See supported operations below...
Read
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
read the specified RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Path Parameters
| Parameter | Description |
|---|---|
| name | name of the RoleBinding |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Response
| Code | Description |
|---|---|
| 200 RoleBinding |
OK |
List
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
list or watch objects of kind RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
Query Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 RoleBindingList |
OK |
List All Namespaces
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
list or watch objects of kind RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| pretty | If 'true', then the output is pretty printed. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 RoleBindingList |
OK |
Watch
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
watch changes to an object of kind RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}
Path Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| name | name of the RoleBinding |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 Event |
OK |
Watch List
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
watch individual changes to a list of RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| namespace | object name and auth scope, such as for teams and projects |
| pretty | If 'true', then the output is pretty printed. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 Event |
OK |
Watch List All Namespaces
bdocs-tab:kubectl
kubectlCommand
Coming Soon
bdocs-tab:curl
curlCommand (requireskubectl proxyto be running)
Coming Soon
bdocs-tab:kubectl Output
Coming Soon
bdocs-tab:curl Response Body
Coming Soon
watch individual changes to a list of RoleBinding
HTTP Request
GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings
Path Parameters
| Parameter | Description |
|---|---|
| fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything. |
| labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything. |
| pretty | If 'true', then the output is pretty printed. |
| resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
| timeoutSeconds | Timeout for the list/watch call. |
| watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Response
| Code | Description |
|---|---|
| 200 Event |
OK |