Adam Cornett
Adam Cornett
I think dependent callers that need the API's will have trouble pulling in this mono-repo, IMO the API's should their own repo with as few deps as possible so they...
Hi @camilamacedo86 Yes correct that is what I'm suggesting. And correct an importer does not have access to the `/internal` packages, but by forcing them to import the entire repo,...
@LalatenduMohanty This issue isn't about the monorepo at all, it's about the API's, so my take is that it's already separate.
@joelanford Should this be re-opened?
Has there been any thoughts/discussion on this? If there isn't either - a go mod in the `/api` directory - a new standalone repo It makes consumers that need/want to...
The issue with the current structure is that any application that wants to pull in just the `/api` package, can't. A dependent app can only pull in the entire repo,...
I understand the resource concern, but if the OCP docs say a feature is GA, and then it's not on in CRC (or any other OCP flavor), that makes it...
@dependabot rebase
- Depends-on: #6848
Hi @hjeongb0320 I'm not sure I understand this issue. `go/v4` plugin has moved for the `alpha` phase to be GA, so the pull request that was merged is correct. If...