Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct { NameSpace string Name string State StateType Size int32 Auth *util.AuthConfig Obj *redisv1beta1.RedisCluster Status redisv1beta1.ConditionType Message string Config map[string]string }
Meta contains RedisCluster some metadata
type MetaMap ¶
MetaMap cache last RedisCluster and meta data
func (*MetaMap) Add ¶
func (c *MetaMap) Add(obj *redisv1beta1.RedisCluster)
func (*MetaMap) Cache ¶
func (c *MetaMap) Cache(obj *redisv1beta1.RedisCluster) *Meta
func (*MetaMap) Del ¶
func (c *MetaMap) Del(obj *redisv1beta1.RedisCluster)
func (*MetaMap) Get ¶
func (c *MetaMap) Get(obj *redisv1beta1.RedisCluster) *Meta
func (*MetaMap) Update ¶
func (c *MetaMap) Update(meta *Meta, new *redisv1beta1.RedisCluster)
Click to show internal directories.
Click to hide internal directories.