types

package
v0.49.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Experiment

type Experiment struct {
	Title                 string                          `json:"title"`
	Description           string                          `json:"description"`
	Method                []ExperimentActivity            `json:"method"`
	Controls              []ExperimentControl             `json:"controls"`
	Rollbacks             []ExperimentActivity            `json:"rollbacks,omitempty"`
	SteadyStateHypothesis ExperimentSteadyStateHypothesis `json:"steady-state-hypothesis"`
}

type ExperimentActivity

type ExperimentActivity struct {
	Type     string                 `json:"type"`
	Name     string                 `json:"name"`
	Provider map[string]interface{} `json:"provider"`
	Pauses   map[string]int         `json:"pauses,omitempty"`
}

type ExperimentControl

type ExperimentControl struct {
	Name     string                 `json:"name"`
	Provider map[string]interface{} `json:"provider"`
}

type ExperimentSteadyStateHypothesis

type ExperimentSteadyStateHypothesis struct {
	Title  string                                 `json:"title"`
	Probes []ExperimentSteadyStateHypothesisProbe `json:"probes"`
}

type ExperimentSteadyStateHypothesisProbe

type ExperimentSteadyStateHypothesisProbe struct {
	Name      string                 `json:"name"`
	Type      string                 `json:"type"`
	Tolerance bool                   `json:"tolerance"`
	Provider  map[string]interface{} `json:"provider"`
}

Jump to

Keyboard shortcuts

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