Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles Redis read from the Kubernetes API with an external store, typically the Azure API.
type RedisClaimController ¶
type RedisClaimController struct{}
RedisClaimController is responsible for adding the Redis claim controller and its corresponding reconciler to the manager with any runtime configuration.
func (*RedisClaimController) SetupWithManager ¶
func (c *RedisClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds a controller that reconciles RedisCluster resource claims.
type RedisController ¶
type RedisController struct{}
RedisController is responsible for adding the Redis controller and its corresponding reconciler to the manager with any runtime configuration.
func (*RedisController) SetupWithManager ¶
func (c *RedisController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates a new Redis Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and start it when the Manager is Started.