Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReviewAppManagerReconciler ¶
type ReviewAppManagerReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
GitRemoteRepoAppService *services.GitRemoteRepoAppService
}
ReviewAppManagerReconciler reconciles a ReviewAppManager object
func (*ReviewAppManagerReconciler) SetupWithManager ¶
func (r *ReviewAppManagerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ReviewAppReconciler ¶
type ReviewAppReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
GitRemoteRepoAppService *services.GitRemoteRepoAppService
GitRemoteRepoInfraService *services.GitRemoteRepoInfraService
}
ReviewAppReconciler reconciles a ReviewApp object
func (*ReviewAppReconciler) SetupWithManager ¶
func (r *ReviewAppReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.