Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 Changes in this version + func AddCluster(mgr manager.Manager) error + type CloudMemorystoreInstanceHandler struct + func (h *CloudMemorystoreInstanceHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *CloudMemorystoreInstanceHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *CloudMemorystoreInstanceHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error + type Reconciler struct + func (r *Reconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) + type RedisHandler struct + func (h *RedisHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *RedisHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *RedisHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error + type ReplicationGroupHandler struct + func (h *ReplicationGroupHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *ReplicationGroupHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *ReplicationGroupHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error