Documentation ¶ Index ¶ Variables func NewFactory() processor.Factory type Config func (cfg *Config) Validate() error Constants ¶ This section is empty. Variables ¶ View Source var ( TypeStr, _ = component.NewType("nodemetadataenricher") ) Functions ¶ func NewFactory ¶ func NewFactory() processor.Factory Types ¶ type Config ¶ type Config struct{} Config is the configuration for the nodemetadataenricher processor. It has no configuration fields — the processor obtains its cache reference from the nodemetadatacache extension singleton. func (*Config) Validate ¶ func (cfg *Config) Validate() error Source Files ¶ View all Source files config.gofactory.goprocessor.go Click to show internal directories. Click to hide internal directories.