Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { UpdateUserPasswords(users []mysql.User) error DiscardOldPasswords(users []mysql.User) error Close() error }
func NewManager ¶
func NewManager(user apiv1alpha1.SystemUser, pass, host string, port int32) (Manager, error)
func NewManagerExec ¶ added in v0.6.0
func NewManagerExec(pod *corev1.Pod, cliCmd clientcmd.Client, user apiv1alpha1.SystemUser, pass, host string) (Manager, error)
Click to show internal directories.
Click to hide internal directories.