Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoApplicationReconciler ¶
type ArgoApplicationReconciler struct {
client.Client
Scheme *runtime.Scheme
ApplicationHTTPClient *argoclient.ApplicationHTTPClient
}
ArgoApplicationReconciler reconciles a ArgoApplication object
func (*ArgoApplicationReconciler) Reconcile ¶
func (r *ArgoApplicationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ArgoApplicationReconciler) SetupWithManager ¶
func (r *ArgoApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RepositoryReconciler ¶
type RepositoryReconciler struct {
client.Client
Scheme *runtime.Scheme
RepositoryHTTPClient *argoclient.RepositoryHTTPClient
}
RepositoryReconciler reconciles a Secret object and creates repositories
func (*RepositoryReconciler) Reconcile ¶
func (r *RepositoryReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*RepositoryReconciler) SetupWithManager ¶
func (r *RepositoryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.