Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { reconciler.ResourceReconciler ReconcilerOptions // contains filtered or unexported fields }
func NewReconciler ¶
func NewReconciler( ctx context.Context, instance *loggingv1beta1.DataPrepper, c client.Client, opts ...ReconcilerOption, ) *Reconciler
type ReconcilerOption ¶ added in v0.6.0
type ReconcilerOption func(*ReconcilerOptions)
func WithForceInsecure ¶ added in v0.6.0
func WithForceInsecure() ReconcilerOption
func WithResourceOptions ¶ added in v0.6.0
func WithResourceOptions(opts ...reconciler.ResourceReconcilerOption) ReconcilerOption
func WithURLOverride ¶ added in v0.6.0
func WithURLOverride(urlOverride string) ReconcilerOption
type ReconcilerOptions ¶ added in v0.6.0
type ReconcilerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.