Versions in this module Expand all Collapse all v0 v0.3.0 Aug 2, 2017 Changes in this version + type Action interface + Execute func(item map[string]interface{}, backup *api.Backup) error + func NewVolumeSnapshotAction(snapshotService cloudprovider.SnapshotService) Action + type Backupper interface + Backup func(backup *api.Backup, data io.Writer) error + func NewKubernetesBackupper(discoveryHelper discovery.Helper, dynamicFactory client.DynamicFactory, ...) (Backupper, error)