Versions in this module Expand all Collapse all v0 v0.10.0 Jan 19, 2018 v0.9.2 Jan 19, 2018 Changes in this version + type Collector struct + Output Output + func New(c *Config) *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) SetOutputToLocal(dstDir string) error + func (cr *Collector) SetOutputToS3(keyId, keySecret, region, bucketName, bucketPrefix string) error + func (cr *Collector) Start() error + type Config struct + K8sClient kubernetes.Interface + Namespace string + RemoteKeyFile string + RemotePort int32 + RemoteUser string + type Output interface + Put func(io.ReadSeeker, string) (string, error)