Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a command for performing an export
Types ¶
type Options ¶
type Options struct {
// Config is the Optimize Configuration used to generate the controller installation
Config *config.OptimizeConfig
// ExperimentsAPI is used to interact with the Optimize Experiments API
ExperimentsAPI experimentsv1alpha1.API
// ApplicationsAPI is used to interact with the Optimize Applications API
ApplicationsAPI applicationsv2.API
// IOStreams are used to access the standard process streams
commander.IOStreams
// This is used for testing
Fs filesys.FileSystem
// contains filtered or unexported fields
}
Options are the configuration options for creating a patched experiment
Click to show internal directories.
Click to hide internal directories.