Merge pull request #12206 from derekwaynecarr/move_doc

LimitRange documentation should be under admin
This commit is contained in:
Wojciech Tyczynski
2015-08-06 13:43:58 +02:00
10 changed files with 23 additions and 21 deletions

View File

@@ -252,7 +252,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"namespace-dev": &api.Namespace{},
"namespace-prod": &api.Namespace{},
},
"../docs/user-guide/limitrange": {
"../docs/admin/limitrange": {
"invalid-pod": &api.Pod{},
"limits": &api.LimitRange{},
"namespace": &api.Namespace{},