Documentation ¶
Index ¶
- func CreatePgAdmin(request *msgs.CreatePgAdminRequest, ns, pgouser string) msgs.CreatePgAdminResponse
- func CreatePgAdminHandler(w http.ResponseWriter, r *http.Request)
- func DeletePgAdmin(request *msgs.DeletePgAdminRequest, ns string) msgs.DeletePgAdminResponse
- func DeletePgAdminHandler(w http.ResponseWriter, r *http.Request)
- func ShowPgAdmin(request *msgs.ShowPgAdminRequest, namespace string) msgs.ShowPgAdminResponse
- func ShowPgAdminHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePgAdmin ¶
func CreatePgAdmin(request *msgs.CreatePgAdminRequest, ns, pgouser string) msgs.CreatePgAdminResponse
CreatePgAdmin ... pgo create pgadmin mycluster pgo create pgadmin --selector=name=mycluster
func CreatePgAdminHandler ¶
func CreatePgAdminHandler(w http.ResponseWriter, r *http.Request)
CreatePgAdminHandler ... pgo create pgadmin
func DeletePgAdmin ¶
func DeletePgAdmin(request *msgs.DeletePgAdminRequest, ns string) msgs.DeletePgAdminResponse
DeletePgAdmin ... pgo delete pgadmin mycluster pgo delete pgadmin --selector=name=mycluster
func DeletePgAdminHandler ¶
func DeletePgAdminHandler(w http.ResponseWriter, r *http.Request)
DeletePgAdminHandler ... pgo delete pgadmin
func ShowPgAdmin ¶
func ShowPgAdmin(request *msgs.ShowPgAdminRequest, namespace string) msgs.ShowPgAdminResponse
ShowPgAdmin gets information about a PostgreSQL cluster's pgAdmin deployment
pgo show pgadmin pgo show pgadmin --selector
func ShowPgAdminHandler ¶
func ShowPgAdminHandler(w http.ResponseWriter, r *http.Request)
ShowPgAdminHandler is the HTTP handler to get information about a pgBouncer deployment, aka `pgo show pgadmin`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.