Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ReportIntervalSeconds int
}
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
type Reporter ¶
type Reporter interface {
Run(stopCh <-chan struct{}) error
}
func NewReporter ¶
func NewReporter(cfg *Config, kubeClient *clientset.Clientset, crdClient *clientsetbeta1.Clientset, nodeName string, metricCache metriccache.MetricCache, statesInformer statesinformer.StatesInformer) Reporter
Click to show internal directories.
Click to hide internal directories.