Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc

Move resource quota doc from user-guide to admin
This commit is contained in:
Jeff Lowdermilk
2015-09-14 16:02:47 -07:00
9 changed files with 199 additions and 158 deletions

View File

@@ -308,7 +308,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"redis-sentinel-controller": &api.ReplicationController{},
"redis-sentinel-service": &api.Service{},
},
"../docs/user-guide/resourcequota": {
"../docs/admin/resourcequota": {
"namespace": &api.Namespace{},
"limits": &api.LimitRange{},
"quota": &api.ResourceQuota{},