Skip to content

Commit

Permalink
Update autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Dec 4, 2023
1 parent da18c7b commit d77e0f4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,18 @@ rules:
- patch
- update
- delete
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

---
apiVersion: v1
Expand Down
12 changes: 12 additions & 0 deletions deploy/operator/00_clusterrole_def.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,15 @@ rules:
- patch
- update
- delete
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

0 comments on commit d77e0f4

Please sign in to comment.