# Functions

GetRbacRoleList returns a list of all RBAC Roles in the cluster.
GetRbacRoleListFromChannels returns a list of all RBAC roles in the cluster reading required resource list once from the channels.

# Structs

RbacRole provides the simplified, combined presentation layer view of Kubernetes' RBAC Roles and ClusterRoles.
RbacRoleList contains a list of Roles and ClusterRoles in the cluster.

# Type aliases

No description provided by the author