Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { AuditID string `json:"auditID"` Stage string `json:"stage"` RequestURI string `json:"requestURI"` Verb string `json:"verb"` UserName string `json:"userName"` UserAgent string `json:"userAgent"` Resource string `json:"resource"` Namespace string `json:"namespace"` Name string `json:"name"` UID types.UID `json:"uid"` APIGroup string `json:"apiGroup"` APIVersion string `json:"apiVersion"` SourceIPs string `json:"sourceIPs"` Status string `json:"status"` Message string `json:"message"` Reason string `json:"reason"` Details string `json:"details"` Code int32 `json:"code"` RequestObject string `json:"requestObject"` ResponseObject string `json:"responseObject"` RequestReceivedTimestamp int64 `json:"requestReceivedTimestamp"` StageTimestamp int64 `json:"stageTimestamp"` ClusterName string `json:"clusterName"` }
func ConvertEvents ¶
Click to show internal directories.
Click to hide internal directories.