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

Create api command picks up equally named k8s.io/api group #335

Closed
sttts opened this issue Jul 27, 2018 · 1 comment
Closed

Create api command picks up equally named k8s.io/api group #335

sttts opened this issue Jul 27, 2018 · 1 comment
Assignees
Milestone

Comments

@sttts
Copy link

sttts commented Jul 27, 2018

kubebuilder create api --group policy --version v1beta1 --kind HealthCheckPolicy

creates a healthcheckpolicy_controller.go which imports k8s.io/api/policy/v1beta1 instead of the new types.

@sttts sttts changed the title Create api command picks up equally name k8s.io/api group Create api command picks up equally named k8s.io/api group Jul 27, 2018
@droot droot added this to the v1.0.1 milestone Aug 1, 2018
@droot
Copy link
Contributor

droot commented Aug 6, 2018

This should get fixed with #343

@droot droot closed this as completed Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants