Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitOpsReconciler ¶
type GitOpsReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme GitUsername string GitPassword string Recorder record.EventRecorder }
GitOpsReconciler reconciles a GitOps object
func (*GitOpsReconciler) Reconcile ¶
Reconcile periodically gets a new tag from the ECR and updates the image tag in the git repository with that tag
func (*GitOpsReconciler) SetupWithManager ¶
func (r *GitOpsReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.