Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator interface { Start() error Stop() error KubeClientset() kubernetes.Interface ExtClientset() apiextensions.Interface Clientset() versioned.Interface }
Operator represents MySQL operator pod deployed in the cluster
func NewOperator ¶
NewOperator creates new Operator based on ${KUBECONFIG} env variable.
Click to show internal directories.
Click to hide internal directories.