class

Meridian::Transfer::Stream

Inherits Meridian::Transfer::Helpers < Reference < Object

Constants

REMOTE_LOAD_COMMAND = "zstd --decompress --stdout | podman load"

Constructors

new(ssh_executor : SSH::Executor = SSH::Executor.new, output : IO = STDOUT, user : String | Nil = nil, port : Int32 | Nil = nil, identity_file : String | Nil = nil, proxy_jump : String | Nil = nil, connect_timeout : Int32 | Nil = nil, keepalive : Bool | Nil = nil, keepalive_interval : Int32 | Nil = nil, local_dependency_checker : DependencyChecker | Nil = nil, monotonic_clock : MonotonicClock | Nil = nil, pipeline_runner : PipelineRunner | Nil = nil)
Source

Instance methods

transfer(host : String, image : String) : Nil
Source

Nested types