Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimePrecisionOffset = -1 * time.Second DefaultFetchLimit = 50 Kind = "compose" )
View Source
const (
DeploymentScaleMembersEvent = "deployment.scale.members"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposeClient ¶
type ComposeClient interface {
GetAuditEvents(params composeapi.AuditEventsParams) (*[]composeapi.AuditEvent, []error)
}
type ComposeEventFetcher ¶
type ComposeEventFetcher struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg Config) (*ComposeEventFetcher, error)
New creates a new EventFetcher for fetching compose events
func (*ComposeEventFetcher) FetchEvents ¶
func (*ComposeEventFetcher) Kind ¶
func (e *ComposeEventFetcher) Kind() string
Click to show internal directories.
Click to hide internal directories.