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.InputConfig `yaml:",inline"` Entry entry.Entry `json:"entry" yaml:"entry"` Count int `json:"count,omitempty" yaml:"count,omitempty"` Static bool `json:"static" yaml:"static,omitempty"` }
Config is the configuration of a generate input operator.
Click to show internal directories.
Click to hide internal directories.