Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageUpdateAutomationReconciler ¶
type ImageUpdateAutomationReconciler struct { client.Client Scheme *runtime.Scheme EventRecorder kuberecorder.EventRecorder MetricsRecorder *metrics.Recorder NoCrossNamespaceRef bool }
ImageUpdateAutomationReconciler reconciles a ImageUpdateAutomation object
func (*ImageUpdateAutomationReconciler) SetupWithManager ¶
func (r *ImageUpdateAutomationReconciler) SetupWithManager(mgr ctrl.Manager, opts ImageUpdateAutomationReconcilerOptions) error
type ImageUpdateAutomationReconcilerOptions ¶ added in v0.14.0
type ImageUpdateAutomationReconcilerOptions struct { MaxConcurrentReconciles int RateLimiter ratelimiter.RateLimiter RecoverPanic bool }
type TemplateData ¶ added in v0.7.0
type TemplateData struct { AutomationObject types.NamespacedName Updated update.Result }
TemplateData is the type of the value given to the commit message template.
Click to show internal directories.
Click to hide internal directories.