Remove yaml files that are no longer used. (#9121)

This commit is contained in:
Steve Perry
2018-06-18 10:02:31 -07:00
committed by k8s-ci-robot
parent a2c651f60c
commit 7e867e733c
6 changed files with 0 additions and 66 deletions
-6
View File
@@ -267,12 +267,6 @@ func walkConfigFiles(inDir string, fn func(name, path string, data [][]byte)) er
func TestExampleObjectSchemas(t *testing.T) {
// Please help maintain the alphabeta order in the map
cases := map[string]map[string][]runtime.Object{
"docs/admin/limitrange": {
"invalid-pod": {&api.Pod{}},
"limits": {&api.LimitRange{}},
"namespace": {&api.Namespace{}},
"valid-pod": {&api.Pod{}},
},
"docs/admin/multiple-schedulers": {
"my-scheduler": {&extensions.Deployment{}},
"pod1": {&api.Pod{}},