Authorization Resources


    SelfSubjectAccessReview checks whether or the current user can perform an action.

    SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.

    SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.

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

    Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

    RoleBinding references a role, but does not contain it.