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 my case I had made a change to kcp-dev/client-go/third_party which is required by code-generator/examples and kcp-dev/client-go/informers (kcpinformers "github.com/kcp-dev/apimachinery/third_party/informers")
The text was updated successfully, but these errors were encountered:
generated code in
github.com/kcp-dev/code-generator/examples
has a dependency ongithub.com/kcp-dev/client-go/tree/main/third_party/k8s.io/client-go
when changes to
kcp-dev/client-go
repository also require to generate some code we need a correspondingcode-generator
(https://github.com/kcp-dev/client-go/blob/main/Makefile#L26) which might lead to a dead end.In my case I had made a change to
kcp-dev/client-go/third_party
which is required bycode-generator/examples
andkcp-dev/client-go/informers
(kcpinformers "github.com/kcp-dev/apimachinery/third_party/informers")The text was updated successfully, but these errors were encountered: