stoppablemanager

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StoppableManager

type StoppableManager struct {
	manager.Manager
	// contains filtered or unexported fields
}

StoppableManager A StoppableManaager allows you to easily create controller-runtim.Managers that can be started and stopped.

func NewStoppableManager

func NewStoppableManager(config *rest.Config, options manager.Options) (StoppableManager, error)

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.

func (*StoppableManager) Stop

func (sm *StoppableManager) Stop()

Stop stops the manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL