Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedDatabaseTypes = map[string]bool{ "mysql": true, "postgres": true, "mongodb": true, "mssql": true, }
View Source
var AllowedLogCatchupFrequencyInMinutes = map[int]bool{ 15: true, 30: true, 45: true, 60: true, 90: true, 120: true, }
View Source
var AllowedQuarterlySnapshotMonths = map[string]bool{ "Jan": true, "Feb": true, "Mar": true, }
View Source
var AllowedWeeklySnapshotDays = map[string]bool{ "MONDAY": true, "TUESDAY": true, "WEDNESDAY": true, "THURSDAY": true, "FRIDAY": true, "SATURDAY": true, "SUNDAY": true, }
View Source
var ClosedSourceDatabaseTypes = map[string]bool{ "mssql": true, }
View Source
var DefaultDatabaseNames = []string{"database_one", "database_two", "database_three"}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package v1alpha1 contains API Schema definitions for the ndb v1alpha1 API group +kubebuilder:object:generate=true +groupName=ndb.nutanix.com
|
Package v1alpha1 contains API Schema definitions for the ndb v1alpha1 API group +kubebuilder:object:generate=true +groupName=ndb.nutanix.com |
Click to show internal directories.
Click to hide internal directories.