Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Kclient kubernetes.Interface Log logr.Logger Scheme *runtime.Scheme }
Reconciler reconciles a Memcached object
func (*Reconciler) GetServerLists ¶
func (r *Reconciler) GetServerLists( instance *memcachedv1.Memcached, ipFamily corev1.IPFamily, ) ([]string, []string)
GetServerLists returns list of memcached server without/with inet prefix
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err error)
Reconcile - Memcached
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.