Jakob Möller

Results 200 comments of Jakob Möller

Putting this as ready to review, please provide feedback before I proceed further

/hold there is one big thing open that is requiring the go.mod file contents in the root

@everettraven Thanks so much for taking a look! > * My understanding is that this introduces a breaking change for the `create api` subcommand for the `go/v3` plugin. Is this...

One more addition here that I want to put up for discussion: I tried to make this run with purely `go.mod` and `replace` directives. However there is a huge problem...

Thanks for the insight and review guys, I will adopt the PR to make use of the `kubebuilder edit` command and the `PROJECT` configuration file.

After spending more time into research, I think workspaces also can have major disadvantages. The best practice way of go is still to use `one module per repository`. That is...

@everettraven Agree with all of the above, except for >I think our use case aligns with this point and would warrant the creation of a multi-module repository. If we do...

@camilamacedo86 I think I misunderstood you earlier and retried the approach manually. The main question for me now is in the replace statement. Is it acceptable to have a replace...