Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MySQLServerName is the static name of all 'mysql(-server)' containers. MySQLServerName = "mysql" // MySQLAgentName is the static name of all 'mysql-agent' containers. MySQLAgentName = "mysql-agent" // MySQLAgentBasePath defines the volume mount path for the MySQL agent MySQLAgentBasePath = "/var/lib/mysql-agent" )
Variables ¶
This section is empty.
Functions ¶
func NewForCluster ¶
func NewForCluster(cluster *v1alpha1.Cluster, images operatoropts.Images, serviceName string) *apps.StatefulSet
NewForCluster creates a new StatefulSet for the given Cluster.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.