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"` Namespaces []string `json:"namespaces" yaml:"namespaces"` DiscoverNamespaces bool `json:"discover_namespaces" yaml:"discover_namespaces"` DiscoveryInterval helper.Duration `json:"discovery_interval" yaml:"discovery_interval"` }
Config is the configuration of Input operator
Click to show internal directories.
Click to hide internal directories.