Documentation ¶
Index ¶
Constants ¶
View Source
const ( MOUserEnvKey = "MO_USER" MOPasswordEnvKey = "MO_PASSWORD" RestoreAccessEnvKey = "RESTORE_ACCESS_KEY_ID" RestoreSecretEnvKey = "RESTORE_SECRET_ACCESS_KEY" MetaDelimiter = "META_DELIMITER" RawMetaEnv = "RAW_META" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackupActor ¶
type BackupActor struct {
// contains filtered or unexported fields
}
func NewBackupActor ¶
func NewBackupActor(image string) *BackupActor
type BackupCommand ¶
func (*BackupCommand) String ¶
func (b *BackupCommand) String() string
type GCActor ¶
type GCActor[T JobObject] struct { ConditionType recon.ConditionType }
type RestoreActor ¶
type RestoreActor struct {
// contains filtered or unexported fields
}
func NewRestoreActor ¶
func NewRestoreActor(image string) *RestoreActor
func (*RestoreActor) Finalize ¶
func (c *RestoreActor) Finalize(ctx *recon.Context[*v1alpha1.RestoreJob]) (bool, error)
func (*RestoreActor) Observe ¶
func (c *RestoreActor) Observe(ctx *recon.Context[*v1alpha1.RestoreJob]) (recon.Action[*v1alpha1.RestoreJob], error)
type RestoreCommand ¶
func (*RestoreCommand) String ¶
func (c *RestoreCommand) String() string
Click to show internal directories.
Click to hide internal directories.