Documentation
¶
Overview ¶
* Copyright FMR LLC <opensource@fidelity.com> * * SPDX-License-Identifier: Apache
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDataRef ¶
type EventDataRef interface {
GetEvents(ctx context.Context) ([]EventRecord, error)
}
type EventFilterCriteria ¶
type EventRecord ¶
type EventRecord struct { EventId string Title string Message string Reason string InvolvedObject map[string]string Source map[string]string DateHappened time.Time Type string LastTimestamp time.Time }
EventRecord represents a single event
type EventRetriever ¶
type EventRetriever interface { Retrieve(EventFilterCriteria) EventDataRef AddFilters(name string, namespace string) map[string]string }
Click to show internal directories.
Click to hide internal directories.