Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratorFactory ¶
GeneratorFactory is a function for creating per-reconciliation generators for the ListGenerator.
Types ¶
type ListGenerator ¶
ListGenerator is a generic JSON object list.
func NewGenerator ¶
func NewGenerator(l logr.Logger) *ListGenerator
NewGenerator creates and returns a new list generator.
func (*ListGenerator) Generate ¶
func (g *ListGenerator) Generate(_ context.Context, sg *templatesv1.GitOpsSetGenerator, _ *templatesv1.GitOpsSet) ([]map[string]any, error)
func (*ListGenerator) Interval ¶
func (g *ListGenerator) Interval(sg *templatesv1.GitOpsSetGenerator) time.Duration
Interval is an implementation of the Generator interface.
Click to show internal directories.
Click to hide internal directories.