Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrushConfig ¶
type CrushConfig struct {
// Namespace is the namespace of the pods to crush.
Namespace string
// Selector selects pods to crush.
Selector labels.Selector
// KillRate is the rate to crush pods.
KillRate rate.Limit
// KillProbability is the probability to crush selected pods.
KillProbability float64
// KillMax is the max number of selected pods to crush.
KillMax int
}
Click to show internal directories.
Click to hide internal directories.