ADD: added more extracted details for a child pod and changed the data type for the child information
This commit is contained in:
@@ -10,15 +10,7 @@
|
||||
namespace kubecontrol
|
||||
{
|
||||
|
||||
struct PodInfos
|
||||
{
|
||||
std::string UUID;
|
||||
std::string IP;
|
||||
std::string Status;
|
||||
std::string Component;
|
||||
std::string Owner;
|
||||
std::vector<std::string> UUIDOfChilds;
|
||||
};
|
||||
|
||||
class PodController
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user