mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	delete some dead code
Signed-off-by: Mike Danese <mikedanese@google.com>
This commit is contained in:
		@@ -243,16 +243,6 @@ var jobV1 string = `
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
`
 | 
					`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var deleteResp string = `
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    "kind": "Status",
 | 
					 | 
				
			||||||
    "apiVersion": "v1",
 | 
					 | 
				
			||||||
    "metadata":{},
 | 
					 | 
				
			||||||
    "status":"Success",
 | 
					 | 
				
			||||||
    "code":200
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
`
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// TestBatchGroupBackwardCompatibility is testing that batch/v1 and ext/v1beta1
 | 
					// TestBatchGroupBackwardCompatibility is testing that batch/v1 and ext/v1beta1
 | 
				
			||||||
// Job share storage.  This test can be deleted when Jobs is removed from ext/v1beta1,
 | 
					// Job share storage.  This test can be deleted when Jobs is removed from ext/v1beta1,
 | 
				
			||||||
// (expected to happen in 1.4).
 | 
					// (expected to happen in 1.4).
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user