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)
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
}
Click to show internal directories.
Click to hide internal directories.