Versions in this module Expand all Collapse all v0 v0.10.11 Oct 25, 2021 v0.0.16 Nov 4, 2021 v0.0.15 Nov 3, 2021 v0.0.14 Nov 3, 2021 v0.0.13 Oct 29, 2021 v0.0.12 Oct 27, 2021 v0.0.11 Oct 22, 2021 v0.0.10 Oct 21, 2021 v0.0.9 Oct 20, 2021 v0.0.8 Oct 15, 2021 v0.0.7 Oct 14, 2021 v0.0.6 Oct 6, 2021 v0.0.5 Oct 5, 2021 Changes in this version type NetworkDelay + LabelKey string + LabelValue string type NetworkPartition + FromLabelKey string + FromLabelValue string + FromMode string + ToLabelKey string + ToLabelValue string + ToMode string type PodFailure + LabelKey string + LabelValue string v0.0.4 Sep 8, 2021 v0.0.3 Sep 8, 2021 v0.0.2 Sep 2, 2021 Changes in this version + type Base struct + Name string + Namespace string + type CPUHog struct + Duration time.Duration + Load int + OptsCPU int + OptsHDD int + OptsTimeout int + TargetAppLabel string + Workers int + func (e *CPUHog) Filename() string + func (e *CPUHog) Resource() string + func (e *CPUHog) SetBase(base Base) + type ContainerKill struct + Container string + TargetAppLabel string + func (e *ContainerKill) Filename() string + func (e *ContainerKill) Resource() string + func (e *ContainerKill) SetBase(base Base) + type DNSChaos struct + Duration time.Duration + Patterns []string + func (e *DNSChaos) Filename() string + func (e *DNSChaos) Resource() string + func (e *DNSChaos) SetBase(base Base) + type IODelay struct + Delay time.Duration + Duration time.Duration + Path string + Percent int + TargetAppLabel string + VolumePath string + func (e *IODelay) Filename() string + func (e *IODelay) Resource() string + func (e *IODelay) SetBase(base Base) + type IOFault struct + Duration time.Duration + Errno int + Path string + Percent int + TargetAppLabel string + VolumePath string + func (e *IOFault) Filename() string + func (e *IOFault) Resource() string + func (e *IOFault) SetBase(base Base) + type NetworkBandwidth struct + Buffer int + Duration time.Duration + Limit int + MinBurst int + PeakRate int + Rate string + TargetAppLabel string + func (e *NetworkBandwidth) Filename() string + func (e *NetworkBandwidth) Resource() string + func (e *NetworkBandwidth) SetBase(base Base) + type NetworkCorrupt struct + Correlation int + Corrupt int + Duration time.Duration + TargetAppLabel string + func (e *NetworkCorrupt) Filename() string + func (e *NetworkCorrupt) Resource() string + func (e *NetworkCorrupt) SetBase(base Base) + type NetworkDelay struct + Duration time.Duration + Latency time.Duration + TargetAppLabel string + func (e *NetworkDelay) Filename() string + func (e *NetworkDelay) Resource() string + func (e *NetworkDelay) SetBase(base Base) + type NetworkDuplicate struct + Correlation int + Duplicate int + Duration time.Duration + TargetAppLabel string + func (e *NetworkDuplicate) Filename() string + func (e *NetworkDuplicate) Resource() string + func (e *NetworkDuplicate) SetBase(base Base) + type NetworkLoss struct + Correlation int + Duration time.Duration + Loss int + TargetAppLabel string + func (e *NetworkLoss) Filename() string + func (e *NetworkLoss) Resource() string + func (e *NetworkLoss) SetBase(base Base) + type NetworkPartition struct + AppLabel string + Duration time.Duration + TargetAppLabel string + func (e *NetworkPartition) Filename() string + func (e *NetworkPartition) Resource() string + func (e *NetworkPartition) SetBase(base Base) + type PodFailure struct + Duration time.Duration + TargetAppLabel string + func (e *PodFailure) Filename() string + func (e *PodFailure) Resource() string + func (e *PodFailure) SetBase(base Base) + type PodKill struct + TargetAppLabel string + func (e *PodKill) Filename() string + func (e *PodKill) Resource() string + func (e *PodKill) SetBase(base Base) + type TimeShift struct + Duration time.Duration + TargetAppLabel string + TimeOffset time.Duration + func (e *TimeShift) Filename() string + func (e *TimeShift) Resource() string + func (e *TimeShift) SetBase(base Base)