# Functions
No description provided by the author
NewWorkflowController instantiates a new WorkflowController.
No description provided by the author
# Variables
ErrDeadlineExceeded indicates the operation exceeded its deadline for execution.
ErrParallelismReached indicates this workflow reached its parallelism limit.
# Structs
WorkflowController is the controller for workflow resources.
# Interfaces
Throttler allows CRD controller to limit number of items it is processing in parallel.