blob: 978524558423a19a9410b7e6bc27ba47523378c8 [file] [log] [blame]
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: camel-k-operator-knative
labels:
app: "camel-k"
rules:
- apiGroups:
- serving.knative.dev
resources:
- "*"
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- eventing.knative.dev
resources:
- "*"
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch