ADD: added a general kubenetes API and integrated that in the classes and remodeled the info management
This commit is contained in:
@@ -19,8 +19,11 @@ class KubernetesAPI
|
||||
std::string performRequest(std::string request,std::string Methode,std::string PostFields);
|
||||
|
||||
void addAddress(std::string address);
|
||||
std::string getAddress();
|
||||
void addToken(std::string Token);
|
||||
void addYaml(YAML::Node config);
|
||||
|
||||
std::string getNamespace();
|
||||
private:
|
||||
std::string APIAddress_;
|
||||
std::string Token_;
|
||||
|
||||
Reference in New Issue
Block a user