RBAC question regarding role inheritance

Hello,
I am trying to understand what permissions the “Kubernetes admin” and “Kubernetes edit” roles have defined for them. I see they are defined for both “project-owner” and “project-member”. I am working on creating some custom Rancher project roles and would like to know the permissions defined for these Kubernetes roles. I haven’t had any luck Googling around. Thanks

You can get the clusterrole from kubectl if you want to see the specific rules, but there’s a tl;dr here: https://kubernetes.io/blog/2017/10/using-rbac-generally-available-18/#granting-access-to-users .