Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Client k8s.Interface TimeoutProcessor *workflowrun.TimeoutProcessor GCProcessor *workflowrun.GCProcessor LimitedQueues *workflowrun.LimitedQueues ParallelismController workflowrun.ParallelismController Informer cache.SharedIndexInformer }
Handler handles changes of WorkflowRun CR.
func NewHandler ¶ added in v1.1.0
func NewHandler(client k8s.Interface, gcEnable bool, maxWorkflowRuns int, parallelism *controller.ParallelismConfig) *Handler
NewHandler ...
func (*Handler) AddFinalizer ¶ added in v1.1.0
AddFinalizer adds a finalizer to the object and update the object to the Kubernetes.
func (*Handler) HandleFinalizer ¶ added in v1.1.0
HandleFinalizer does the finalizer key representing things.
Click to show internal directories.
Click to hide internal directories.