Documentation ¶
Index ¶
- Constants
- func Deploy(platform *platform.Platform) error
- func GetOrCreateDB(p *platform.Platform, config postgres.ClusterConfig) (*types.DB, error)
- func GetPatroniClient(p *platform.Platform, namespace, clusterName string) (*http.Client, error)
- func Test(p *platform.Platform, test *console.TestResults)
- func TestE2E(p *platform.Platform, test *console.TestResults)
- type ClusterResponse
- type ClusterResponseMember
- type Link
Constants ¶
View Source
const (
Namespace = "postgres-operator"
)
Variables ¶
This section is empty.
Functions ¶
func GetOrCreateDB ¶
func GetPatroniClient ¶
Types ¶
type ClusterResponse ¶
type ClusterResponse struct {
Members []ClusterResponseMember `json:"members"`
}
type ClusterResponseMember ¶
Click to show internal directories.
Click to hide internal directories.