Skip to content

Commit

Permalink
Update autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Mar 19, 2024
1 parent 2aa6bd3 commit b9aa243
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
25 changes: 24 additions & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ rules:
- ""
resources:
- nodes
- endpoints
verbs:
- get
- list
Expand Down Expand Up @@ -283,6 +282,30 @@ rules:
- patch
- update
- delete
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- endpoints
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

---
apiVersion: v1
Expand Down
25 changes: 24 additions & 1 deletion deploy/operator/00_clusterrole_def.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ rules:
- ""
resources:
- nodes
- endpoints
verbs:
- get
- list
Expand Down Expand Up @@ -273,3 +272,27 @@ rules:
- patch
- update
- delete
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- endpoints
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

0 comments on commit b9aa243

Please sign in to comment.