Documentation ¶ Index ¶ type Event type EventList type Object Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Event ¶ type Event struct { // Devops project Devops string // The workspace which this audit event happened Workspace string // The cluster which this audit event happened Cluster string // Message send to user. Message string audit.Event } type EventList ¶ type EventList struct { Items []Event } type Object ¶ type Object struct { v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` } Source Files ¶ View all Source files event.go Click to show internal directories. Click to hide internal directories.