operator

package
v0.0.0-...-f651441 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2019 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	KubeConfigFile string
	Master         string
	ListenAddr     string
	Redis          config.Redis
}

Config contains configuration for redis-operator

func NewRedisOperatorConfig

func NewRedisOperatorConfig() *Config

NewRedisOperatorConfig builds and returns a redis-operator Config

func (*Config) AddFlags

func (c *Config) AddFlags(fs *pflag.FlagSet)

AddFlags add cobra flags to populate Config

type RedisOperator

type RedisOperator struct {
	GC garbagecollector.Interface
	// contains filtered or unexported fields
}

RedisOperator constains all info to run the redis operator.

func NewRedisOperator

func NewRedisOperator(cfg *Config) *RedisOperator

NewRedisOperator builds and returns new RedisOperator instance

func (*RedisOperator) Run

func (op *RedisOperator) Run(stop <-chan struct{}) error

Run executes the Redis Operator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL