Versions in this module Expand all Collapse all v3 v3.0.0 Nov 9, 2023 Changes in this version + func IsInvalidConfig(err error) bool + type Config struct + K8sClient client.Client + Logger micrologger.Logger + MaxNodeTerminationPercentage float64 + NotReadyTickThreshold int + PauseBetweenTermination time.Duration + type Detector struct + func NewDetector(config Config) (*Detector, error) + func (d *Detector) DetectBadNodes(ctx context.Context) ([]corev1.Node, error) + func (d *Detector) ResetTickCounters(ctx context.Context) error Other modules containing this package github.com/giantswarm/badnodedetector github.com/giantswarm/badnodedetector/v2