Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
helper.InputConfig `mapstructure:",squash"`
Endpoint string `mapstructure:"endpoint,omitempty"`
LogFilter string `mapstructure:"logfilter,omitempty"`
}
Config is the configuration of a kubearmor input operator
func NewConfigWithID ¶
NewConfigWithID creates a new input config with default values
type Feeder ¶
type Feeder struct {
// flag
Running bool
// contains filtered or unexported fields
}
Feeder Structure
func NewClient ¶
func NewClient(operator helper.InputOperator, cfg Config) (*Feeder, error)
NewClient Function
func (*Feeder) DestroyClient ¶
Click to show internal directories.
Click to hide internal directories.