Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppPipelineReconciler ¶
type AppPipelineReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Config *config.Config
}
AppPipelineReconciler reconciles a AppPipeline object
func (*AppPipelineReconciler) SetupWithManager ¶
func (r *AppPipelineReconciler) SetupWithManager(mgr ctrl.Manager) error
type ApplicationReconciler ¶
type ApplicationReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Generator generators.Generator
}
ApplicationReconciler reconciles a Application object
func (*ApplicationReconciler) SetupWithManager ¶
func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager, ch <-chan event.GenericEvent) error
type RemoteSyncReconciler ¶
type RemoteSyncReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Config *config.Config
}
RemoteSyncReconciler reconciles a RemoteSync object
func (*RemoteSyncReconciler) SetupWithManager ¶
func (r *RemoteSyncReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.