Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AerospikeRestoreReconciler ¶
AerospikeRestoreReconciler reconciles a AerospikeRestore object
func (*AerospikeRestoreReconciler) Reconcile ¶
func (r *AerospikeRestoreReconciler) Reconcile(_ context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*AerospikeRestoreReconciler) SetupWithManager ¶
func (r *AerospikeRestoreReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SingleRestoreReconciler ¶
type SingleRestoreReconciler struct { client.Client Recorder record.EventRecorder KubeConfig *rest.Config Scheme *k8sRuntime.Scheme Log logr.Logger // contains filtered or unexported fields }
SingleRestoreReconciler reconciles a single AerospikeRestore
Click to show internal directories.
Click to hide internal directories.