Documentation ¶
Overview ¶
Package flavor enables the configuration and registration of flavors and their associated Argo workflows.
Package flavor is augmented with available argo.WorkflowTemplates
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckWorkflowEquivalence ¶
CheckWorkflowEquivalence verifies that the given flavor parameters and workflow parameters are equivalent sets.
- All parameter names must be unique.
- All parameters from one set must be in the other.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry represents the set of all configured flavors.
func NewFromConfig ¶
NewFromConfig parses the given flavor config file, along with all referenced Argo workflows, and returns a registry containing all flavors.
Click to show internal directories.
Click to hide internal directories.