ops

package
v0.0.0-...-0227cab Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxCallDepth                = 15
	DefaultRequeueDuration      = time.Second * 10
	DefaultAbortRequeueDuration = time.Minute
	PauseRequeueDuration        = time.Minute * 10
	DefaultReconcileTimeout     = time.Minute * 5
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextKeyType

type ContextKeyType string
const (
	ContextKeyDepth       ContextKeyType = "depth"
	ContextKeyLastCommand ContextKeyType = "last_command"
)

type OpEngine

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

OpEngine

func NewOpEngine

func NewOpEngine(client client.Client, eventRecorder record.EventRecorder, manager *actor.ActorManager, logger logr.Logger) (*OpEngine, error)

NewOpEngine

func (*OpEngine) Run

func (e *OpEngine) Run(ctx context.Context, val interface{}) (ctrl.Result, error)

Run

type RuleEngine

type RuleEngine interface {
	Inspect(ctx context.Context, instance types.RedisInstance) *actor.ActorResult
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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