Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.TransformerConfig `mapstructure:",squash" yaml:",inline"` Fields []entry.Field `mapstructure:"fields" json:"fields" yaml:"fields"` }
Config is the configuration of a retain operator
type Transformer ¶ added in v0.53.0
type Transformer struct { helper.TransformerOperator Fields []entry.Field AllBodyFields bool AllAttributeFields bool AllResourceFields bool }
Transformer keeps the given fields and deletes the rest.
Click to show internal directories.
Click to hide internal directories.