Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
Run(<-chan struct{})
}
func New ¶
func New(cfg Config, kubernetesClient kubernetes.Interface, redisClient redisclient.RedisesGetter, redisInformer redisinformer.RedisInformer, podInformer v1informer.PodInformer, deploymentInformer v1beta1informer.DeploymentInformer, serviceInformer v1informer.ServiceInformer, endpointsInformer v1informer.EndpointsInformer, configMapInformer v1informer.ConfigMapInformer, statefulSetInformer v1beta1informer.StatefulSetInformer) Controller
type RedisController ¶
type RedisController struct { Config // contains filtered or unexported fields }
func (*RedisController) Run ¶
func (c *RedisController) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.