Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogController ¶
type LogController struct {
// contains filtered or unexported fields
}
func NewLogController ¶
func NewLogController(informerFactory informers.SharedInformerFactory, clientset kubernetes.Interface, config *config.Config, logstore logstores.Logstore) *LogController
Instantiates a controller for watching and handling logs
func (*LogController) Run ¶
func (c *LogController) Run(stopCh chan struct{}) error
func (*LogController) Watch ¶
func (c *LogController) Watch() chan struct{}
Watch creates the informerFactory and initializes the log watcher
Click to show internal directories.
Click to hide internal directories.