...

Package awschaos

import "github.com/chaos-mesh/chaos-mesh/controllers/chaosimpl/awschaos"
Overview
Index
Subdirectories

Overview ▾

Variables

var Module = fx.Provide(
    fx.Annotated{
        Group:  "impl",
        Target: NewImpl,
    },
    detachvolume.NewImpl,
    ec2restart.NewImpl,
    ec2stop.NewImpl)

func NewImpl

func NewImpl(impl Impl) *types.ChaosImplPair

type Impl

type Impl struct {
    fx.In

    DetachVolume *detachvolume.Impl `action:"detach-volume"`
    Ec2Restart   *ec2restart.Impl   `action:"ec2-restart"`
    Ec2Stop      *ec2stop.Impl      `action:"ec2-stop"`
}

Subdirectories