Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + type MySQL struct + Sts *appsv1.StatefulSet + Svc *corev1.Service + func (m *MySQL) DSN() string + type Ops struct + func New(namespace, name string, conf fixture.MySQLConfig) *Ops + func (o *Ops) Apply() error + func (o *Ops) Delete() error + func (o *Ops) GetClientNodes() ([]cluster.ClientNode, error) + func (o *Ops) GetNodes() ([]cluster.Node, error)