Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller app runtime master controller
func NewMasterController ¶
func NewMasterController(conf option.Config, store store.Storer, kubeClient kubernetes.Interface, wutongClient versioned.Interface, restConfig *rest.Config) (*Controller, error)
NewMasterController new master controller
func (*Controller) Scrape ¶
func (m *Controller) Scrape(ch chan<- prometheus.Metric, scrapeDurationDesc *prometheus.Desc)
Scrape scrape app runtime
Click to show internal directories.
Click to hide internal directories.