package
0.0.0-20210929134506-8fd29ad8f0d9
Repository: https://github.com/kok-stack/native-kubelet.git
Documentation: pkg.go.dev

# Functions

Run runs tests registered in the test suite.

# Interfaces

TestSkipper allows providers to skip certain tests.
TestSuite contains methods that defines the lifecycle of a test suite.

# Type aliases

SetUpFunc sets up provider-specific resource in the test suite.
ShouldSkipTestFunc determines whether the test suite should skip certain tests.
TeardownFunc tears down provider-specific resources from the test suite.
TestFunc defines the test function in a test case.