mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
SelfSubjectAccessReview use 'pods' resource (#204)
Signed-off-by: Christopher biggs <christopher.l.biggs@gmail.com>
This commit is contained in:
parent
7450557f17
commit
70abf73176
@ -13,7 +13,7 @@ function selfSubjectAccessReview(authApi: AuthorizationV1Api, namespace: string)
|
||||
spec: {
|
||||
resourceAttributes: {
|
||||
namespace: namespace,
|
||||
resource: "pod",
|
||||
resource: "pods",
|
||||
verb: "list",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user