Versions in this module Expand all Collapse all v0 v0.4.0 May 28, 2019 Changes in this version + func NewNfdWorker(args Args) (*nfdWorker, error) + type Args struct + CaFile string + CertFile string + ConfigFile string + KeyFile string + LabelWhiteList string + NoPublish bool + Oneshot bool + Options string + Server string + ServerNameOverride string + SleepInterval time.Duration + Sources []string + type Labels map[string]string + type NFDConfig struct + Sources struct{ ... } + type NfdWorker interface + Run func() error