Documentation ¶
Index ¶
- type Postgres
- func (Postgres) Aliases() []string
- func (Postgres) AnalyzeQuery() string
- func (Postgres) DatabaseEnvNames() kubernetes.ConfigLookups
- func (Postgres) DefaultPort() uint16
- func (Postgres) DefaultUser() string
- func (Postgres) DropDatabaseQuery(_ string) string
- func (db Postgres) DumpCommand(conf config.Dump) *command.Builder
- func (Postgres) ExecCommand(conf config.Exec) *command.Builder
- func (db Postgres) FilterPods(ctx context.Context, client kubernetes.KubeClient, pods []v1.Pod) ([]v1.Pod, error)
- func (Postgres) Formats() map[sqlformat.Format]string
- func (Postgres) ListDatabasesQuery() string
- func (Postgres) ListTablesQuery() string
- func (Postgres) Name() string
- func (db Postgres) PasswordEnvNames(c config.Global) kubernetes.ConfigLookups
- func (db Postgres) PodFilters() filter.Filter
- func (Postgres) PortEnvNames() kubernetes.ConfigLookups
- func (Postgres) PrettyName() string
- func (Postgres) Priority() uint8
- func (Postgres) RestoreCommand(conf config.Restore, inputFormat sqlformat.Format) *command.Builder
- func (Postgres) UserEnvNames() kubernetes.ConfigLookups
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct{}
func (Postgres) AnalyzeQuery ¶
func (Postgres) DatabaseEnvNames ¶
func (Postgres) DatabaseEnvNames() kubernetes.ConfigLookups
func (Postgres) DefaultPort ¶
func (Postgres) DefaultUser ¶
func (Postgres) DropDatabaseQuery ¶
func (Postgres) FilterPods ¶
func (db Postgres) FilterPods(ctx context.Context, client kubernetes.KubeClient, pods []v1.Pod) ([]v1.Pod, error)
func (Postgres) ListDatabasesQuery ¶
func (Postgres) ListTablesQuery ¶
func (Postgres) PasswordEnvNames ¶
func (db Postgres) PasswordEnvNames(c config.Global) kubernetes.ConfigLookups
func (Postgres) PodFilters ¶ added in v1.12.0
func (Postgres) PortEnvNames ¶
func (Postgres) PortEnvNames() kubernetes.ConfigLookups
func (Postgres) PrettyName ¶ added in v1.13.0
func (Postgres) RestoreCommand ¶
func (Postgres) UserEnvNames ¶
func (Postgres) UserEnvNames() kubernetes.ConfigLookups
Click to show internal directories.
Click to hide internal directories.