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 )
Click to show internal directories.
Click to hide internal directories.