Documentation ¶
Index ¶
- func ExecuteCommand(client ExecClient, compInfo common.ComponentInfo, command []string, show bool) (err error)
- func ExecuteDevfileBuildAction(client ExecClient, action common.DevfileCommandAction, commandName string, ...) error
- func ExecuteDevfileRunAction(client ExecClient, action common.DevfileCommandAction, commandName string, ...) error
- func ExecuteDevfileRunActionWithoutRestart(client ExecClient, action common.DevfileCommandAction, commandName string, ...) error
- type ExecClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
func ExecuteCommand(client ExecClient, compInfo common.ComponentInfo, command []string, show bool) (err error)
ExecuteCommand executes the given command in the pod's container
func ExecuteDevfileBuildAction ¶ added in v1.2.0
func ExecuteDevfileBuildAction(client ExecClient, action common.DevfileCommandAction, commandName string, compInfo adaptersCommon.ComponentInfo, show bool) error
ExecuteDevfileBuildAction executes the devfile build command action
func ExecuteDevfileRunAction ¶ added in v1.2.0
func ExecuteDevfileRunAction(client ExecClient, action common.DevfileCommandAction, commandName string, compInfo adaptersCommon.ComponentInfo, show bool) error
ExecuteDevfileRunAction executes the devfile run command action using the supervisord devrun program
func ExecuteDevfileRunActionWithoutRestart ¶ added in v1.2.1
func ExecuteDevfileRunActionWithoutRestart(client ExecClient, action common.DevfileCommandAction, commandName string, compInfo adaptersCommon.ComponentInfo, show bool) error
ExecuteDevfileRunActionWithoutRestart executes devfile run command without restarting.
Types ¶
Click to show internal directories.
Click to hide internal directories.