added some required libs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include <string>
|
||||
#include <yaml.h>
|
||||
|
||||
namespace kubecontrol
|
||||
{
|
||||
class kubecontrol
|
||||
{
|
||||
public:
|
||||
kubecontrol(std::string pathToKubectlConfig);
|
||||
void getPods();
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user