You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #80
we did a hack to ensure code was generated even if it wasn't
placed at $GOPATH sigs.k8s.io/network-policy-api.
But that's not totally necessary always, like in my case where it
was in that place, with this new change it started wiping off my
entire sigs.k8s.io folder locally when I run make generate.
Instead let's make generate-setup and generate-cleanup optional
as separate make commands and not club them with make generate.
These kind of kinks depend on how each user's local setup is.
Signed-off-by: Surya Seetharaman <[email protected]>
0 commit comments