This is the primary entrypoint
This package watches all resources that rbac-manager "owns" in order to trigger reconciliation if an outside actor modifies or deletes one of them
Here the rbacDefinition is parsed into ServiceAccounts, ClusterRoleBindings, and RoleBindings
This package contains the watchers of Namesapces and RbacDefinitions, which are the primary things that can be used to trigger rbac-manager actions.
This contains the functions that reconcile Namespaces, ServiceAccounts, ClusterRoleBindings, RoleBindings, and OnwerReferences
This contains the types necessary to define the RbacDefinition.