Versions in this module Expand all Collapse all v1 v1.2.4 Sep 18, 2019 v1.2.3 Sep 18, 2019 Changes in this version + func LintWorkflowDir(wfClientset wfclientset.Interface, namespace, dirPath string, strict bool) error + func LintWorkflowFile(wfClientset wfclientset.Interface, namespace, filePath string, strict bool) error + func LintWorkflowTemplateDir(wfClientset wfclientset.Interface, namespace, dirPath string, strict bool) error + func LintWorkflowTemplateFile(wfClientset wfclientset.Interface, namespace, filePath string, strict bool) error + func ValidateWorkflow(wfClientset wfclientset.Interface, namespace string, wf *wfv1.Workflow, ...) error + func ValidateWorkflowTemplate(wfClientset wfclientset.Interface, namespace string, ...) error + type FakeArguments struct + func (args *FakeArguments) GetArtifactByName(name string) *wfv1.Artifact + func (args *FakeArguments) GetParameterByName(name string) *wfv1.Parameter + type ValidateOpts struct + ContainerRuntimeExecutor string + Lint bool