Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Minio ¶ added in v4.28.0
type Minio struct {
// contains filtered or unexported fields
}
Minio contains all necessary dependencies to successfully run a minio maintenance
type PostgreSQL ¶
type PostgreSQL struct { Client client.WithWatch MaintTimeout time.Duration SgURL string // contains filtered or unexported fields }
PostgreSQL handles the maintenance of postgresql services
func (*PostgreSQL) DoMaintenance ¶
func (p *PostgreSQL) DoMaintenance(ctx context.Context) error
DoMaintenance will run postgresql's maintenance script.
Click to show internal directories.
Click to hide internal directories.