Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages event listeners for secret rotation events. It coordinates the creation, starting, and stopping of listeners.
func NewListenerManager ¶
func (*Manager) ManageListeners ¶
func (lm *Manager) ManageListeners(manifestName types.NamespacedName, sources []esov1alpha1.NotificationSource) error
ManageListeners manages the active listeners based on the provided notification sources. It starts new listeners and stops unwanted ones.
Click to show internal directories.
Click to hide internal directories.