Versions in this module Expand all Collapse all v0 v0.0.2 Nov 23, 2024 Changes in this version + type Notification struct + ClusterName string + Endpoints *corev1.Endpoints + EndpointsName string + EventType watch.EventType + Labels map[string]string + type Notifier interface + ReadChan func() <-chan Notification + Send func(notif *Notification) + type Unbuffered struct + func New() *Unbuffered + func (n *Unbuffered) ReadChan() <-chan Notification + func (n *Unbuffered) Send(notif *Notification) v0.0.1 Oct 30, 2023