You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency Injection Registration and OperatorBuilder (367689a)
BREAKING CHANGES
EntityRbacAttribute and GenericRbacAttribute
are now only found when added to Kubernetes "relevant" classes.
Instead of scanning all assemblies for those attributes, only
controllers, finalizers and webhooks may be decorated and considered
when generating the RBAC rules in the generator. To migrate,
add any of the attributes above to a controller, finalizer or webhook
instead of anywhere else in the code.