Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Provide( fx.Annotated{ Group: "impl", Target: NewImpl, }, podkill.NewImpl, podfailure.NewImpl, containerkill.NewImpl, )
Functions ¶
func NewImpl ¶
func NewImpl(impl Impl) *impltypes.ChaosImplPair
Types ¶
type Impl ¶
type Impl struct { fx.In PodKill *podkill.Impl `action:"pod-kill"` PodFailure *podfailure.Impl `action:"pod-failure"` ContainerKill *containerkill.Impl `action:"container-kill"` }
Click to show internal directories.
Click to hide internal directories.