Documentation ¶ Index ¶ Constants type Factory func (f *Factory) Name() string func (f *Factory) New(config *modagent.Config) (modagent.Module, error) func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase Constants ¶ View Source const ( RetryRateLimited reconciliationStatus = iota Success Error ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ 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 client.go controller.go doc.go factory.go gitrepository_controller.go module.go reconcile_trigger.go Click to show internal directories. Click to hide internal directories.