ops

package
v0.0.0-...-3430a5a Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

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

Variables

View Source
var (
	DepthKey       = contextDepthKey{}
	LastCommandKey = contextLastCommandKey{}
)

Functions

This section is empty.

Types

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 client.Object) (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