Commit c3b52267 authored by heartlock's avatar heartlock

add LogPath for container status in CRI Interface

parent ce4f010b
...@@ -770,6 +770,8 @@ message ContainerStatus { ...@@ -770,6 +770,8 @@ message ContainerStatus {
map<string,string> annotations = 13; map<string,string> annotations = 13;
// Mounts for the container. // Mounts for the container.
repeated Mount mounts = 14; repeated Mount mounts = 14;
// Log path of container.
string log_path = 15;
} }
message ContainerStatusResponse { message ContainerStatusResponse {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment