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

kubebuilder resource creation fails when resource name is already its own plural #152

Closed
perotinus opened this issue May 14, 2018 · 0 comments
Assignees

Comments

@perotinus
Copy link
Contributor

perotinus commented May 14, 2018

When I try to create a resource with a name that's already it's own plural, the resource creation fails:

$ kubebuilder create resource --group foo --version v1alpha1 --kind Metadata
2018/05/14 14:22:16 Client code generation expects singular --kind.

It looks like the code here is triggering this. Perhaps it would be useful to add a flag to bypass this check?

pwittrock added a commit to pwittrock/kubebuilder that referenced this issue May 14, 2018
Allow plural resource names.
pwittrock added a commit to pwittrock/kubebuilder that referenced this issue May 14, 2018
Allow plural resource names.
luffyao pushed a commit to luffyao/kubebuilder that referenced this issue Aug 6, 2020
…onjob-tutorial-running-webhook

zh-translation:/cronjob-tutorial/running-webhook.md
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

2 participants