Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasfrank committed Nov 26, 2024
1 parent 839eafc commit e9e408b
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 89 deletions.
1 change: 1 addition & 0 deletions broker/machinebroker/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ var _ iri.MachineRuntimeServer = (*Server)(nil)
//+kubebuilder:rbac:groups=networking.ironcore.dev,resources=loadbalancerroutings,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=networking.ironcore.dev,resources=natgateways,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=networking.ironcore.dev,resources=natgateways/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=compute.ironcore.dev,resources=reservations,verbs=get;list;watch;create;update;patch;delete

type BrokerLabel struct {
DefaultLabel string
Expand Down

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

134 changes: 53 additions & 81 deletions client-go/applyconfigurations/utils.go

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

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

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

14 changes: 13 additions & 1 deletion config/machinepoollet-broker/broker-rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
kind: ClusterRole
metadata:
name: broker-role
rules:
Expand Down Expand Up @@ -43,6 +43,18 @@ rules:
verbs:
- create
- get
- apiGroups:
- compute.ironcore.dev
resources:
- reservations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.ironcore.dev
resources:
Expand Down

0 comments on commit e9e408b

Please sign in to comment.