#include #include namespace kubecontrol { class kubecontrol { public: kubecontrol(std::string pathToKubectlConfig); void getPods(); }; }