vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

bug: resource files prepended with `_` #255

Closed scottd018 closed 2 years ago

scottd018 commented 2 years ago

In certain situations, when build files are located in a hidden directory, generated files may be prepended with a _ in which go does not recognize, resulting in uncompilable code.