#pragma once #include #include namespace kubecontrol { class Utils { public: static std::string to_lower(std::string); }; }