Role APIs
ClusterRoleBinding [authorization.openshift.io/v1]
Description
ClusterRoleBinding references a ClusterRole, but not contain it. It can reference any ClusterRole in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which namespace it exists in. ClusterRoleBindings in a given namespace only have effect in that namespace (excepting the master namespace which has power in all namespaces).
Type
object
ClusterRole [authorization.openshift.io/v1]
Description
ClusterRole is a logical grouping of PolicyRules that can be referenced as a unit by ClusterRoleBindings.
Type
object
RoleBindingRestriction [authorization.openshift.io/v1]
Description
RoleBindingRestriction is an object that can be matched against a subject (user, group, or service account) to determine whether rolebindings on that subject are allowed in the namespace to which the RoleBindingRestriction belongs. If any one of those RoleBindingRestriction objects matches a subject, rolebindings on that subject in the namespace are allowed.
Type
object
RoleBinding [authorization.openshift.io/v1]
Description
RoleBinding references a Role, but not contain it. It can reference any Role in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace (excepting the master namespace which has power in all namespaces).
Type
object
Role [authorization.openshift.io/v1]
Description
Role is a logical grouping of PolicyRules that can be referenced as a unit by RoleBindings.
Type
object