Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a factory for kubearmor receiver
Types ¶
type KubearmorConfig ¶
type KubearmorConfig struct { adapter.BaseConfig `mapstructure:",squash"` InputConfig input_operator.Config `mapstructure:",squash"` }
KubearmorConfig defines configuration for the journald receiver
type ReceiverType ¶
type ReceiverType struct{}
ReceiverType implements adapter.LogReceiverType to create a kubearmor receiver
func (ReceiverType) BaseConfig ¶
func (f ReceiverType) BaseConfig(cfg component.Config) adapter.BaseConfig
BaseConfig gets the base config from config, for now
func (ReceiverType) CreateDefaultConfig ¶
func (f ReceiverType) CreateDefaultConfig() component.Config
CreateDefaultConfig creates a config with type and version
func (ReceiverType) InputConfig ¶
func (f ReceiverType) InputConfig(cfg component.Config) operator.Config
InputConfig unmarshals the input operator
Click to show internal directories.
Click to hide internal directories.