Remove unused environment-guide files. (#7405)

This commit is contained in:
Steve Perry
2018-02-14 16:44:37 -08:00
committed by k8s-ci-robot
parent 7064b7e985
commit 84926af702
9 changed files with 0 additions and 228 deletions
-6
View File
@@ -544,12 +544,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"dapi-volume": {&api.Pod{}},
"dapi-volume-resources": {&api.Pod{}},
},
"../docs/user-guide/environment-guide": {
"backend-rc": {&api.ReplicationController{}},
"backend-srv": {&api.Service{}},
"show-rc": {&api.ReplicationController{}},
"show-srv": {&api.Service{}},
},
"../docs/user-guide/jobs/work-queue-1": {
"job": {&batch.Job{}},
},