Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCgroupReconciler ¶
func RegisterCgroupReconciler(level ReconcilerLevel, cgroupFile system.CgroupFile, fn reconcileFunc, description string)
Types ¶
type Reconciler ¶
type Reconciler interface {
Run(stopCh <-chan struct{}) error
}
func NewReconciler ¶
func NewReconciler(s statesinformer.StatesInformer) Reconciler
type ReconcilerLevel ¶
type ReconcilerLevel string
const ( KubeQOSLevel ReconcilerLevel = "kubeqos" PodLevel ReconcilerLevel = "pod" ContainerLevel ReconcilerLevel = "container" )
Click to show internal directories.
Click to hide internal directories.