Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 7665efa

Browse files
authored
Merge pull request #119 from awslabs/allow-patch-events
Allow PATCH Event Resource
2 parents c8fccb2 + 3478293 commit 7665efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ items:
4141
- pods
4242
- configmaps
4343
- services
44+
- events
4445
verbs:
4546
- get
4647
- list
4748
- watch
4849
- create
4950
- delete
5051
- update
52+
- patch
5153
- apiGroups:
5254
- apiextensions.k8s.io
5355
resources:

0 commit comments

Comments
 (0)