mocktests

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Harness

type Harness struct {
	*testing.T

	Scheme *runtime.Scheme
	Ctx    context.Context
	Client client.Client
	// contains filtered or unexported fields
}

func NewHarness

func NewHarness(t *testing.T) *Harness

func (*Harness) MustReadFile

func (h *Harness) MustReadFile(p string) string

MustReadFile returns the contents of the file - as a string It fails the test if the file cannot be read

func (*Harness) NewClient

func (h *Harness) NewClient(_ *rest.Config, _ client.Options) (client.Client, error)

func (*Harness) ParseObjects

func (h *Harness) ParseObjects(y string) []*unstructured.Unstructured

func (*Harness) RESTConfig

func (h *Harness) RESTConfig() *rest.Config

func (*Harness) Stop

func (h *Harness) Stop()

func (*Harness) WithObjects

func (h *Harness) WithObjects(initObjs ...*unstructured.Unstructured)

Jump to

Keyboard shortcuts

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