Currently it seems that kube-gen requires a ClusterRole in order to work. It appears that there aren't any controls for limiting the scope of kube-gen to a specific namespace.
For our use case, we want to run https://github.com/kylemcc/kube-nginx-proxy in certain namespaces, and only generate nginx configurations for services / pods within the same namespace. In this scenario, we would also want to only use namespace scoped roles, not cluster scoped roles.
Is this currently possible? Maybe using environment variables or undocumented flags?