pgadmin

package
v1.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package pgadmin implements the creation of a pgadmin deployment

Index

Constants

View Source
const (
	// ModeServer means server mode; this is password protected
	// with no secrets included
	ModeServer = Mode("server")

	// ModeDesktop means desktop mode; this is not password protected,
	// and the `app` secret is mounted within the Pod
	ModeDesktop = Mode("desktop")
)

Variables

This section is empty.

Functions

func NewCmd

func NewCmd() *cobra.Command

NewCmd initializes the pgadmin command

Types

type Mode

type Mode string

Mode is the current pgadmin mode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL