mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
Added new `agent-ctl` commands to allow the following agent API calls to be made: - `AddARPNeighborsRequest` - `CloseStdinRequest` - `CopyFileRequest` - `GetMetricsRequest` - `GetOOMEventRequest` - `MemHotplugByProbeRequest` - `OnlineCPUMemRequest` - `ReadStreamRequest` - `ReseedRandomDevRequest` - `SetGuestDateTimeRequest` - `TtyWinResizeRequest` - `UpdateContainerRequest` - `WriteStreamRequest` Fixes: #969. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>