testkit

package
v0.0.0-...-4315425 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 11 Imported by: 6

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 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 {
	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