Documentation ¶
Index ¶
Constants ¶
View Source
const (
OpniPreprocessingInstanceName = "opni"
)
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.OpniOpensearch, c client.Client, opts ...ReconcilerOption, ) *Reconciler
type ReconcilerOption ¶ added in v0.8.0
type ReconcilerOption func(*ReconcilerOptions)
func WithCertManager ¶ added in v0.8.0
func WithCertManager(certMgr certs.OpensearchCertReconcile) ReconcilerOption
func WithResourceOptions ¶ added in v0.8.0
func WithResourceOptions(opts ...reconciler.ResourceReconcilerOption) ReconcilerOption
type ReconcilerOptions ¶ added in v0.8.0
type ReconcilerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.