Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2019 Changes in this version + func IsInvalidConfig(err error) bool + type Config struct + Logger micrologger.Logger + type Detection struct + func New(config Config) (*Detection, error) + func (d *Detection) ShouldScale(ctx context.Context, md v1alpha1.MachineDeployment) (bool, error) + func (d *Detection) ShouldUpdate(ctx context.Context, cl v1alpha1.Cluster, md v1alpha1.MachineDeployment) (bool, error)