Skip to content

Commit d698aa9

Browse files
committed
Add endpoint-viewer role definition for Kubernetes to priv
1 parent f5dd026 commit d698aa9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

priv/endpoint-viewer.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Please edit the object below. Lines beginning with a '#' will be ignored,
2+
# and an empty file will abort the edit. If an error occurs while saving this file will be
3+
# reopened with the relevant failures.
4+
#
5+
apiVersion: v1
6+
kind: Role
7+
metadata:
8+
name: endpoint-viewer
9+
rules:
10+
- apiGroups: null
11+
attributeRestrictions: null
12+
resources:
13+
- endpoints
14+
verbs:
15+
- get
16+
- list
17+
- watch

0 commit comments

Comments
 (0)