Versions in this module Expand all Collapse all v0 v0.0.1 Nov 24, 2024 Changes in this version + var DefaultClientFactory = func(config *tls.Config) *http.Client + func GeneratorFactory(factory HTTPClientFactory) generators.GeneratorFactory + type APIClientGenerator struct + Client client.Reader + ClientFactory HTTPClientFactory + func NewGenerator(l logr.Logger, c client.Reader, clientFactory HTTPClientFactory) *APIClientGenerator + func (g *APIClientGenerator) Generate(ctx context.Context, sg *templatesv1.GitOpsSetGenerator, ...) ([]map[string]any, error) + func (g *APIClientGenerator) Interval(sg *templatesv1.GitOpsSetGenerator) time.Duration + type HTTPClientFactory func(*tls.Config) *http.Client