Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FaultInjectionSettings ¶
type FaultInjectionSettings struct {
DelayPercentage float32 `` /* 142-byte string literal not displayed */
DelayFixedDelay string `` /* 213-byte string literal not displayed */
AbortPercentage float32 `` /* 142-byte string literal not displayed */
AborStatusCode int `` /* 169-byte string literal not displayed */
// contains filtered or unexported fields
}
type Out ¶
type Out struct {
Matches string `json:"matches,omitempty" yaml:"matchers,omitempty"`
DelayPercentage float32 `json:"delayPercentage,omitempty" yaml:"delayPercentage,omitempty"`
FixedDelay string `json:"fixedDelay,omitempty" yaml:"fixedDelay,omitempty"`
AbortPercentage float32 `json:"abortPercentage,omitempty" yaml:"abortPercentage,omitempty"`
AbortStatusCode int `json:"abortStatusCode,omitempty" yaml:"abortStatusCode,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.