# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
IsPodReady check if pod is in ready condition, return the error message otherwise.
NewConfig builds and returns new Config instance.
NewController builds and return new controller instance.
NewPodDisruptionBudgetsControl builds and returns new PodDisruptionBudgetsControl instance.
NewRedisAdmin builds and returns new redis.Admin from the list of pods.
NewServicesControl builds and returns new ServicesControl instance.
# Structs
Config contains the Controller settings.
Controller contains all controller fields.
PodDisruptionBudgetsControl contains all information for managing Kube PodDisruptionBudgets.
ServicesControl contains all information for managing Kube Services.
# Interfaces
PodDisruptionBudgetsControlInterface inferface for the PodDisruptionBudgetsControl.
ServicesControlInterface inferface for the ServicesControl.