File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ rules:
7676 - " get"
7777 - " list"
7878 - " delete"
79+ - apiGroups :
80+ - " "
81+ - " events.k8s.io"
82+ resources :
83+ - " events"
84+ verbs :
85+ - " create"
7986---
8087apiVersion : rbac.authorization.k8s.io/v1
8188kind : ClusterRoleBinding
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/TwiN/k8s-ttl-controller
33go 1.19
44
55require (
6- github.com/TwiN/kevent v0.1.0
6+ github.com/TwiN/kevent v0.1.1
77 github.com/xhit/go-str2duration/v2 v2.0.0
88 k8s.io/api v0.25.4
99 k8s.io/apimachinery v0.25.4
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
33github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
44github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
5- github.com/TwiN/kevent v0.1.0 h1:r9JNR+rCiSgMuO1gbRlbTfqS3tdcOl8+zdhcEL1rSRE =
6- github.com/TwiN/kevent v0.1.0 /go.mod h1:vtWKyP6/+1rJOcfjnV9ZKTh6/v0LAi0bKzWeG/gDxC4 =
5+ github.com/TwiN/kevent v0.1.1 h1:6WyCoaFgxcrWFcVRybCzpDon9+k8zlKPvwembVUsrds =
6+ github.com/TwiN/kevent v0.1.1 /go.mod h1:vtWKyP6/+1rJOcfjnV9ZKTh6/v0LAi0bKzWeG/gDxC4 =
77github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
88github.com/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
99github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
Original file line number Diff line number Diff line change 1- # github.com/TwiN/kevent v0.1.0
1+ # github.com/TwiN/kevent v0.1.1
22## explicit; go 1.19
33github.com/TwiN/kevent
44# github.com/davecgh/go-spew v1.1.1
You can’t perform that action at this time.
0 commit comments