Documentation ¶
Index ¶
- Constants
- func NewKernelInjectCommandSpec() spec.ExpModelCommandSpec
- func NewStraceDelayActionSpec() spec.ExpActionCommandSpec
- func NewStraceErrorActionSpec() spec.ExpActionCommandSpec
- type KernelInjectCommandSpec
- type StraceDelayActionExecutor
- type StraceDelayActionSpec
- type StraceErrorActionExecutor
- type StraceErrorActionSpec
Constants ¶
View Source
const StraceDelayBin = "chaos_stracedelay"
View Source
const StraceErrorBin = "chaos_straceerror"
Variables ¶
This section is empty.
Functions ¶
func NewKernelInjectCommandSpec ¶
func NewKernelInjectCommandSpec() spec.ExpModelCommandSpec
func NewStraceDelayActionSpec ¶
func NewStraceDelayActionSpec() spec.ExpActionCommandSpec
func NewStraceErrorActionSpec ¶
func NewStraceErrorActionSpec() spec.ExpActionCommandSpec
Types ¶
type KernelInjectCommandSpec ¶
type KernelInjectCommandSpec struct {
spec.BaseExpModelCommandSpec
}
func (*KernelInjectCommandSpec) LongDesc ¶
func (*KernelInjectCommandSpec) LongDesc() string
func (*KernelInjectCommandSpec) Name ¶
func (*KernelInjectCommandSpec) Name() string
func (*KernelInjectCommandSpec) ShortDesc ¶
func (*KernelInjectCommandSpec) ShortDesc() string
type StraceDelayActionExecutor ¶
type StraceDelayActionExecutor struct {
// contains filtered or unexported fields
}
func (*StraceDelayActionExecutor) Name ¶
func (*StraceDelayActionExecutor) Name() string
func (*StraceDelayActionExecutor) SetChannel ¶
func (dae *StraceDelayActionExecutor) SetChannel(channel spec.Channel)
type StraceDelayActionSpec ¶
type StraceDelayActionSpec struct {
spec.BaseExpActionCommandSpec
}
func (*StraceDelayActionSpec) Aliases ¶
func (*StraceDelayActionSpec) Aliases() []string
func (*StraceDelayActionSpec) LongDesc ¶
func (f *StraceDelayActionSpec) LongDesc() string
func (*StraceDelayActionSpec) Name ¶
func (*StraceDelayActionSpec) Name() string
func (*StraceDelayActionSpec) ShortDesc ¶
func (*StraceDelayActionSpec) ShortDesc() string
type StraceErrorActionExecutor ¶
type StraceErrorActionExecutor struct {
// contains filtered or unexported fields
}
func (*StraceErrorActionExecutor) Name ¶
func (*StraceErrorActionExecutor) Name() string
func (*StraceErrorActionExecutor) SetChannel ¶
func (dae *StraceErrorActionExecutor) SetChannel(channel spec.Channel)
type StraceErrorActionSpec ¶
type StraceErrorActionSpec struct {
spec.BaseExpActionCommandSpec
}
func (*StraceErrorActionSpec) Aliases ¶
func (*StraceErrorActionSpec) Aliases() []string
func (*StraceErrorActionSpec) LongDesc ¶
func (f *StraceErrorActionSpec) LongDesc() string
func (*StraceErrorActionSpec) Name ¶
func (*StraceErrorActionSpec) Name() string
func (*StraceErrorActionSpec) ShortDesc ¶
func (*StraceErrorActionSpec) ShortDesc() string
Click to show internal directories.
Click to hide internal directories.