Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommandRequeue = actor.CommandRequeue CommandAbort = actor.CommandAbort CommandPaused = actor.CommandPaused CommandEnsureResource actor.Command = actor.NewCommand(core.ValkeySentinel, "CommandEnsureResource") CommandHealPod actor.Command = actor.NewCommand(core.ValkeySentinel, "CommandHealPod") CommandHealMonitor actor.Command = actor.NewCommand(core.ValkeySentinel, "CommandHealMonitor") )
Functions ¶
func FindUnknownSentinel ¶
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 ¶
func (g *RuleEngine) Inspect(ctx context.Context, val types.Instance) *actor.ActorResult
Click to show internal directories.
Click to hide internal directories.