mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Remove kclient from interface / signatures * Create Exec package * Call ExecuteCommand with client * Call ExecuteCommand with client from sync package * Fix order of dependencies
5 lines
356 B
Go
5 lines
356 B
Go
// Package remotecmd manages commands that are intended to be executed remotely, independently of the container orchestrator.
|
|
// It essentially provides a generic interface allowing to manage processes spawned for executing commands.
|
|
// It also provides package-level functions to execute any command in a given container in a given pod.
|
|
package remotecmd
|