We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c0e02 commit f0c9476Copy full SHA for f0c9476
1 file changed
controllers/valhalla_controller.go
@@ -67,6 +67,7 @@ func NewValhallaReconciler(client client.Client, scheme *runtime.Scheme) *Valhal
67
// +kubebuilder:rbac:groups="batch",resources=jobs,verbs=get;list;watch;create;update
68
// +kubebuilder:rbac:groups="apps",resources=deployments,verbs=get;list;watch;create;update
69
// +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
71
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas,verbs=get;list;watch;create;update;patch;delete
72
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas/status,verbs=get;update;patch
73
// +kubebuilder:rbac:groups=valhalla.itayankri,resources=valhallas/finalizers,verbs=update
0 commit comments