forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrbac-view.yaml
42 lines (42 loc) · 1.44 KB
/
rbac-view.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: rbac-view
spec:
version: "v0.1.0"
homepage: https://github.com/jasonrichardsmith/rbac-view
shortDescription: A tool to visualize your RBAC permissions.
caveats: |
Run "kubectl rbac-view" to open a browser with an html view of your permissions.
You can find documentation at https://github.com/jasonrichardsmith/rbac-view.
platforms:
- uri: https://github.com/jasonrichardsmith/rbac-view/releases/download/v0.1.0/rbac-view.v0.1.0.darwin.tar.gz
sha256: 2a3a6cca926bfa2c4116b76f376047946f4188f7f2129ac3c5cb9fe29b7c176d
bin: rbac-view
files:
- from: bin/darwin/rbac-view
to: rbac-view
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/jasonrichardsmith/rbac-view/releases/download/v0.1.0/rbac-view.v0.1.0.linux.tar.gz
sha256: 161e6128240f6ef4955f69d428aeea5f93f893775c0e984a3e32ea5835a32804
bin: rbac-view
files:
- from: bin/linux/rbac-view
to: rbac-view
selector:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/jasonrichardsmith/rbac-view/releases/download/v0.1.0/rbac-view.v0.1.0.windows.tar.gz
sha256: 1cde799e12658ed305f1d4fe20900fef591b4b174fa22d1494a8a9dfe15726c5
bin: rbac-view
files:
- from: bin/windows/rbac-view
to: rbac-view
selector:
matchLabels:
os: windows
arch: amd64