Skip to content

Commit f0c9476

Browse files
committed
add kubebuilder annotation
1 parent 34c0e02 commit f0c9476

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controllers/valhalla_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func NewValhallaReconciler(client client.Client, scheme *runtime.Scheme) *Valhal
6767
// +kubebuilder:rbac:groups="batch",resources=jobs,verbs=get;list;watch;create;update
6868
// +kubebuilder:rbac:groups="apps",resources=deployments,verbs=get;list;watch;create;update
6969
// +kubebuilder:rbac:groups="autoscaling",resources=horizontalpodautoscalers,verbs=get;list;watch;create;update
70+
// +kubebuilder:rbac:groups="policy",resources=poddisruptionbudgets,verbs=get;list;watch;create;update
7071
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas,verbs=get;list;watch;create;update;patch;delete
7172
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas/status,verbs=get;update;patch
7273
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas/finalizers,verbs=update

0 commit comments

Comments
 (0)