Skip to content

Commit

Permalink
Merge pull request #137 from layer5io/kumarabd/feature/broker
Browse files Browse the repository at this point in the history
Kumarabd/feature/broker
  • Loading branch information
kumarabd authored Mar 1, 2021
2 parents 665e9b2 + 19541c5 commit c13e4e4
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 71 deletions.
34 changes: 2 additions & 32 deletions config/manifests/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
labels:
app: meshery
component: operator
annotations:
meshery/component-type: management-plane
name: meshery
---
apiVersion: apiextensions.k8s.io/v1beta1
Expand Down Expand Up @@ -253,17 +251,9 @@ metadata:
name: meshery-operator-role
rules:
- apiGroups:
- meshery.layer5.io
- ""
- apps
- '*'
resources:
- pods
- services
- configmaps
- deployments
- statefulsets
- brokers
- meshsyncs
- '*'
verbs:
- create
- delete
Expand All @@ -272,22 +262,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
- apps
- meshery.layer5.io
resources:
- brokers/status
- meshsyncs/status
- configmaps/status
- statefulsets/status
- deployments/status
- pods/status
- services/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -353,8 +327,6 @@ metadata:
labels:
app: meshery
component: operator
annotations:
meshery/component-type: management-plane
name: meshery-operator-metrics-service
namespace: meshery
spec:
Expand All @@ -372,8 +344,6 @@ metadata:
labels:
app: meshery
component: operator
annotations:
meshery/component-type: management-plane
name: meshery-operator
namespace: meshery
spec:
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ go 1.13
replace (
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
// golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
)

require (
cloud.google.com/go v0.62.0 // indirect
github.com/go-logr/logr v0.4.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/layer5io/meshkit v0.2.2
github.com/layer5io/meshkit v0.2.3
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.4
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d // indirect
Expand Down
Loading

0 comments on commit c13e4e4

Please sign in to comment.