package
4.1.0+incompatible
Repository: https://github.com/kpanduga/testorigin.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewCmdRsync creates a new sync command.
NewDefaultCopyStrategy returns a copy strategy that to uses rsync and falls back to tar if needed.
NewRsyncDaemonStrategy returns a copy strategy that starts and uses an rsync daemon in the remote pod.
No description provided by the author
NewRsyncStrategy returns a copy strategy that uses rsync.
NewTarStrategy returns a copy strategy that uses tar.
# Constants
No description provided by the author
RsyncRecommendedName is the recommended name for the rsync command.
# Structs
PathSpec represents a path (remote or local) given as a source or destination argument to the rsync command.
RsyncOptions holds the options to execute the sync command.
# Interfaces
CopyStrategy implementations copy file to/from a pod.