ADD: added updated drone.yml and changed some function calls
This commit is contained in:
@@ -13,8 +13,8 @@ namespace kubecontrol
|
||||
|
||||
class PodController
|
||||
{
|
||||
public:
|
||||
PodController(std::string pathToKubectlConfig);
|
||||
public:
|
||||
explicit PodController(std::string pathToKubectlConfig);
|
||||
|
||||
std::string getServerAddress();
|
||||
|
||||
@@ -38,8 +38,8 @@ namespace kubecontrol
|
||||
|
||||
PodInfos extractInfosFromKubePod(KubePod *pod);
|
||||
|
||||
|
||||
|
||||
mutable std::mutex mx_;
|
||||
|
||||
|
||||
};
|
||||
} // namespace ku
|
||||
|
||||
Reference in New Issue
Block a user