We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8745cf commit 6e02f91Copy full SHA for 6e02f91
plugins/container/src/container_info.h
@@ -130,7 +130,7 @@ class container_info
130
std::string m_imagerepo;
131
std::string m_imagetag;
132
std::string m_imagedigest;
133
- std::string m_container_ip; // TODO: to be exposed by state API
+ std::string m_container_ip;
134
bool m_privileged;
135
bool m_host_pid;
136
bool m_host_network;
@@ -150,7 +150,7 @@ class container_info
150
std::map<std::string, std::string> m_pod_sandbox_labels;
151
std::string m_pod_sandbox_cniresult;
152
bool m_is_pod_sandbox;
153
- std::string m_container_user; // TODO: to be exposed by state API
+ std::string m_container_user;
154
155
/**
156
* The time at which the container was created (IN SECONDS), cast from a
0 commit comments