...

Package podiochaos

import "github.com/chaos-mesh/chaos-mesh/controllers/podiochaos"
Overview
Index

Overview ▾

func Bootstrap

func Bootstrap(mgr ctrl.Manager, client client.Client, logger logr.Logger, b *chaosdaemon.ChaosDaemonClientBuilder) error

type Reconciler

Reconciler applys podioworkchaos

type Reconciler struct {
    client.Client
    Recorder record.EventRecorder

    Log                      logr.Logger
    ChaosDaemonClientBuilder *chaosdaemon.ChaosDaemonClientBuilder
}

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)