injector

package
v0.0.0-...-949823d Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Injector

type Injector struct {
	// contains filtered or unexported fields
}

func New

func New(t *testing.T, fopts ...Option) *Injector

func (*Injector) Address

func (i *Injector) Address() string

func (*Injector) Cleanup

func (i *Injector) Cleanup(t *testing.T)

func (*Injector) HealthzPort

func (i *Injector) HealthzPort() int

func (*Injector) MetricsPort

func (i *Injector) MetricsPort() int

func (*Injector) Port

func (i *Injector) Port() int

func (*Injector) Run

func (i *Injector) Run(t *testing.T, ctx context.Context)

func (*Injector) WaitUntilRunning

func (i *Injector) WaitUntilRunning(t *testing.T, ctx context.Context)

type Option

type Option func(*options)

Option is a function that configures the process.

func WithEnableMetrics

func WithEnableMetrics(enable bool) Option

func WithExecOptions

func WithExecOptions(execOptions ...exec.Option) Option

func WithHealthzPort

func WithHealthzPort(port int) Option

func WithLogLevel

func WithLogLevel(level string) Option

func WithMetricsPort

func WithMetricsPort(port int) Option

func WithNamespace

func WithNamespace(namespace string) Option

func WithPort

func WithPort(port int) Option

func WithSentry

func WithSentry(sentry *sentry.Sentry) Option

func WithSidecarImage

func WithSidecarImage(image string) Option

Jump to

Keyboard shortcuts

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