...
Package containerkill
import "github.com/chaos-mesh/chaos-mesh/controllers/chaosimpl/podchaos/containerkill"
- Overview
- Index
- type Impl
- func NewImpl(c client.Client, log logr.Logger, decoder *utils.ContainerRecordDecoder) *Impl
- func (impl *Impl) Apply(ctx context.Context, index int, records []*v1alpha1.Record, obj v1alpha1.InnerObject) (v1alpha1.Phase, error)
- func (impl *Impl) Recover(ctx context.Context, index int, records []*v1alpha1.Record, obj v1alpha1.InnerObject) (v1alpha1.Phase, error)
Package files
impl.go
type Impl struct {
client.Client
Log logr.Logger
}
func NewImpl(c client.Client, log logr.Logger, decoder *utils.ContainerRecordDecoder) *Impl
func (*Impl) Apply
¶
func (impl *Impl) Apply(ctx context.Context, index int, records []*v1alpha1.Record, obj v1alpha1.InnerObject) (v1alpha1.Phase, error)
func (impl *Impl) Recover(ctx context.Context, index int, records []*v1alpha1.Record, obj v1alpha1.InnerObject) (v1alpha1.Phase, error)