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):
When generating a basic multigroup project, the generated suite_test.go is wrong and does not register CRD correctly during integration tests.
Step to reproduce:
bootstrap the project with kubebuilder init --domain "example.io"
modifying the PROJECT file to add multigroup: true
creating an API with kubebuilder create api --group webapp --version v1 --kind Guestbook
What did you expect to happen?
The file suite_test.go contains
What broke (please include exact error messages if you can):
When generating a basic multigroup project, the generated
suite_test.go
is wrong and does not register CRD correctly during integration tests.Step to reproduce:
kubebuilder init --domain "example.io"
multigroup: true
kubebuilder create api --group webapp --version v1 --kind Guestbook
What did you expect to happen?
The file
suite_test.go
containswhere it should contains
What versions of software are you using?
kubebuilder version
) :Version: version.Version{KubeBuilderVersion:"2.3.1", KubernetesVendor:"1.16.4", GitCommit:"8b53abeb4280186e494b726edf8f54ca7aa64a49", BuildDate:"2020-03-26T16:42:00Z", GoOs:"unknown", GoArch:"unknown"}
PROJECT
file) : tried2
and3-alpha
/kind bug
The text was updated successfully, but these errors were encountered: