Versions in this module Expand all Collapse all v0 v0.5.0 Feb 7, 2020 Changes in this version + func ApplicationChildImageReconciler(c controllers.Config) controllers.SubReconciler + func ApplicationReconciler(c controllers.Config) *controllers.ParentReconciler + func ApplicationTargetImageReconciler(c controllers.Config) controllers.SubReconciler + func FunctionChildImageReconciler(c controllers.Config) controllers.SubReconciler + func FunctionReconciler(c controllers.Config) *controllers.ParentReconciler + func FunctionTargetImageReconciler(c controllers.Config) controllers.SubReconciler + type ClusterBuilderReconciler struct + Log logr.Logger + Namespace string + Recorder record.EventRecorder + func (r *ClusterBuilderReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) + func (r *ClusterBuilderReconciler) SetupWithManager(mgr ctrl.Manager) error + type ContainerReconciler struct + Log logr.Logger + Recorder record.EventRecorder + Scheme *runtime.Scheme + func (r *ContainerReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) + func (r *ContainerReconciler) SetupWithManager(mgr ctrl.Manager) error + type CredentialReconciler struct + Log logr.Logger + Recorder record.EventRecorder + func (r *CredentialReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) + func (r *CredentialReconciler) SetupWithManager(mgr ctrl.Manager) error + type MatchingLabels string + func (m MatchingLabels) ApplyToList(opts *client.ListOptions)