package
3.30.0-0.dev+incompatible
Repository: https://github.com/projectcalico/calico.git
Documentation: pkg.go.dev
# Functions
Git runs a git command.
GitDir returns the root directory of the git repository.
GitInDir runs a git command in a specific directory.
No description provided by the author
Make runs a make command.
MakeInDir runs a make command in a specific directory.
NewSSHConfig creates a new SSHConfig.
Run runs a command with arguments.
RunSSHCommand runs an a command on a remote host and returns the output.
# Structs
RealCommandRunner runs a command for real on the host.
SSHConfig holds the configuration for an SSH connection.
# Interfaces
CommandRunner runs the given command.