创建RoleBinding
功能介绍
This API is used to create a RoleBinding
URL
POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
参数解释描述该API的参数。
参数 |
是否必选 |
描述 |
---|---|---|
namespace |
Yes |
Object name and auth scope, such as for teams and projects. |
pretty |
No |
If 'true', then the output is pretty printed. |
body |
Yes |
请参见请求参数。 |
请求消息
请求参数:
请求参数如请求参数所示。
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
apiVersion |
No |
String |
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. |
kind |
No |
String |
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. |
metadata |
No |
metadata object |
Standard object’s metadata. |
roleRef |
No |
RoleRef object |
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 |
No |
Array of Subject objects |
Subjects holds references to the objects the role applies to. |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
annotations |
No |
Object |
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. |
clusterName |
No |
String |
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. |
creationTimestamp |
No |
String |
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. |
deletionGracePeriodSeconds |
No |
Integer |
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. |
deletionTimestamp |
No |
String |
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. |
finalizers |
No |
Array of strings |
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. |
generateName |
No |
String |
If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. |
generation |
No |
Integer |
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. |
initializers |
No |
initializers object |
An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects. When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user. |
labels |
No |
Object |
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. |
name |
No |
String |
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. |
namespace |
No |
String |
Namespace defines the space within each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. |
ownerReferences |
No |
Array of strings |
List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. |
resourceVersion |
No |
String |
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients. |
selfLink |
No |
String |
SelfLink is a URL representing this object. Populated by the system. Read-only. |
uid |
No |
String |
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
apiGroup |
No |
String |
APIGroup is the group for the resource being referenced. |
kind |
No |
String |
Kind is the type of resource being referenced. |
name |
No |
String |
Name is the name of resource being referenced. |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
apiGroup |
No |
String |
APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects. |
kind |
No |
String |
Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error. |
name |
No |
String |
Name of the object being referenced. |
namespace |
No |
String |
Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error. |
请求示例:
# 以下角色绑定定义将允许用户"jane"从"default"命名空间中读取pod。 { "kind": "RoleBinding", "apiVersion": "rbac.authorization.k8s.io/v1", "metadata": { "name": "read-pods", "namespace": "default" }, "subjects":[{ "kind": "User", "name": "jane", "apiGroup": "rbac.authorization.k8s.io" }], "roleRef":{ "kind": "Role", "name": "pod-reader", "apiGroup": "rbac.authorization.k8s.io"} }
响应示例:
{ "kind" : "RoleBinding", "apiVersion" : "rbac.authorization.k8s.io/v1", "metadata" : { "name" : "read-pods", "namespace" : "default", "selfLink" : "/apis/rbac.authorization.k8s.io/v1/namespaces/default/rolebindings/secret-reader", "uid" : "b3d1a49a-f1f4-11e8-b449-fa163ec24e06", "resourceVersion" : "16611", "creationTimestamp" : "2018-11-27T03:29:52Z" }, "subjects" : [ { "kind" : "User", "apiGroup" : "rbac.authorization.k8s.io", "name" : "jane" } ], "roleRef" : { "apiGroup" : "rbac.authorization.k8s.io", "kind" : "Role", "name" : "pod-reader" } }
