Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverFactory ¶
type DriverFactory struct {
// contains filtered or unexported fields
}
DriverFactory is factory to install all drivers
func NewDriverFactory ¶
func NewDriverFactory(kubeclient kubernetes.Interface) *DriverFactory
func (*DriverFactory) LogDriver ¶
func (d *DriverFactory) LogDriver() LogInterface
func (*DriverFactory) SetLogDriver ¶
func (d *DriverFactory) SetLogDriver(logDriver LogInterface)
type LogDriver ¶
type LogDriver struct {
// contains filtered or unexported fields
}
func NewLogDriver ¶
func NewLogDriver(kubeclient kubernetes.Interface) *LogDriver
Click to show internal directories.
Click to hide internal directories.