Versions in this module Expand all Collapse all v2 v2.3.2 Apr 20, 2021 Changes in this version + type DriverFactory struct + func NewDriverFactory(kubeclient kubernetes.Interface) *DriverFactory + func (d *DriverFactory) LogDriver() LogInterface + func (d *DriverFactory) SetLogDriver(logDriver LogInterface) + type LogDriver struct + func NewLogDriver(kubeclient kubernetes.Interface) *LogDriver + func (l *LogDriver) GetContainerLog(namespace, podID, containerName string, query url.Values, stdout io.Writer) error + type LogInterface interface + GetContainerLog func(namespace, podID, containerName string, query url.Values, stdout io.Writer) error v2.3.2-2021-04-20 Apr 21, 2021