# Functions

GetRbacRoleBindingList returns a list of all RBAC Role Bindings in the cluster.
GetRbacRoleBindingListFromChannels returns a list of all RoleBindings in the cluster reading required resource list once from the channels.
SimplifyRbacRoleBindingLists merges a list of RoleBindings with a list of ClusterRoleBindings to create a simpler, unified list.

# Structs

RbacRoleBinding provides the simplified, combined presentation layer view of Kubernetes' RBAC RoleBindings and ClusterRoleBindings.
RbacRoleBindingList contains a list of Roles and ClusterRoles in the cluster.

# Type aliases

No description provided by the author