We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Fixes kubernetes-sigs#152
8a7b21b
Allow plural resource names.
1909c53
Merge pull request kubernetes-sigs#152 from helight/zh-translation-cr…
48d8e51
…onjob-tutorial-running-webhook zh-translation:/cronjob-tutorial/running-webhook.md
fanzhangio
No branches or pull requests
When I try to create a resource with a name that's already it's own plural, the resource creation fails:
It looks like the code here is triggering this. Perhaps it would be useful to add a flag to bypass this check?
The text was updated successfully, but these errors were encountered: