Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QOSManager ¶ added in v1.3.0
type QOSManager interface {
Run(stopCh <-chan struct{}) error
}
func NewQOSManager ¶ added in v1.3.0
func NewQOSManager(cfg *framework.Config, schema *apiruntime.Scheme, kubeClient clientset.Interface, crdClient *koordclientset.Clientset, nodeName string, statesInformer statesinformer.StatesInformer, metricCache metriccache.MetricCache, metricAdvisorConfig *ma.Config, evictVersion string) QOSManager
Click to show internal directories.
Click to hide internal directories.