Versions in this module Expand all Collapse all v0 v0.9.0 Aug 4, 2021 Changes in this version + func NewGRPCRunner(srv *grpc.Server, sockFile string, leaderElection bool) manager.Runnable + func NewMetricsExporter(nodeName string, volume volume.LocalVolume) manager.Runnable + type Checker interface + Ready func() (bool, error) + func NewChecker(check func() error, interval time.Duration) Checker + type DeviceMetrics struct + DeviceGroup string + FreeBytes uint64 + TotalBytes uint64 + type VolumeMetrics struct + TotalBytes uint64 + UsedBytes float64 + Volume string