Hello, since v0.12.0 there is an issue importing the lib with cmake.
The library exports the kubernetesTargets.cmake but in file Config.cmake.in there is @PROJECT_NAME@Targets.cmake that is translated to CGeneratorTargets.cmake
I guess pkgName should be used instead of PROJECT_NAME.
If you ack I can do a PR for this.
Best