Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisReconciler ¶
type RedisReconciler struct { client.Client K8sClient kubernetes.Interface Dk8sClient dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
RedisReconciler reconciles a Redis object
func (*RedisReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims
func (*RedisReconciler) SetupWithManager ¶
func (r *RedisReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RedisReplicationReconciler ¶
type RedisReplicationReconciler struct { client.Client K8sClient kubernetes.Interface Dk8sClient dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
RedisReplicationReconciler reconciles a RedisReplication object
func (*RedisReplicationReconciler) SetupWithManager ¶
func (r *RedisReplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RedisSentinelReconciler ¶
type RedisSentinelReconciler struct { client.Client K8sClient kubernetes.Interface Dk8sClient dynamic.Interface Log logr.Logger Scheme *runtime.Scheme }
RedisSentinelReconciler reconciles a RedisSentinel object
func (*RedisSentinelReconciler) Reconcile ¶
func (r *RedisSentinelReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims
func (*RedisSentinelReconciler) SetupWithManager ¶
func (r *RedisSentinelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.