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 {
shared.Reconciler
}
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 {
shared.Reconciler
}
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
Click to show internal directories.
Click to hide internal directories.