Versions in this module Expand all Collapse all v0 v0.2.0 Oct 17, 2023 Changes in this version + type KustomizationAutoDeployerReconciler struct + GateFactories map[string]gates.GateFactory + RevisionLister RevisionLister + Scheme *runtime.Scheme + func (r *KustomizationAutoDeployerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *KustomizationAutoDeployerReconciler) SetupWithManager(mgr ctrl.Manager) error + type RevisionLister func(ctx context.Context, url string, options git.ListOptions) ([]string, error) v0.1.0 Jun 19, 2023