mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 19:05:13 +00:00
expose e2e methods for downstream use
This commit is contained in:
@@ -125,6 +125,10 @@ type TestContextType struct {
|
||||
|
||||
var testContext TestContextType
|
||||
|
||||
func SetTestContext(t TestContextType) {
|
||||
testContext = t
|
||||
}
|
||||
|
||||
type ContainerFailures struct {
|
||||
status *api.ContainerStateTerminated
|
||||
restarts int
|
||||
|
||||
Reference in New Issue
Block a user