ADD: added podinfo with building a tree hierarchy for a pod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <kubecontrol/KubePod.hpp>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -12,4 +13,10 @@ namespace kubecontrol
|
||||
static std::string to_lower(std::string);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user