...

Package twophase

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

Overview ▾

type Reconciler

Reconciler for the twophase reconciler

type Reconciler struct {
    reconciler.InnerReconciler
    client.Client
    client.Reader
    Log logr.Logger
}

func NewReconciler

func NewReconciler(r reconciler.InnerReconciler, client client.Client, reader client.Reader, log logr.Logger) *Reconciler

NewReconciler would create reconciler for twophase controller

func (*Reconciler) Reconcile

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

Reconcile is twophase reconcile implement