Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Config struct + ConfigMapNameForTracing string + EtcdEndpoints []string + type Executor struct + func NewExecutor(cfg Config, absSecretName, absContainerName string, ...) *Executor + func (e *Executor) SingleBackup(stopCh <-chan struct{}, blobPrefix string) (*SingleBackupOutput, error) + type RecordedExecutor struct + func NewRecordedExecutor(underlying singleBackupExecutor, cfgMapName string, cfgMapCli configMapClient) *RecordedExecutor + func (r *RecordedExecutor) SingleBackup(stopCh <-chan struct{}, blobPrefix string) (*SingleBackupOutput, error) + type SingleBackupOutput struct + ABSBackupPath string