containerd/internal/cri/io
Abel Feng 42f778fc14 modify streaming io url form
sandbox address should be in the form of
<ttrpc|grpc>+<unix|vsock|hvsock>://<uds-path|vsock-cid:vsock-port|uds-path:hvsock-port>
for example: ttrpc+hvsock:///run/test.hvsock:1024
or: grpc+vsock://1111111:1024
and the Stdin/Stdout/Stderr will add a `streaming_id` as a parameter of the url
result form is:
<ttrpc|grpc>+<unix|vsock|hvsock>://<uds-path|vsock-cid:vsock-port|uds-path:hvsock-port>?streaming_id=<stream-id>
for example ttrpc+hvsock:///run/test.hvsock:1024?streaming_id=111111
or grpc+vsock://1111111:1024?streaming_id=222222

Signed-off-by: Abel Feng <fshb1988@gmail.com>
2024-05-13 17:42:51 +08:00
..
container_io.go modify streaming io url form 2024-05-13 17:42:51 +08:00
exec_io.go modify streaming io url form 2024-05-13 17:42:51 +08:00
helpers_unix.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers.go modify streaming io url form 2024-05-13 17:42:51 +08:00
logger_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
logger.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
metrics.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00