Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventReasonWorkflowRunning = "WorkflowRunning" EventReasonWorkflowSucceded = "WorkflowSucceeded" EventReasonWorkflowFailed = "WorkflowFailed" EventReasonWorkflowTimedOut = "WorkflowTimedOut" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogger ¶
type AuditLogger struct {
// contains filtered or unexported fields
}
func NewAuditLogger ¶
func NewAuditLogger(ns string, kIf kubernetes.Interface, component string) *AuditLogger
func (*AuditLogger) LogWorkflowEvent ¶
func (l *AuditLogger) LogWorkflowEvent(workflow *v1alpha1.Workflow, info EventInfo, message string)
Click to show internal directories.
Click to hide internal directories.