ADD: added a podcontroller and test for the first basic usage
This commit is contained in:
@@ -11,10 +11,14 @@ namespace kubecontrol
|
||||
std::string getServerAddress();
|
||||
|
||||
void startPod(KubePod Pod);
|
||||
void stopPod(std::string Label);
|
||||
void stopAllPods();
|
||||
|
||||
std::string getPodsInfo();
|
||||
std::string getInfoForPod(std::string Label);
|
||||
|
||||
private:
|
||||
std::vector<KubePod> PodList;
|
||||
std::vector<KubePod> PodList_;
|
||||
|
||||
std::string BearerToken_;
|
||||
std::string ServerAddress_;
|
||||
|
||||
Reference in New Issue
Block a user