FIX: fixed a bug where the classes are fixed to a namespace

This commit is contained in:
Henry Winkel
2023-09-27 13:43:04 +02:00
parent 2779eb1be3
commit 49b36053d7
5 changed files with 9 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ namespace kubecontrol
std::string BearerToken_;
std::string ServerAddress_;
std::string Namespace_;
std::string ApiCall_;
// void addPodInfoToInfoList(std::shared_ptr<PodInfo> podinfo);