mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
This change exports the RBAC validation functions to allow types outside of the RBAC API group to embed a RBAC type and reuse this validation logic. Note that only ValidateRBACName, ValidatePolicyRule and ValidateRoleBindingSubject were exported. The rest of the functions were already exported. Signed-off-by: Monis Khan <mkhan@redhat.com>