Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages a set of Scaler instances.
func NewManager ¶
NewManager returns an Autoscale Manager
type Registry ¶
Registry is a map type that can be safely shared between goroutines that require read/write access to a map.
func (*Registry) Iter ¶
func (r *Registry) Iter() <-chan RegistryItem
Iter iterates over the items in a registry Each item is sent over a channel, so that we can iterate over the registry using the builtin range keyword
type RegistryItem ¶
RegistryItem contains a key/value pair item of a registry
Click to show internal directories.
Click to hide internal directories.