Documentation ¶
Overview ¶
Package app does all of the work necessary to create a Heapster APIServer by binding together the Master Metrics API. It can be configured and called directly or via the hyperkube framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeapsterAPIServer ¶
type HeapsterAPIServer struct { *genericapiserver.GenericAPIServer // contains filtered or unexported fields }
func NewHeapsterApiServer ¶
func NewHeapsterApiServer(s *options.HeapsterRunOptions, metricSink *metricsink.MetricSink, nodeLister v1listers.NodeLister, podLister v1listers.PodLister) (*HeapsterAPIServer, error)
func (*HeapsterAPIServer) RunServer ¶
func (h *HeapsterAPIServer) RunServer() error
Run runs the specified APIServer. This should never exit.
Click to show internal directories.
Click to hide internal directories.