fi

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRootCmd

func NewRootCmd(cli cli.CLI) *cobra.Command

func Output

func Output(cli cli.CLI, serviceName types.NamespacedName, routes ...v1alpha3.HTTPRoute) error

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"`
}

Jump to

Keyboard shortcuts

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