Skip to content

Commit 6be78c6

Browse files
committed
chore: Update TwiN/kevent to v0.1.1
1 parent 3fd5006 commit 6be78c6

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

README.md

+7
Original file line numberDiff line numberDiff 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
---
8087
apiVersion: rbac.authorization.k8s.io/v1
8188
kind: ClusterRoleBinding

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/TwiN/k8s-ttl-controller
33
go 1.19
44

55
require (
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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
44
github.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=
77
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
88
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
99
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=

vendor/github.com/TwiN/kevent/kevent.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/TwiN/kevent v0.1.0
1+
# github.com/TwiN/kevent v0.1.1
22
## explicit; go 1.19
33
github.com/TwiN/kevent
44
# github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)