ADD: added a podcontroller and test for the first basic usage

This commit is contained in:
Henry Winkel
2023-08-08 15:09:18 +02:00
parent 1c4c883648
commit 5f043ca88e
13 changed files with 196 additions and 192 deletions

View File

@@ -28,9 +28,9 @@ namespace kubecontrol
std::string* GetEnvironmentVar(std::string key);
std::string createYAML();
nlohmann::json start(std::string apiAddress,std::string token);
nlohmann::json stop(std::string apiAddress,std::string token);
nlohmann::json getInfo(std::string apiAddress,std::string token);
std::string start(std::string apiAddress,std::string token);
std::string stop(std::string apiAddress,std::string token);
std::string getInfo(std::string apiAddress,std::string token);