Documentation ¶
Index ¶
- type Chaos
- func (c *Chaos) ApplyIOChaos(ioc *v1alpha1.IoChaos) error
- func (c *Chaos) ApplyNetChaos(nc *v1alpha1.NetworkChaos) error
- func (c *Chaos) ApplyPodChaos(pc *v1alpha1.PodChaos) error
- func (c *Chaos) CancelIOChaos(ioc *v1alpha1.IoChaos) error
- func (c *Chaos) CancelNetChaos(nc *v1alpha1.NetworkChaos) error
- func (c *Chaos) CancelPodChaos(pc *v1alpha1.PodChaos) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chaos ¶
type Chaos struct {
// contains filtered or unexported fields
}
Chaos knows how to operate the chaos provided by pingcap/chaos-mesh
func (*Chaos) ApplyNetChaos ¶
func (c *Chaos) ApplyNetChaos(nc *v1alpha1.NetworkChaos) error
func (*Chaos) CancelNetChaos ¶
func (c *Chaos) CancelNetChaos(nc *v1alpha1.NetworkChaos) error
Click to show internal directories.
Click to hide internal directories.