Documentation
¶
Overview ¶
Package describe implements the `iter8ctl describe` subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶ added in v0.1.5
type Result struct {
// contains filtered or unexported fields
}
Result struct contains fields that store intermediate results associated with an invocation of 'iter8ctl describe' subcommand.
func Builder ¶
func Builder() *Result
Builder returns an initialized Cmd struct pointer. Builder enables the builder design pattern along with method chaining.
func (*Result) Error ¶ added in v0.1.5
Error returns any error generated during the invocation of Cmd methods, or nil if there are no errors.
func (*Result) FromFile ¶ added in v0.1.5
FromFile populates the Result struct with an experiment from file.
func (*Result) PrintAnalysis ¶ added in v0.1.5
PrintAnalysis prints the progress of the iter8 experiment, winner assessment, version assessment, and metrics.
func (*Result) WithExperiment ¶ added in v0.1.5
func (d *Result) WithExperiment(exp *expr.Experiment) *Result
WithExperiment populates the Result struct with an experiment.