mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
dump information for all namespaces related to the test
This commit is contained in:
parent
ea913f38ea
commit
d0210220e4
@ -162,7 +162,9 @@ func NewFramework(baseName string, options Options, client clientset.Interface)
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !f.SkipNamespaceCreation {
|
if !f.SkipNamespaceCreation {
|
||||||
DumpAllNamespaceInfo(f.ClientSet, f.Namespace.Name)
|
for _, ns := range f.namespacesToDelete {
|
||||||
|
DumpAllNamespaceInfo(f.ClientSet, ns.Name)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user