Skip to content

Commit

Permalink
!2475 add timestamp in PodSandboxStatu response
Browse files Browse the repository at this point in the history
From: @jikai11 
Reviewed-by: @taotao-sauce 
Signed-off-by: @taotao-sauce
  • Loading branch information
openeuler-ci-bot authored and gitee-org committed Jun 13, 2024
2 parents 3f8619d + 5087d75 commit cf8ad2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ void PodSandboxManagerService::PodSandboxStatus(const std::string &podSandboxID,
for (auto &containerStatus : containerStatuses) {
*(reply->add_containers_statuses()) = *containerStatus;
}
reply->set_timestamp(util_get_now_time_nanos());
return;
}

Expand Down

0 comments on commit cf8ad2a

Please sign in to comment.