Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeSLOReconciler ¶
type NodeSLOReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder // contains filtered or unexported fields }
NodeSLOReconciler reconciles a NodeSLO object
func (*NodeSLOReconciler) SetupWithManager ¶
func (r *NodeSLOReconciler) SetupWithManager(mgr ctrl.Manager) error
type SLOCfg ¶ added in v0.5.0
type SLOCfg struct { ThresholdCfgMerged config.ResourceThresholdCfg `json:"thresholdCfgMerged,omitempty"` ResourceQOSCfgMerged config.ResourceQOSCfg `json:"resourceQOSCfgMerged,omitempty"` CPUBurstCfgMerged config.CPUBurstCfg `json:"cpuBurstCfgMerged,omitempty"` }
func DefaultSLOCfg ¶ added in v0.5.0
func DefaultSLOCfg() SLOCfg
type SLOCfgCache ¶ added in v0.5.0
type SLOCfgHandlerForConfigMapEvent ¶ added in v0.5.0
type SLOCfgHandlerForConfigMapEvent struct { config.EnqueueRequestForConfigMap Client client.Client // contains filtered or unexported fields }
func NewSLOCfgHandlerForConfigMapEvent ¶ added in v0.5.0
func NewSLOCfgHandlerForConfigMapEvent(client client.Client, initCfg SLOCfg, recorder record.EventRecorder) *SLOCfgHandlerForConfigMapEvent
func (*SLOCfgHandlerForConfigMapEvent) GetCfgCopy ¶ added in v0.7.0
func (p *SLOCfgHandlerForConfigMapEvent) GetCfgCopy() *SLOCfg
func (*SLOCfgHandlerForConfigMapEvent) IsCfgAvailable ¶ added in v0.7.0
func (p *SLOCfgHandlerForConfigMapEvent) IsCfgAvailable() bool
Click to show internal directories.
Click to hide internal directories.