cleanup

package
v0.0.0-...-367ed20 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Strategy

type Strategy int

Strategy enumerates the options for configuration cleanup behavior.

const (
	// Always will trigger a cleanup operation the test context completes.
	Always Strategy = iota

	// Conditionally will trigger a cleanup operation the test context
	// completes, unless -istio.test.nocleanup is set.
	Conditionally

	// None will not configure a cleanup operation to be performed when the
	// context terminates.
	None
)

Jump to

Keyboard shortcuts

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