Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerController ¶
type LoggerController struct {
// contains filtered or unexported fields
}
func NewLoggerController ¶
func NewLoggerController(plugin valiplugin.Vali, cfg LoggerControllerConfig) LoggerController
func (*LoggerController) GetPods ¶
func (c *LoggerController) GetPods() []Pod
func (*LoggerController) Run ¶
func (c *LoggerController) Run()
func (*LoggerController) Wait ¶
func (c *LoggerController) Wait()
type LoggerControllerConfig ¶
type Pod ¶
type Pod interface { GenerateLogRecord() map[interface{}]interface{} GetOutput() PodOutput }
func NewOperatorPod ¶
NewOperatorPod creates new operator Pod
Click to show internal directories.
Click to hide internal directories.