Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvoidHighStealPctStep ¶
type AvoidHighStealPctStep struct {
// BaseStep is a helper struct that provides common functionality for all steps.
plugins.BaseStep[AvoidHighStealPctStepOpts]
}
type AvoidHighStealPctStepOpts ¶
type AvoidHighStealPctStepOpts struct {
// Max steal pct threshold above which VMs should be descheduled.
MaxStealPctOverObservedTimeSpan float64 `json:"maxStealPctOverObservedTimeSpan"`
}
Click to show internal directories.
Click to hide internal directories.