Files
kata-containers/src/runtime/containerd-shim-v2
Eric Ernst 3caed6f88d runtime: shim: dedup client, socket addr code
(1) Add an accessor function, SocketAddress, to the shim-v2 code for
determining the shim's abstract domain socket address, given the sandbox
ID.

(2) In kata monitor, create a function, BuildShimClient, for obtaining the appropriate
http.Client for communicating with the shim's monitoring endpoint.

(3) Update the kata CLI and kata-monitor code to make use of these.

(4) Migrate some kata monitor methods to be functions, in order to ease
future reuse.

(5) drop unused namespace from functions where it is no longer needed.

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2021-05-07 15:20:37 -07:00
..
2021-03-16 17:39:28 -07:00
2020-04-29 18:39:03 -07:00
2021-03-25 11:43:04 -07:00
2021-05-06 17:12:52 +08:00
2020-11-05 16:04:21 +08:00