indices

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ISMChangeVersion = "1.1.0"
)

Variables

View Source
var (
	DefaultRetry = opensearchtypes.RetrySpec{
		Count:   3,
		Backoff: "exponential",
		Delay:   "1m",
	}
)

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	ReconcilerOptions
	// contains filtered or unexported fields
}

func NewReconciler

func NewReconciler(
	ctx context.Context,
	instance *aiv1beta1.OpniCluster,
	opensearchCluster *opensearchv1.OpenSearchCluster,
	c client.Client,
	opts ...ReconcilerOption,
) (*Reconciler, error)

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile() (retResult *reconcile.Result, retErr error)

TODO the bulk of this should be moved to multicluster rolebindings

type ReconcilerOption added in v0.8.0

type ReconcilerOption func(*ReconcilerOptions)

func WithCertManager added in v0.8.0

func WithCertManager(certMgr certs.OpensearchCertReader) ReconcilerOption

type ReconcilerOptions added in v0.8.0

type ReconcilerOptions struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL