Skip to content

Commit

Permalink
vendor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Singh <[email protected]>
  • Loading branch information
prateek041 committed Aug 26, 2023
1 parent 84b5831 commit 98963d1
Show file tree
Hide file tree
Showing 6 changed files with 460 additions and 0 deletions.
33 changes: 33 additions & 0 deletions tetragonpod/config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- cilium.io
resources:
- TetragonPods
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- cilium.io
resources:
- TetragonPods/finalizers
verbs:
- update
- apiGroups:
- cilium.io
resources:
- TetragonPods/status
verbs:
- get
- patch
- update
66 changes: 66 additions & 0 deletions vendor/github.com/stretchr/testify/suite/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions vendor/github.com/stretchr/testify/suite/interfaces.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions vendor/github.com/stretchr/testify/suite/stats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98963d1

Please sign in to comment.