Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServer ¶
type ApiServer struct {
// contains filtered or unexported fields
}
func NewApiServer ¶
func NewApiServer(repo *Repository) *ApiServer
type ChaosMonkey ¶
type ChaosMonkey struct {
// contains filtered or unexported fields
}
func NewChaosMonkey ¶
func NewChaosMonkey(namespace string, kube dynamic.Interface, duration string, stopCh <-chan struct{}) *ChaosMonkey
func (*ChaosMonkey) Close ¶
func (c *ChaosMonkey) Close()
func (*ChaosMonkey) Start ¶
func (c *ChaosMonkey) Start() error
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(casePath string, operatorAddr string, sourceDB *sql.DB, targetDB *sql.DB, clusterClient clusterclient.ClusterInterface) *Repository
type TestCase ¶
type TestCase struct { TestCaseConfig // contains filtered or unexported fields }
func NewTestCase ¶
type TestCaseConfig ¶
type TestCaseConfig struct { Name string `json:"name" yaml:"name"` Desc string `json:"desc" yaml:"desc"` mysql_test.GeneratorConfig `json:",inline" yaml:",inline"` }
Click to show internal directories.
Click to hide internal directories.