mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	fix comment on integration test
This commit is contained in:
		@@ -110,7 +110,7 @@ func TestEnableDisableServiceCIDR(t *testing.T) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// shutdown apiserver with the feature enabled
 | 
						// shutdown apiserver with the feature enabled
 | 
				
			||||||
	s2.TearDownFn()
 | 
						s2.TearDownFn()
 | 
				
			||||||
	// start an apiserver without the deature enabled
 | 
						// start an apiserver with the feature disabled
 | 
				
			||||||
	s3 := kubeapiservertesting.StartTestServerOrDie(t, apiServerOptions,
 | 
						s3 := kubeapiservertesting.StartTestServerOrDie(t, apiServerOptions,
 | 
				
			||||||
		[]string{
 | 
							[]string{
 | 
				
			||||||
			"--runtime-config=networking.k8s.io/v1alpha1=false",
 | 
								"--runtime-config=networking.k8s.io/v1alpha1=false",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user