Documentation ¶
Index ¶
- type MongoDB
- func (MongoDB) AnalyzeQuery() string
- func (db MongoDB) AuthenticationDatabase(c config.Global) string
- func (MongoDB) DatabaseEnvNames() kubernetes.ConfigFinders
- func (MongoDB) DefaultPort() uint16
- func (MongoDB) DefaultUser() string
- func (MongoDB) DropDatabaseQuery(database string) string
- func (db MongoDB) DumpCommand(conf config.Dump) *command.Builder
- func (db MongoDB) DumpExtension(format sqlformat.Format) string
- func (db MongoDB) ExecCommand(conf config.Exec) *command.Builder
- func (MongoDB) FilterPods(ctx context.Context, client kubernetes.KubeClient, pods []v1.Pod) ([]v1.Pod, error)
- func (db MongoDB) FormatFromFilename(filename string) sqlformat.Format
- func (MongoDB) Formats() map[sqlformat.Format]string
- func (MongoDB) ListDatabasesQuery() string
- func (MongoDB) ListTablesQuery() string
- func (MongoDB) Name() string
- func (db MongoDB) PasswordEnvNames(c config.Global) kubernetes.ConfigFinders
- func (MongoDB) PodLabels() []kubernetes.LabelQueryable
- func (MongoDB) PortEnvNames() kubernetes.ConfigFinders
- func (db MongoDB) RestoreCommand(conf config.Restore, inputFormat sqlformat.Format) *command.Builder
- func (MongoDB) UserEnvNames() kubernetes.ConfigFinders
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoDB ¶
type MongoDB struct{}
func (MongoDB) AnalyzeQuery ¶
func (MongoDB) AuthenticationDatabase ¶
func (MongoDB) DatabaseEnvNames ¶
func (MongoDB) DatabaseEnvNames() kubernetes.ConfigFinders
func (MongoDB) DefaultPort ¶
func (MongoDB) DefaultUser ¶
func (MongoDB) DropDatabaseQuery ¶
func (MongoDB) FilterPods ¶
func (MongoDB) FilterPods(ctx context.Context, client kubernetes.KubeClient, pods []v1.Pod) ([]v1.Pod, error)
func (MongoDB) FormatFromFilename ¶
func (MongoDB) ListDatabasesQuery ¶
func (MongoDB) ListTablesQuery ¶
func (MongoDB) PasswordEnvNames ¶
func (db MongoDB) PasswordEnvNames(c config.Global) kubernetes.ConfigFinders
func (MongoDB) PodLabels ¶
func (MongoDB) PodLabels() []kubernetes.LabelQueryable
func (MongoDB) PortEnvNames ¶
func (MongoDB) PortEnvNames() kubernetes.ConfigFinders
func (MongoDB) RestoreCommand ¶
func (MongoDB) UserEnvNames ¶
func (MongoDB) UserEnvNames() kubernetes.ConfigFinders
Click to show internal directories.
Click to hide internal directories.