Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // 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. GetModel() model.Model // Starts the manager. Start() // Stops the manager. Stop() }
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.