Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct { ID int ServiceName string ServiceNamespace string ServicePort string Endpoints []*Endpoint Informer cache.SharedIndexInformer Logger *zap.Logger // contains filtered or unexported fields }
Set represents an RTPEngine set
func (*Set) OnAdd ¶
func (s *Set) OnAdd(obj interface{})
OnAdd implements cache.ResourceEventHandler
func (*Set) OnDelete ¶
func (s *Set) OnDelete(obj interface{})
OnDelete implements cache.ResourceEventHandler
Click to show internal directories.
Click to hide internal directories.