Skip to content

Commit

Permalink
fix make manifests
Browse files Browse the repository at this point in the history
Signed-off-by: youhangwang <[email protected]>
  • Loading branch information
youhangwang committed Jul 23, 2024
1 parent 9c9c171 commit 3e82303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/replicationgroupsource_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ type ReplicationGroupSourceReconciler struct {
// +kubebuilder:rbac:groups=volsync.backube,resources=replicationsources,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups=snapshot.storage.k8s.io,resources=volumesnapshots,verbs=get;list;watch
// +kubebuilder:rbac:groups=apiextensions.k8s.io,resources=customresourcedefinitions,verbs=get
//
//nolint:funlen

// nolint: funlen
func (r *ReplicationGroupSourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
logger := log.FromContext(ctx)
logger.Info("Get ReplicationGroupSource")
Expand Down

0 comments on commit 3e82303

Please sign in to comment.