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()
// HousekeepModel performs housekeeping for the Model entity
HousekeepModel()
// Export the latest data point of all metrics.
ExportMetrics() ([]*sink_api.Point, error)
// Set the sinks to use
SetSinkUris(Uris) error
// Get the sinks currently in use
SinkUris() Uris
// Get a reference to the cluster entity of the model, if it exists.
GetCluster() model.Cluster
}
Manager provides an interface to control the core of heapster. Implementations are not required to be thread safe.
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.