Versions in this module Expand all Collapse all v0 v0.1.2 Jun 3, 2020 Changes in this version + const EventReasonWorkflowFailed + const EventReasonWorkflowRunning + const EventReasonWorkflowSucceded + const EventReasonWorkflowTimedOut + type AuditLogger struct + func NewAuditLogger(ns string, kIf kubernetes.Interface, component string) *AuditLogger + func (l *AuditLogger) LogWorkflowEvent(workflow *v1alpha1.Workflow, info EventInfo, message string) + type EventInfo struct + Reason string + Type string + type ObjectRef struct + Name string + Namespace string + ResourceVersion string + UID types.UID