Closed
Description
As we continue bootstrapping the initial kgw standalone builds, we need to:
- properly define the go module
- remove legacy gloo edge/non k8s gateway api related code
In order to properly do 1, we will have to fix ALL internal imports.
Since we also need to take care of 2, it makes little sense to spend the time fixing the broken imports for dead code that is ultimately destined for the bit bucket.
We can accomplish this wholesale by:
- deleting the majority of the code not contained in the
projects/gateway2
directory - renaming the go mod
- fixing the leftover code imports
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done