Versions in this module Expand all Collapse all v0 v0.4.0 Jun 17, 2020 Changes in this version + func BackupForCluster(cluster *api.MysqlCluster) gomegatypes.GomegaMatcher + func BackupHaveCondition(condType api.BackupConditionType, status core.ConditionStatus) gomegatypes.GomegaMatcher + func BackupWithName(name string) gomegatypes.GomegaMatcher + func DrainChan(requests <-chan reconcile.Request) + func HaveClusterStatusReadyNodes(nodes int) gomegatypes.GomegaMatcher + func ListAllBackupsFn(c client.Client, options *client.ListOptions) func() []api.MysqlBackup + func NewTestLogger(w io.Writer) logr.Logger + func NodeConditions(master, replicating, lagged, readOnly bool) []api.NodeCondition + func PodHaveCondition(condType core.PodConditionType, status core.ConditionStatus) gomegatypes.GomegaMatcher + func RefreshFn(c client.Client, obj runtime.Object) func() runtime.Object + func SetupTestReconcile(inner reconcile.Reconciler) (reconcile.Reconciler, chan reconcile.Request) + func StartTestManager(mgr manager.Manager) chan struct