Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configurer ¶ added in v1.19.0
type Configurer interface {
Cleanup(*cli.Command, *Options) error
GetLowlevelRuntimePaths(*Options) ([]string, error)
Setup(*cli.Command, *Options) error
}
func NewConfigurer ¶ added in v1.19.0
func NewConfigurer(name string, noConfigureRuntime bool, nriEnabled bool) Configurer
NewConfigurer is a factory method for creating a runtime configurer.
Click to show internal directories.
Click to hide internal directories.