Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalletReconciler ¶
WalletReconciler reconciles a Wallet object
func (*WalletReconciler) Reconcile ¶
Reconcile ensures a Wallet CR has either an externally-supplied OwnerAddress reflected in Status, or a freshly generated secp256k1 keypair stored in a Secret owned by the Wallet. The Secret is auto-GC'd on Wallet deletion via OwnerReference — no finalizer is needed (on-chain addresses cannot be "deleted" anyway; only the local private key is sensitive state).
func (*WalletReconciler) SetupWithManager ¶
func (r *WalletReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.