package
2.3.0+incompatible
Repository: https://github.com/eggsbenjamin/argo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewWorkflowController instantiates a new WorkflowController.
# Variables
ErrDeadlineExceeded indicates the operation exceeded its deadline for execution.
ErrParallelismReached indicates this workflow reached its parallelism limit.
# Structs
ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository.
ArtifactRepository represents a artifact repository in which a controller will store its artifacts.
HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository.
KubeConfig is used for wait & init sidecar containers to communicate with a k8s apiserver by a outofcluster method, it is used when the workflow controller is in a different cluster with the workflow workloads.
S3ArtifactRepository defines the controller configuration for an S3 artifact repository.
WorkflowController is the controller for workflow resources.
WorkflowControllerConfig contain the configuration settings for the workflow controller.
# Interfaces
Throttler allows CRD controller to limit number of items it is processing in parallel.