Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
// Housekeep collects data from all the configured sources and
// stores the data to all the configured sinks.
Housekeep()
}
Manager provides an interface to control the core of heapster. Implementations are not required to be thread safe.
func NewManager ¶
func NewManager(sources []source_api.Source, sinkManager sink_api.ExternalSinkManager, res time.Duration) (Manager, error)
Click to show internal directories.
Click to hide internal directories.