Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Client clientset.Interface TimeoutProcessor *workflowrun.TimeoutProcessor GCProcessor *workflowrun.GCProcessor LimitedQueues *workflowrun.LimitedQueues }
Handler handles changes of WorkflowRun CR.
func (*Handler) ObjectCreated ¶
func (h *Handler) ObjectCreated(obj interface{})
func (*Handler) ObjectDeleted ¶
func (h *Handler) ObjectDeleted(obj interface{})
func (*Handler) ObjectUpdated ¶
func (h *Handler) ObjectUpdated(obj interface{})
Click to show internal directories.
Click to hide internal directories.