Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AerospikeBackupReconciler ¶
type AerospikeBackupReconciler struct { client.Client Scheme *k8sruntime.Scheme Recorder record.EventRecorder Log logr.Logger }
AerospikeBackupReconciler reconciles a AerospikeBackup object
func (*AerospikeBackupReconciler) Reconcile ¶
func (r *AerospikeBackupReconciler) 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 (*AerospikeBackupReconciler) SetupWithManager ¶
func (r *AerospikeBackupReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SingleBackupReconciler ¶
type SingleBackupReconciler struct { client.Client Recorder record.EventRecorder KubeConfig *rest.Config Scheme *k8sRuntime.Scheme Log logr.Logger // contains filtered or unexported fields }
SingleBackupReconciler reconciles a single AerospikeBackup object
Click to show internal directories.
Click to hide internal directories.