We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbddc08 commit de863d7Copy full SHA for de863d7
1 file changed
internal/controller/eviction_controller.go
@@ -63,6 +63,7 @@ const (
63
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions,verbs=get;list;watch;create;update;patch;delete
64
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions/status,verbs=get;update;patch
65
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions/finalizers,verbs=update
66
+// +kubebuilder:rbac:groups="",resources=nodes,verbs=get;list;watch
67
68
// Reconcile is part of the main kubernetes reconciliation loop which aims to
69
// move the current state of the cluster closer to the desired state.
0 commit comments