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
kuberecorder.EventRecorder
helper.Metrics
ControllerName string
NoCrossNamespaceRef bool
// contains filtered or unexported fields
}
ImageUpdateAutomationReconciler reconciles a ImageUpdateAutomation object
func (*ImageUpdateAutomationReconciler) SetupWithManager ¶
func (r *ImageUpdateAutomationReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, opts ImageUpdateAutomationReconcilerOptions) error
type ImageUpdateAutomationReconcilerOptions ¶
type ImageUpdateAutomationReconcilerOptions struct {
MaxConcurrentReconciles int
RateLimiter ratelimiter.RateLimiter
RecoverPanic bool
}
Click to show internal directories.
Click to hide internal directories.