Documentation ¶ Index ¶ type Applier type Factory func (f *Factory) Name() string func (f *Factory) New(config *modagent.Config) (modagent.Module, error) func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Applier ¶ type Applier interface { Run(ctx context.Context, invInfo inventory.Info, objects object.UnstructuredSet, options apply.ApplierOptions) <-chan event.Event } type Factory ¶ type Factory struct { } func (*Factory) Name ¶ func (f *Factory) Name() string func (*Factory) New ¶ func (f *Factory) New(config *modagent.Config) (modagent.Module, error) func (*Factory) StartStopPhase ¶ func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase Source Files ¶ View all Source files doc.go factory.go module.go retry_pipeline.go sync_decoder.go worker.go worker_1_watch.go worker_2_decode.go worker_3_apply.go worker_factory.go Click to show internal directories. Click to hide internal directories.