Documentation ¶
Index ¶
- func GetNonEmptyLines(output string) []string
- func GetOperatorImageName() (string, error)
- func GetProjectDir() (string, error)
- func IsDebugEnabled() bool
- func OutputAllEvents(namespace string) error
- func OutputAllPods() error
- func OutputDeployment(namespace, deployName string) error
- func Run(cmd *exec.Cmd) ([]byte, error)
- func StringToLines(s string) (lines []string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNonEmptyLines ¶
GetNonEmptyLines converts given command output string into individual objects according to line breakers, and ignores the empty elements in it.
func GetOperatorImageName ¶
GetOperatorImageName retrieves the operator image name to use
func GetProjectDir ¶
GetProjectDir will return the directory where the project is
func OutputAllEvents ¶
func OutputAllPods ¶
func OutputAllPods() error
func OutputDeployment ¶
func StringToLines ¶
StringToLines read lines from a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.