1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

SelfSubjectAccessReview use 'pods' resource

Signed-off-by: Christopher biggs <christopher.l.biggs@gmail.com>
This commit is contained in:
Christopher biggs 2020-04-02 00:41:54 -04:00
parent 38ef92b52f
commit 5a235036a3

View File

@ -13,7 +13,7 @@ function selfSubjectAccessReview(authApi: AuthorizationV1Api, namespace: string)
spec: {
resourceAttributes: {
namespace: namespace,
resource: "pod",
resource: "pods",
verb: "list",
}
}