mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	test/e2e/auth: Fix static check failures
This commit is contained in:
		@@ -66,7 +66,6 @@ pkg/volume/util/operationexecutor
 | 
				
			|||||||
pkg/volume/util/subpath
 | 
					pkg/volume/util/subpath
 | 
				
			||||||
pkg/volume/vsphere_volume
 | 
					pkg/volume/vsphere_volume
 | 
				
			||||||
test/e2e/apps
 | 
					test/e2e/apps
 | 
				
			||||||
test/e2e/auth
 | 
					 | 
				
			||||||
test/e2e/autoscaling
 | 
					test/e2e/autoscaling
 | 
				
			||||||
test/e2e/instrumentation/logging/stackdriver
 | 
					test/e2e/instrumentation/logging/stackdriver
 | 
				
			||||||
test/e2e/instrumentation/monitoring
 | 
					test/e2e/instrumentation/monitoring
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -107,9 +107,6 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
 | 
				
			|||||||
		})
 | 
							})
 | 
				
			||||||
		framework.ExpectNoError(err, "failed to create proxy service")
 | 
							framework.ExpectNoError(err, "failed to create proxy service")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		config, err = framework.LoadConfig()
 | 
					 | 
				
			||||||
		framework.ExpectNoError(err, "failed to load config")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		var podIP string
 | 
							var podIP string
 | 
				
			||||||
		// get pod ip
 | 
							// get pod ip
 | 
				
			||||||
		err = wait.Poll(100*time.Millisecond, 10*time.Second, func() (done bool, err error) {
 | 
							err = wait.Poll(100*time.Millisecond, 10*time.Second, func() (done bool, err error) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user