Kubernetes RBAC verbs: get without list and vice versa? Watch without list?
问题 While there's a lot of documentation and examples on Kubernetes RBAC and also the available verbs for different resources, I couldn't find any rules on whether certain verbs are always used in combination or whether there are use cases to using them individually. In particular, I'm wondering about the verbs get, list, and watch. What uses are for combining them, and especially not combining them? are there uses for allowing get on resources, but not list? au contraire, are there uses for list