Versions in this module Expand all Collapse all v1 v1.3.1 Mar 10, 2020 Changes in this version + type Extractor struct + func NewExtractor(log logrus.FieldLogger, fs filesystem.Interface) *Extractor + func (e *Extractor) UnzipAndExtractBackup(src io.Reader) (string, error) + type Parser struct + func NewParser(log logrus.FieldLogger, fs filesystem.Interface) *Parser + func (p *Parser) Parse(dir string) (map[string]*ResourceItems, error) + type ResourceItems struct + GroupResource string + ItemsByNamespace map[string][]string