# Functions

FindRbacEntry returns the RbacEntry if it was found in the log for given subject and namespace or nil otherwise.
No description provided by the author
SetupK8sClient returns the configured kubernetes client, it checks if it's running from the k8s context or not and use the correct method to initialize the client from the context.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AppInfo bundles the application specific information including logs, service account and list of live pods.
RbacEntry holds the information about identified rbac entries that has been found in the logs.
RbacEventHandler handles the CRUD event from CR.
RbacNegotiationReconciler reconciles a RbacNegotiation object.
RbacResource identifies the object of the RBAC triplet (example: apps/Deployment).