failover

package
v0.0.0-...-2ea7a04 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CommandRequeue = actor.CommandRequeue
	CommandAbort   = actor.CommandAbort
	CommandPaused  = actor.CommandPaused

	CommandUpdateAccount  = actor.NewCommand(core.RedisSentinel, "CommandUpdateAccount")
	CommandUpdateConfig   = actor.NewCommand(core.RedisSentinel, "CommandUpdateConfig")
	CommandEnsureResource = actor.NewCommand(core.RedisSentinel, "CommandEnsureResource")
	CommandHealPod        = actor.NewCommand(core.RedisSentinel, "CommandHealPod")
	CommandHealMonitor    = actor.NewCommand(core.RedisSentinel, "CommandHealMonitor")
	CommandPatchLabels    = actor.NewCommand(core.RedisSentinel, "CommandPatchLabels")
	CommandCleanResource  = actor.NewCommand(core.RedisSentinel, "CommandCleanResource")

	// 3.16 compatibility
	CommandInitMaster   = actor.NewCommand(core.RedisSentinel, "CommandInitMaster")
	CommandHealMaster   = actor.NewCommand(core.RedisSentinel, "CommandHealMaster")
	CommandSentinelHeal = actor.NewCommand(core.RedisSentinel, "CommandSentinelHeal")
)

Functions

This section is empty.

Types

type RuleEngine

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

func NewRuleEngine

func NewRuleEngine(client kubernetes.ClientSet, eventRecorder record.EventRecorder, logger logr.Logger) (*RuleEngine, error)

func (*RuleEngine) Inspect

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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