mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
delete some dead code
Signed-off-by: Mike Danese <mikedanese@google.com>
This commit is contained in:
parent
f3de21bdf0
commit
13f36d5117
@ -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
|
||||
// Job share storage. This test can be deleted when Jobs is removed from ext/v1beta1,
|
||||
// (expected to happen in 1.4).
|
||||
|
Loading…
Reference in New Issue
Block a user