mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	remove unneeded factory codec methods
This commit is contained in:
		@@ -206,7 +206,7 @@ func TestEdit(t *testing.T) {
 | 
			
		||||
				t.Fatalf("%s: %v", name, err)
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			f, tf, _, _ := cmdtesting.NewAPIFactory()
 | 
			
		||||
			f, tf := cmdtesting.NewAPIFactory()
 | 
			
		||||
			tf.UnstructuredClientForMappingFunc = func(mapping *meta.RESTMapping) (resource.RESTClient, error) {
 | 
			
		||||
				versionedAPIPath := ""
 | 
			
		||||
				if mapping.GroupVersionKind.Group == "" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user