Documentation ¶
Index ¶
- type Collector
- func (cr *Collector) Cleanup() error
- func (cr *Collector) CollectPodLogs(pod string) ([]string, error)
- func (cr *Collector) CollectServiceLogs(service string) ([]string, error)
- func (cr *Collector) Start() error
- func (cr *Collector) WithLocalOuput(dstDir string) error
- func (cr *Collector) WithS3Output(keyId, keySecret, region, bucketName, bucketPrefix string) error
- type Config
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct { Output Output // contains filtered or unexported fields }
func (*Collector) CollectPodLogs ¶
func (*Collector) CollectServiceLogs ¶
func (*Collector) WithLocalOuput ¶
func (*Collector) WithS3Output ¶
Click to show internal directories.
Click to hide internal directories.