Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerConfig ¶
type ControllerConfig struct { Source string Handlers map[api.EventType][]ControllerHandlerFunc }
type KindControllerManager ¶
type KindControllerManager struct {
// contains filtered or unexported fields
}
func NewKindControllerManager ¶
func NewKindControllerManager(lockFactory db.LockFactory, events services.EventService) *KindControllerManager
func (*KindControllerManager) Add ¶
func (km *KindControllerManager) Add(config *ControllerConfig)
func (*KindControllerManager) Handle ¶
func (km *KindControllerManager) Handle(id string)
Click to show internal directories.
Click to hide internal directories.