Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrOpensearchUpgradeFailed = errors.New("opensearch upgrade failed")
)
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct { reconciler.ResourceReconciler ReconcilerOptions // contains filtered or unexported fields }
func NewReconciler ¶
func NewReconciler( ctx context.Context, client client.Client, recorder record.EventRecorder, instance *aiv1beta1.OpniCluster, 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.OpensearchCertReader) ReconcilerOption
func WithContinueOnIndexError ¶ added in v0.8.0
func WithContinueOnIndexError() 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.