Documentation ¶
Index ¶
Constants ¶
View Source
const ( BackupSidecarPort = 50051 BackupSidecarName = "medusa" )
Variables ¶
This section is empty.
Functions ¶
func DeleteConfigMapIfExists ¶ added in v1.19.0
func IsMedusaDeployed ¶
Types ¶
type BackupType ¶
type BackupType string
An enum of the possible modes for medusa backups
const ( FullBackup BackupType = "full" DifferentialBackup BackupType = "differential" )
Click to show internal directories.
Click to hide internal directories.