Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationHandler ¶
type ApplicationHandler struct { Application *conurev1alpha1.Application Reconciler *ApplicationReconciler Ctx context.Context Logger logr.Logger }
func NewApplicationHandler ¶
func NewApplicationHandler(ctx context.Context, application *conurev1alpha1.Application, reconciler *ApplicationReconciler) (*ApplicationHandler, error)
func (*ApplicationHandler) ReconcileComponent ¶
func (a *ApplicationHandler) ReconcileComponent(componentTemp *conurev1alpha1.ComponentTemplate) error
func (*ApplicationHandler) ReconcileComponents ¶
func (a *ApplicationHandler) ReconcileComponents() error
type ApplicationReconciler ¶
ApplicationReconciler reconciles an Application object
func (*ApplicationReconciler) SetupWithManager ¶
func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.