Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLatestMinorVersion ¶
func GetLatestMinorVersion(vers string, versionList *PgVersions) (string, error)
GetLatestMinorVersion searching most current minor version
Types ¶
type PgVersions ¶
type PgVersions struct {
Postgresql []string `json:"postgresql"`
}
PgVersions contains available postgres versions
type StackgresClient ¶
type StackgresClient struct {
// contains filtered or unexported fields
}
StackgresClient creates a client to connect to Stackgres Operator
func New ¶
func New(username, password, sgNamespace string) (*StackgresClient, error)
New creates a Stackgres client from username, password and namespace where Stackgres is running
func (StackgresClient) GetAvailableVersions ¶
func (c StackgresClient) GetAvailableVersions() (*PgVersions, error)
GetAvailableVersions fetches all available versions
Click to show internal directories.
Click to hide internal directories.