Documentation ¶
Index ¶
- Constants
- type Config
- type Redis
- func (r *Redis) MarkAddSeedMasterCondition() error
- func (r *Redis) MarkReadyCondition() error
- func (r *Redis) MarkRemoveSeedMasterCondition() error
- func (r *Redis) ReportCreating() error
- func (r *Redis) ReportFailed() error
- func (r *Redis) ReportRunning() error
- func (r *Redis) ReportStopping() error
- func (r *Redis) UpdateRedisStatus() error
Constants ¶
View Source
const ( ReportingPhaseMessage = "Updating phase" PhaseKey = "Phase" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RedisCRClient redisclient.RedisesGetter RedisClient *redis.Client }
type Redis ¶
type Redis struct { Redis *v1.Redis Config Config SeedMasterProcessComplete bool SeedMasterDeleted bool // contains filtered or unexported fields }
func (*Redis) MarkAddSeedMasterCondition ¶
func (*Redis) MarkReadyCondition ¶
func (*Redis) MarkRemoveSeedMasterCondition ¶
func (*Redis) ReportCreating ¶
func (*Redis) ReportFailed ¶
func (*Redis) ReportRunning ¶
func (*Redis) ReportStopping ¶
func (*Redis) UpdateRedisStatus ¶
Click to show internal directories.
Click to hide internal directories.