Remove yaml files that are no longer used. (#9121)
This commit is contained in:
committed by
k8s-ci-robot
parent
a2c651f60c
commit
7e867e733c
@@ -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{}},
|
||||
|
||||
Reference in New Issue
Block a user