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