...

Source file src/github.com/redhat-developer/odo/pkg/remotecmd/doc.go

Documentation: github.com/redhat-developer/odo/pkg/remotecmd

     1  // Package remotecmd manages commands that are intended to be executed remotely, independently of the container orchestrator.
     2  // It essentially provides a generic interface allowing to manage processes spawned for executing commands.
     3  // It also provides package-level functions to execute any command in a given container in a given pod.
     4  package remotecmd
     5  

View as plain text