Explanation of different RBAC Verbs

While I did find at leasts lists of all possible RBAC verbs in the documentation, I haven’t found a concrete explanation of which means what. I understand that possible mix of verbs to systems is probably quite large, but some rough points would be nice.

Create and Delete are pretty self explanatory. Patch is probably the equivalent kubectl command. But what is the different between get and list, and what is upgrade limiting exactly?

Thank you.

If there isn’t one available, look it up in the api:

Hope this helps.