Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monkey ¶
type Monkey struct {
// contains filtered or unexported fields
}
Monkey simulates kubernetes component failures
type NodeKiller ¶
type NodeKiller struct {
// contains filtered or unexported fields
}
NodeKiller is a utility to simulate node failures.
func NewNodeKiller ¶
func NewNodeKiller(config api.NodeFailureConfig, client clientset.Interface, provider string) (*NodeKiller, error)
NewNodeKiller creates new NodeKiller.
func (*NodeKiller) Run ¶
func (k *NodeKiller) Run(stopCh <-chan struct{}, wg *sync.WaitGroup)
Run starts NodeKiller until stopCh is closed.
func (*NodeKiller) String ¶
func (k *NodeKiller) String() string
func (*NodeKiller) Summary ¶
func (k *NodeKiller) Summary() string
Summary logs NodeKiller execution
Click to show internal directories.
Click to hide internal directories.