Documentation ¶
Index ¶
- Variables
- type Option
- func WithAllEnabled(all bool) Option
- func WithExecutable(path string, args ...string) Option
- func WithKubeFactory(factory cmdutil.Factory) Option
- func WithKubeNamespace(namespace string) Option
- func WithLogger(l *logger.Logger) Option
- func WithLoop(loop bool) Option
- func WithPlugin(plugin Plugin) Option
- func WithQuiet(quiet bool) Option
- func WithSleep(d time.Duration) Option
- type Options
- type Plugin
- type Runner
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrChildSpawn = errors.New("cannot re-spawn a child process")
)
Helper errors
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option is a functional option for extractors.
func WithAllEnabled ¶ added in v0.4.0
func WithExecutable ¶
func WithKubeFactory ¶
func WithKubeNamespace ¶
func WithLogger ¶
func WithPlugin ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.