You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What broke (please include exact error messages if you can)
Wrong CRD plural generated, the following CRD is generated when running kubebuilder create api --group openfunction.io --version v1alpha1 --kind FunctionBuild or make manifests
What did you expect to happen? What do you think went wrong? plural: functionbuilds should be generated instead of plural: functionbuildren
What versions of software are you using? Specifically, the following are often useful:
go version
v1.14
kubebuilder version (kubebuilder version) and scaffolding version (check your PROJECT file)
v2.3.1
controller-runtime version (check your go.mod file)
v0.6.4
controller-tools version
controller-gen@v0.2.5
/kind bug
The text was updated successfully, but these errors were encountered:
In kubebuilder v2.3.1 plurals can not be manually provided and use flect.Pluralize(strings.ToLower(<KIND>)) to obtain the plural form. v3.0.0 which will be released shortly offers a -plural flag that allows users to specify other plural forms.
Wrong CRD plural generated, the following CRD is generated when running
kubebuilder create api --group openfunction.io --version v1alpha1 --kind FunctionBuild
ormake manifests
plural: functionbuilds
should be generated instead ofplural: functionbuildren
v1.14
kubebuilder version
) and scaffolding version (check yourPROJECT
file)v2.3.1
go.mod
file)v0.6.4
controller-gen@v0.2.5
/kind bug
The text was updated successfully, but these errors were encountered: