-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cyclic dependency with github.com/kcp-dev/client-go #75
Comments
/cc @stevekuznetsov @ncdc |
p0lyn0mial
added a commit
to p0lyn0mial/code-generator
that referenced
this issue
Dec 14, 2022
p0lyn0mial
added a commit
to p0lyn0mial/code-generator
that referenced
this issue
Dec 14, 2022
p0lyn0mial
added a commit
to p0lyn0mial/code-generator
that referenced
this issue
Dec 14, 2022
p0lyn0mial
added a commit
to p0lyn0mial/code-generator
that referenced
this issue
Dec 14, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: