Skip to content

Commit a75479c

Browse files
committed
chore(plugins/container): drop fulfilled TODOs
m_container_ip and m_container_user are already exposed in table.cpp Signed-off-by: Angelo Puglisi <angelopuglisi86@gmail.com>
1 parent bce5e5d commit a75479c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/container/src/container_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class container_info
130130
std::string m_imagerepo;
131131
std::string m_imagetag;
132132
std::string m_imagedigest;
133-
std::string m_container_ip; // TODO: to be exposed by state API
133+
std::string m_container_ip;
134134
bool m_privileged;
135135
bool m_host_pid;
136136
bool m_host_network;
@@ -150,7 +150,7 @@ class container_info
150150
std::map<std::string, std::string> m_pod_sandbox_labels;
151151
std::string m_pod_sandbox_cniresult;
152152
bool m_is_pod_sandbox;
153-
std::string m_container_user; // TODO: to be exposed by state API
153+
std::string m_container_user;
154154

155155
/**
156156
* The time at which the container was created (IN SECONDS), cast from a

0 commit comments

Comments
 (0)