Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExcludableFiles ¶ added in v0.22.0
func GetExcludableFiles() []string
Types ¶
type Command ¶
type Command struct {
Cmd string
Args []string
File string
// RequiredModule is the module prefix (status.phase == "Ready"). If the module is enabled, data from it will be collected. An empty string means always run.
RequiredModule string
// ExpandPerModule — If true, the command is duplicated for each active module matching RequiredModule. The {module-name} placeholder is accepted in File and Args, and is replaced with the actual module name.
ExpandPerModule bool
}
Click to show internal directories.
Click to hide internal directories.