mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 22:34:25 +01:00
runtime-rs: fix shim close_io call to support kubectl cp
Add close_io to shim and call agent's close_stdin in close_io. Depends-on:github.com/kata-containers/tests#5155 Fixes: #4729 Signed-off-by: Bin Liu <bin@hyper.sh>
This commit is contained in:
@@ -77,5 +77,6 @@ impl_service!(
|
||||
wait | api::WaitRequest | api::WaitResponse,
|
||||
stats | api::StatsRequest | api::StatsResponse,
|
||||
connect | api::ConnectRequest | api::ConnectResponse,
|
||||
shutdown | api::ShutdownRequest | api::Empty
|
||||
shutdown | api::ShutdownRequest | api::Empty,
|
||||
close_io | api::CloseIORequest | api::Empty
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user