controllers

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed prysm_import_keystore.sh
	PrysmImportKeyStore string
	//go:embed lighthouse_import_keystore.sh
	LighthouseImportKeyStore string
	//go:embed nimbus_copy_validators.sh
	NimbusCopyValidators string
)

Functions

This section is empty.

Types

type BeaconNodeReconciler

type BeaconNodeReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

BeaconNodeReconciler reconciles a Node object

func (*BeaconNodeReconciler) Reconcile

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

Reconcile reconciles Ethereum 2.0 beacon node

func (*BeaconNodeReconciler) SetupWithManager

func (r *BeaconNodeReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager adds reconciler to the manager

type ValidatorReconciler

type ValidatorReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ValidatorReconciler reconciles a Validator object

func (*ValidatorReconciler) Reconcile

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

Reconcile reconciles Ethereum 2.0 validator client

func (*ValidatorReconciler) SetupWithManager

func (r *ValidatorReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager adds reconciler to the manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL