Files
odo/pkg/remotecmd/doc.go
Philippe Martin f78096d264 Refactor remotecmd (#6169)
* Remove kclient from interface / signatures

* Create Exec package

* Call ExecuteCommand with client

* Call ExecuteCommand with client from sync package

* Fix order of dependencies
2022-09-27 09:38:54 +02:00

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