ADD: added name to KubePod and added the possibility to pass a shared pointer to start a pod
This commit is contained in:
@@ -27,6 +27,8 @@ namespace kubecontrol
|
||||
std::string getServerAddress();
|
||||
|
||||
void startPod(KubePod Pod,bool WaitTillRunning = true );
|
||||
void startPod(std::shared_ptr<KubePod> Pod,bool WaitTillRunning = true );
|
||||
|
||||
void stopPod(std::string uuid);
|
||||
void stopAllPods();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user