Versions in this module Expand all Collapse all v0 v0.3.0 Apr 14, 2019 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex v0.2.0 Mar 12, 2019 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex v0.1.0 Feb 14, 2019 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex Changes in this version + func AddTask(wf *awfv1.Workflow, task *WorkflowTask) *awfv1.Workflow + func Delete(wfName string) (bool, error) + func DeleteMultiple(wfs []awfv1.Workflow) error + func EnableGC(spec metav1.Object) + func IsDone(wf *awfv1.Workflow) bool + func IsRunning(wf *awfv1.Workflow) bool + func List(opts *metav1.ListOptions) ([]awfv1.Workflow, error) + func ListByLabel(labelKey string, labelValue string) ([]awfv1.Workflow, error) + func ListByLabels(labels map[string]string) ([]awfv1.Workflow, error) + func ListDone(labels ...map[string]string) ([]awfv1.Workflow, error) + func ListRunning(labels ...map[string]string) ([]awfv1.Workflow, error) + func New(name string, labels ...map[string]string) *awfv1.Workflow + func NumTasks(wf *awfv1.Workflow) int + func ParseWorkflow(wf *awfv1.Workflow) map[string]*WorkflowItem + func Run(wf *awfv1.Workflow) error + type WorkflowItem struct + Labels map[string]string + NodeStatus *awfv1.NodeStatus + Task *awfv1.DAGTask + Template *awfv1.Template + func (wfItem *WorkflowItem) Dependencies() strset.Set + func (wfItem *WorkflowItem) FinishedAt() *time.Time + func (wfItem *WorkflowItem) Phase() *awfv1.NodePhase + func (wfItem *WorkflowItem) StartedAt() *time.Time + type WorkflowTask struct + Action string + Dependencies []string + FailureCondition string + Labels map[string]string + Manifest string + Name string + SuccessCondition string