Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keycloak ¶ added in v4.57.0
type Keycloak struct {
// contains filtered or unexported fields
}
Keycloak contains all necessary dependencies to successfully run a Keycloak maintenance
func NewKeycloak ¶ added in v4.57.0
NewKeycloak returns a new Keycloak object
type MariaDB ¶ added in v4.46.0
type MariaDB struct {
// contains filtered or unexported fields
}
MariaDB holds all the necessary objects to do a MariaDB maintenance
func NewMariaDB ¶ added in v4.46.0
NewMariaDB returns a new Redis maintenance job runner
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 Nextcloud ¶ added in v4.81.0
type Nextcloud struct {
// contains filtered or unexported fields
}
Nextcloud contains all necessary dependencies to successfully run a Nextcloud maintenance
func NewNextcloud ¶ added in v4.81.0
NewNextcloud returns a new Nextcloud object
type PostgreSQL ¶
type PostgreSQL struct { Client client.WithWatch MaintTimeout time.Duration SgURL string Repack, Vacuum 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.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.