Documentation ¶
Index ¶
- Variables
- func NewImpl(c client.Client, log logr.Logger, ...) *impltypes.ChaosImplPair
- type Impl
- func (impl *Impl) Apply(ctx context.Context, index int, records []*v1alpha1.Record, ...) (v1alpha1.Phase, error)
- func (impl *Impl) CreateBPFKIConnection(ctx context.Context, c client.Client, pod *v1.Pod) (*grpc.ClientConn, error)
- func (impl *Impl) Recover(ctx context.Context, index int, records []*v1alpha1.Record, ...) (v1alpha1.Phase, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewImpl ¶
func NewImpl(c client.Client, log logr.Logger, builder *chaosdaemon.ChaosDaemonClientBuilder) *impltypes.ChaosImplPair
Types ¶
type Impl ¶
func (*Impl) Apply ¶
func (impl *Impl) Apply(ctx context.Context, index int, records []*v1alpha1.Record, obj v1alpha1.InnerObject) (v1alpha1.Phase, error)
Apply applies KernelChaos
Click to show internal directories.
Click to hide internal directories.