testkit

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMTLSClient

func NewMTLSClient(key *rsa.PrivateKey, certificates []*x509.Certificate, skipVerify bool) *http.Client

func RetryOnError

func RetryOnError(config RetryConfig, function func() error) error

func ShouldLastFor

func ShouldLastFor(interval, timeout time.Duration, conditionalFunc func() bool) error

func WaitForFunction

func WaitForFunction(interval, timeout time.Duration, conditionalFunc func() bool) error

Types

type RetryConfig

type RetryConfig struct {
	MaxRetries int
	Duration   time.Duration
	Factor     float64
}
var DefaultRetryConfig RetryConfig = RetryConfig{
	MaxRetries: 5,
	Duration:   2 * time.Second,
	Factor:     1.5,
}

type TestConfig

type TestConfig struct {
	IsCentral     bool
	SkipSSLVerify bool
	Namespace     string
}

func ReadConfig

func ReadConfig() (TestConfig, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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