Documentation ¶
Overview ¶
Package gather contains platform specific methods for gathering console logs.
Index ¶
- func CombineArchives(archiveName string, archives map[string]string) error
- func CreateArchive(files []string, archiveName string) error
- func DeleteArchiveDirectory(archiveDirectory string) error
- func New(logger logrus.FieldLogger, serialLogBundle string, bootstrap string, ...) (providers.Gather, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineArchives ¶
CombineArchives creates a single gzipped tar file from multiple archives. archiveName is the target gzipped tar file. archives maps the existing gzipped tar files to a subdirectory in the new gzipped tar file.
func CreateArchive ¶
CreateArchive creates a gzipped tar file.
func DeleteArchiveDirectory ¶
DeleteArchiveDirectory deletes an archive directory
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package service is used to analyze service json files from an installation that failing to bootstrap.
|
Package service is used to analyze service json files from an installation that failing to bootstrap. |
Package ssh contains utilities that help gather logs, etc.
|
Package ssh contains utilities that help gather logs, etc. |
Click to show internal directories.
Click to hide internal directories.