Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(config *ControllerConfig, store entitystore.EntityStore, brokerClient clients.BrokerClient) controller.Controller
NewController creates a new service manager controller
Types ¶
type ControllerConfig ¶
ControllerConfig defines the image manager controller configuration
type Handlers ¶
type Handlers struct { Store entitystore.EntityStore Watcher controller.Watcher }
Handlers encapsulates the service manager handlers
func NewHandlers ¶
func NewHandlers(watcher controller.Watcher, store entitystore.EntityStore) *Handlers
NewHandlers is the constructor for the Handlers type
func (*Handlers) ConfigureHandlers ¶
func (h *Handlers) ConfigureHandlers(api middleware.RoutableAPI)
ConfigureHandlers registers the service manager handlers to the API
Click to show internal directories.
Click to hide internal directories.