package
2.6.4-rc2+incompatible
Repository: https://github.com/adityadani/stork.git
Documentation: pkg.go.dev
# Functions
GetObjectPath construct the full base path for a given backup The format is "namespace/backupName/backupUID" which will be unique for each backup.
NewApplicationBackup creates a new instance of ApplicationBackupController.
NewApplicationBackupSchedule creates a new instance of ApplicationBackupScheduleController.
NewApplicationClone create a new instance of ApplicationCloneController.
NewApplicationRestore creates a new instance of ApplicationRestoreController.
RegisterDefaultCRDs registered already supported CRDs.
# Constants
ApplicationBackupScheduleNameAnnotation Annotation used to specify the name of schedule that created the backup.
ApplicationBackupSchedulePolicyTypeAnnotation Annotation used to specify the type of the policy that triggered the backup.
CassandraApp registration name.
CouchBaseApp registration name.
IBMApp registration name.
KafkaApp registration name.
PerconaDBApp registration name.
PostgressApp registration name.
PrometheusApp registration name.
RabbitMQApp registration name.
RedisClusterApp registration name.
WeblogicDomainApp registration name.
# Structs
ApplicationBackupController reconciles applicationbackup objects.
ApplicationBackupScheduleController reconciles ApplicationBackupSchedule objects.
ApplicationCloneController reconciles applicationclone objects.
ApplicationRestoreController reconciles applicationrestore objects.
BackupSyncController reconciles applicationbackup objects.
# Type aliases
WatchFunc is a callback provided to the Watch functions.