Versions in this module Expand all Collapse all v0 v0.4.0 May 4, 2022 v0.3.0 Aug 25, 2021 Changes in this version + type Config struct + Client kubernetes.Interface + Logger *logrus.Logger + type Drainer interface + Cordon func(ctx context.Context, node string) error + Drain func(ctx context.Context, node string) error + Uncordon func(ctx context.Context, node string) error + func New(config *Config) Drainer