gcpchaos

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(
	fx.Annotated{
		Group:  "impl",
		Target: NewImpl,
	},
	diskloss.NewImpl,
	nodereset.NewImpl,
	nodestop.NewImpl)

Functions

func NewImpl

func NewImpl(impl Impl) *impltypes.ChaosImplPair

Types

type Impl

type Impl struct {
	fx.In

	DiskLoss  *diskloss.Impl  `action:"disk-loss"`
	NodeReset *nodereset.Impl `action:"node-reset"`
	NodeStop  *nodestop.Impl  `action:"node-stop"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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