package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

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.
NewRsyncStrategy returns a copy strategy that uses rsync.
NewTarStrategy returns a copy strategy that uses tar.

# Constants

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.