Skip to content
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

Imports lowercased #20

Closed
ianlewis opened this issue Nov 2, 2017 · 11 comments · Fixed by kubernetes/kubernetes#68484
Closed

Imports lowercased #20

ianlewis opened this issue Nov 2, 2017 · 11 comments · Fixed by kubernetes/kubernetes#68484

Comments

@ianlewis
Copy link

ianlewis commented Nov 2, 2017

Several packages are lowercased during package generation. This causes import errors if, for instance, your Github account uses uppercase characters.

Some packages are also generated under lowercased paths so these packages are generated under a different directory than your project. For example my project might be in $GOPATH/src/github.com/IanLewis/myapp and code-generator will generate some files under $GOPATH/src/github.com/ianlewis/myapp

olivierboucher added a commit to olivierboucher/redis-cluster-operator that referenced this issue Dec 8, 2017
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 31, 2018
@nikhita
Copy link
Member

nikhita commented Jan 31, 2018

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 31, 2018
@AkihiroSuda
Copy link
Member

This is critical for me, any update?

@wstrange
Copy link

wstrange commented Apr 2, 2018

Is there any workaround for this (other than manually search/replace)?

@n3wscott
Copy link

The issue comes from here: https://github.com/kubernetes/code-generator/blame/c7a364cb8cf12ce4704f017c0a403c55db3e752b/cmd/client-gen/generators/generator_for_clientset.go#L63

I am looking into a fix.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 13, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Sep 12, 2018
@erutherford
Copy link

This is definitely still an issue could someone please remove the rotten flag from this?

@ianlewis
Copy link
Author

Not sure it will work for me but..
/remove-lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Sep 17, 2018
@nikhita
Copy link
Member

nikhita commented Sep 18, 2018

Not sure it will work for me but..

Anyone can trigger these commands. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants