testkit

package
v0.0.0-...-18cdee1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultRetryConfig = RetryConfig{
	MaxRetries: 8,
	Duration:   2 * time.Second,
	Factor:     1.5,
}

Functions

func NewMTLSClient

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

func Retry

func Retry(config RetryConfig, shouldRetry func() (bool, 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
}

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