Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoppableManager ¶
StoppableManager A StoppableManaager allows you to easily create controller-runtim.Managers that can be started and stopped.
func NewStoppableManager ¶
NewStoppableManager creates a new stoppable manager
func (*StoppableManager) IsStarted ¶
func (sm *StoppableManager) IsStarted() bool
IsStarted returns wether this stoppable manager is running.
func (*StoppableManager) Start ¶
func (sm *StoppableManager) Start()
Start starts the manager. Restarting a starated manager is a noop that will be logged.
Click to show internal directories.
Click to hide internal directories.