Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreprocessorServiceName ¶
Types ¶
type PreprocessorConfig ¶
type Reconciler ¶
type Reconciler struct { ReconcilerOptions reconciler.ResourceReconciler // contains filtered or unexported fields }
func NewReconciler ¶
func NewReconciler( ctx context.Context, instance *loggingv1beta1.Preprocessor, c client.Client, opts ...ReconcilerOption, ) *Reconciler
type ReconcilerOption ¶
type ReconcilerOption func(*ReconcilerOptions)
func WithCertManager ¶
func WithCertManager(certMgr certs.OpensearchCertReconcile) ReconcilerOption
func WithResourceOptions ¶
func WithResourceOptions(opts ...reconciler.ResourceReconcilerOption) ReconcilerOption
type ReconcilerOptions ¶
type ReconcilerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.