Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + const ModeMixed + const ModeSelfScheduled + const ModeSequential + type Config struct + ChaosNamespace string + ClientConfig interface{} + ClientCount int + ClientNodes []cluster.ClientNode + DB string + History string + Mode Mode + Nodes []cluster.Node + RequestCount int + RunRound int + RunTime time.Duration + type Controller struct + func NewController(ctx context.Context, cfg *Config, clientCreator core.ClientCreator, ...) *Controller + func (c *Controller) Close() + func (c *Controller) Run() + func (c *Controller) RunMixed() + func (c *Controller) RunSelfScheduled() + func (c *Controller) RunWithNemesisSequential() + func (c *Controller) UpdateNemesisGenerators(gs core.NemesisGenerators) + type LeakCheck struct + func (l *LeakCheck) InitPlugin(control *Controller) + type Mode int + func (m Mode) String() string + type PanicCheck struct + func (c *PanicCheck) InitPlugin(control *Controller) + type Plugin interface + InitPlugin func(control *Controller) + type Stack struct + Func []string + ID uint64 + Line []string + Raw []byte + State string + Up int + func (s *Stack) Signature() []byte