Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCollector ¶
type EventCollector struct { EventCollectorOptions // contains filtered or unexported fields }
func NewEventCollector ¶
func NewEventCollector( logger *slog.Logger, opts ...EventCollectorOption, ) (*EventCollector, error)
func (*EventCollector) ConfigureNode ¶
func (c *EventCollector) ConfigureNode(config *node.LoggingCapabilityConfig)
func (*EventCollector) Name ¶
func (c *EventCollector) Name() string
type EventCollectorOption ¶
type EventCollectorOption func(*EventCollectorOptions)
func WithMaxRetries ¶
func WithMaxRetries(retries int) EventCollectorOption
func WithRestConfig ¶
func WithRestConfig(restConfig *rest.Config) EventCollectorOption
type EventCollectorOptions ¶
type EventCollectorOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.