package
1.0.0-alpha.1
Repository: https://github.com/kubectyl/kuber.git
Documentation: pkg.go.dev

# Functions

Incoming returns a transfer manager for incoming transfers.
New returns a new transfer instance for the given server.
NewArchive returns a new archive associated with the given transfer.
NewManager returns a new transfer manager.
Outgoing returns a transfer manager for outgoing transfers.

# Constants

StatusCancelled is the final status of a transfer when it has been cancelled.
StatusCancelling is the status of a transfer when it is in the process of being cancelled.
StatusCompleted is the final status of a transfer when it has completed.
StatusFailed is the final status of a transfer when it has failed.
StatusPending is the status of a transfer when it is first created.
StatusProcessing is the status of a transfer when it is currently in progress, such as when the archive is being streamed to the target node.

# Structs

Archive represents an archive used to transfer the contents of a server.
Manager manages transfers.
Transfer represents a transfer of a server from one node to another.

# Type aliases

Status represents the current status of a transfer.