e2e

package
v0.20.1 Latest Latest
Warning

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

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

README

End-to-end test

To run

$ ./hack/test-e2e.sh
$ ./hack/test-e2e.sh -run TestVersion

See ./test/e2e/env.go for required environment variables for some tests.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct {
	Namespace string
}

func BuildEnv

func BuildEnv(t *testing.T) Env

func (Env) Validate

func (e Env) Validate(t *testing.T)

type Kapp

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

func (Kapp) Run

func (k Kapp) Run(args []string) string

func (Kapp) RunWithOpts

func (k Kapp) RunWithOpts(args []string, opts RunOpts) (string, error)

type Kubectl

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

func (Kubectl) Run

func (k Kubectl) Run(args []string)