Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a new command for reporting version information
Types ¶
type Options ¶
type Options struct {
// Config is the Optimize Configuration
Config *config.OptimizeConfig
// ExperimentsAPI is used to interact with the Optimize Experiments API
ExperimentsAPI experimentsv1alpha1.API
// IOStreams are used to access the standard process streams
commander.IOStreams
// Product is the current product name
Product string
// ShowSetupToolsImage toggles the setup tools image information
ShowSetupToolsImage bool
// ShowControllerImage toggles the controller image information
ShowControllerImage bool
// Debug enables error logging
Debug bool
}
Options is the configuration for reporting version information
Click to show internal directories.
Click to hide internal directories.