ADD:Renamed public variable

This commit is contained in:
hwinkel
2023-10-13 14:16:03 +02:00
parent 49b36053d7
commit 96d1e3e2af
4 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ namespace kubecontrol
std::string stop(std::string apiAddress,std::string token);
std::string getInfo(std::string apiAddress,std::string token);
PodInfo PodInfo;
PodInfo InfoPod;