Documentation
¶
Index ¶
- Constants
- func Deployment(cr *apiv1alpha1.PerconaServerMySQL, initImage string) *appsv1.Deployment
- func MatchLabels(cr *apiv1alpha1.PerconaServerMySQL) map[string]string
- func Name(cr *apiv1alpha1.PerconaServerMySQL) string
- func Service(cr *apiv1alpha1.PerconaServerMySQL) *corev1.Service
- func ServiceName(cr *apiv1alpha1.PerconaServerMySQL) string
Constants ¶
View Source
const ( PortHTTP = 8443 PortRWDefault = 3306 PortReadWrite = 6446 PortReadOnly = 6447 PortXReadWrite = 6448 PortXReadOnly = 6449 PortRWAdmin = 33062 )
Variables ¶
This section is empty.
Functions ¶
func Deployment ¶
func Deployment(cr *apiv1alpha1.PerconaServerMySQL, initImage string) *appsv1.Deployment
func MatchLabels ¶
func MatchLabels(cr *apiv1alpha1.PerconaServerMySQL) map[string]string
func Name ¶
func Name(cr *apiv1alpha1.PerconaServerMySQL) string
func Service ¶
func Service(cr *apiv1alpha1.PerconaServerMySQL) *corev1.Service
func ServiceName ¶
func ServiceName(cr *apiv1alpha1.PerconaServerMySQL) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.