testing

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadUnstructuredFromFile

func LoadUnstructuredFromFile(path string) (client.Object, error)

Types

type RequestConfig

type RequestConfig struct {
	Timeout time.Duration
}

func (*RequestConfig) Default

func (c *RequestConfig) Default()

func (*RequestConfig) Option

func (c *RequestConfig) Option(opts ...RequestOption)

type RequestOption

type RequestOption interface {
	ConfigureRequest(*RequestConfig)
}

type TestClient

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

func NewTestClient

func NewTestClient(client client.Client) *TestClient

func (*TestClient) Create

func (c *TestClient) Create(ctx context.Context, obj client.Object, opts ...RequestOption)

func (*TestClient) Delete

func (c *TestClient) Delete(ctx context.Context, obj client.Object, opts ...RequestOption)

func (*TestClient) EventuallyObjectDoesNotExist

func (c *TestClient) EventuallyObjectDoesNotExist(ctx context.Context, obj client.Object, opts ...RequestOption) bool

func (*TestClient) EventuallyObjectExists

func (c *TestClient) EventuallyObjectExists(ctx context.Context, obj client.Object, opts ...RequestOption) bool

func (*TestClient) Get added in v0.8.0

func (c *TestClient) Get(ctx context.Context, obj client.Object, opts ...RequestOption)

func (*TestClient) Update

func (c *TestClient) Update(ctx context.Context, obj client.Object, opts ...RequestOption)

type WithTimeout

type WithTimeout time.Duration

func (WithTimeout) ConfigureRequest

func (w WithTimeout) ConfigureRequest(c *RequestConfig)

Jump to

Keyboard shortcuts

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