mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Better log line in e2e
This commit is contained in:
		@@ -210,7 +210,7 @@ func (f *Framework) BeforeEach() {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if !f.SkipNamespaceCreation {
 | 
			
		||||
		By("Building a namespace api object")
 | 
			
		||||
		By(fmt.Sprintf("Building a namespace api object, basename %s", f.BaseName))
 | 
			
		||||
		namespace, err := f.CreateNamespace(f.BaseName, map[string]string{
 | 
			
		||||
			"e2e-framework": f.BaseName,
 | 
			
		||||
		})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user