Documentation ¶
Index ¶
- type Postgres
- func (Postgres) Aliases() []string
- func (Postgres) AnalyzeQuery() string
- func (Postgres) DatabaseDropQuery(_ string) string
- func (db Postgres) DatabaseEnvs(conf config.Global) kubernetes.ConfigLookups
- func (Postgres) DatabaseListQuery() 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) Name() string
- func (db Postgres) PasswordEnvs(conf config.Global) kubernetes.ConfigLookups
- func (db Postgres) PodFilters() filter.Filter
- func (Postgres) PortDefault() uint16
- func (db Postgres) PortEnvs(conf config.Global) kubernetes.ConfigLookups
- func (Postgres) PrettyName() string
- func (Postgres) Priority() uint8
- func (Postgres) RestoreCommand(conf config.Restore, inputFormat sqlformat.Format) *command.Builder
- func (Postgres) TableListQuery() string
- func (Postgres) UserDefault() string
- func (db Postgres) UserEnvs(conf config.Global) 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) DatabaseDropQuery ¶ added in v1.15.0
func (Postgres) DatabaseEnvs ¶ added in v1.15.0
func (db Postgres) DatabaseEnvs(conf config.Global) kubernetes.ConfigLookups
func (Postgres) DatabaseListQuery ¶ added in v1.15.0
func (Postgres) FilterPods ¶
func (db Postgres) FilterPods(ctx context.Context, client kubernetes.KubeClient, pods []v1.Pod) ([]v1.Pod, error)
func (Postgres) PasswordEnvs ¶ added in v1.15.0
func (db Postgres) PasswordEnvs(conf config.Global) kubernetes.ConfigLookups
func (Postgres) PodFilters ¶ added in v1.12.0
func (Postgres) PortDefault ¶ added in v1.15.0
func (Postgres) PortEnvs ¶ added in v1.15.0
func (db Postgres) PortEnvs(conf config.Global) kubernetes.ConfigLookups
func (Postgres) PrettyName ¶ added in v1.13.0
func (Postgres) RestoreCommand ¶
func (Postgres) TableListQuery ¶ added in v1.15.0
func (Postgres) UserDefault ¶ added in v1.15.0
func (Postgres) UserEnvs ¶ added in v1.15.0
func (db Postgres) UserEnvs(conf config.Global) kubernetes.ConfigLookups
Click to show internal directories.
Click to hide internal directories.