describe

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

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

func (d *Result) Error() error

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

func (d *Result) FromFile(path string) *Result

FromFile populates the Result struct with an experiment from file.

func (*Result) PrintAnalysis added in v0.1.5

func (d *Result) PrintAnalysis() *Result

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL