Skip to content

Commit

Permalink
chore(OLM): Regen current OLM package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Feb 10, 2021
1 parent 5ddf9d1 commit 8881519
Showing 1 changed file with 30 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.3.0-SNAPSHOT
createdAt: "2021-02-09T14:20:54Z"
createdAt: "2021-02-10T09:52:57Z"
description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.3.0
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
Expand Down Expand Up @@ -366,8 +366,8 @@ spec:
- delete
- get
- update
- patch
- list
- patch
- watch
- apiGroups:
- rbac.authorization.k8s.io
Expand All @@ -383,16 +383,6 @@ spec:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- get
- list
- watch
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -444,68 +434,14 @@ spec:
- watch
- apiGroups:
- ""
- build.openshift.io
resources:
- buildconfigs
- buildconfigs/webhooks
- builds
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- image.openshift.io
resources:
- imagestreamimages
- imagestreammappings
- imagestreams
- imagestreams/secrets
- imagestreamtags
- events
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- build.openshift.io
resources:
- buildconfigs/instantiate
- buildconfigs/instantiatebinary
- builds/clone
verbs:
- create
- apiGroups:
- ""
- route.openshift.io
resources:
- routes
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- route.openshift.io
resources:
- routes/custom-host
verbs:
- create
- apiGroups:
- serving.knative.dev
resources:
Expand All @@ -522,6 +458,7 @@ spec:
- apiGroups:
- eventing.knative.dev
- messaging.knative.dev
- sources.knative.dev
resources:
- '*'
verbs:
Expand All @@ -534,17 +471,9 @@ spec:
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resourceNames:
- system:image-builder
resources:
- clusterroles
verbs:
- bind
- apiGroups:
- monitoring.coreos.com
- coordination.k8s.io
resources:
- servicemonitors
- leases
verbs:
- create
- delete
Expand All @@ -555,18 +484,12 @@ spec:
- update
- watch
- apiGroups:
- kafka.strimzi.io
resources:
- kafkatopics
- kafkas
verbs:
- get
- list
- watch
- apiGroups:
- coordination.k8s.io
- ""
- build.openshift.io
resources:
- leases
- buildconfigs
- buildconfigs/webhooks
- builds
verbs:
- create
- delete
Expand All @@ -577,9 +500,14 @@ spec:
- update
- watch
- apiGroups:
- operators.coreos.com
- ""
- image.openshift.io
resources:
- servicebindings
- imagestreamimages
- imagestreammappings
- imagestreams
- imagestreams/secrets
- imagestreamtags
verbs:
- create
- delete
Expand All @@ -591,18 +519,18 @@ spec:
- watch
- apiGroups:
- ""
- build.openshift.io
resources:
- events
- buildconfigs/instantiate
- buildconfigs/instantiatebinary
- builds/clone
verbs:
- create
- patch
- get
- list
- watch
- apiGroups:
- serving.knative.dev
- ""
- route.openshift.io
resources:
- services
- routes
verbs:
- create
- delete
Expand All @@ -613,24 +541,16 @@ spec:
- update
- watch
- apiGroups:
- eventing.knative.dev
- messaging.knative.dev
- sources.knative.dev
- ""
- route.openshift.io
resources:
- '*'
- routes/custom-host
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
- operators.coreos.com
resources:
- leases
- servicebindings
verbs:
- create
- delete
Expand Down

0 comments on commit 8881519

Please sign in to comment.