Remove unused files from user-guide/jobs. (#7427)

This commit is contained in:
Steve Perry
2018-02-19 16:21:38 -08:00
committed by k8s-ci-robot
parent 7438b73e91
commit 01b83e4551
11 changed files with 0 additions and 261 deletions
-8
View File
@@ -540,14 +540,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"mount-file-pod": {&api.Pod{}},
"volume-pod": {&api.Pod{}},
},
"../docs/user-guide/jobs/work-queue-1": {
"job": {&batch.Job{}},
},
"../docs/user-guide/jobs/work-queue-2": {
"job": {&batch.Job{}},
"redis-pod": {&api.Pod{}},
"redis-service": {&api.Service{}},
},
"../docs/user-guide/liveness": {
"exec-liveness": {&api.Pod{}},
"http-liveness": {&api.Pod{}},