Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeConfig ¶
type Workflow ¶
type Workflow struct {
Name string `yaml:"name"`
Description string `yaml:"description,omitempty"`
Tasks []*Task `yaml:"tasks"`
}
func NewFromFile ¶
NewFromFile populates workflow config from YAML file
func NewFromPaths ¶
Click to show internal directories.
Click to hide internal directories.