refactor "experimental" to "extensions" in documents

This commit is contained in:
Chao Xu
2015-10-12 17:47:16 -07:00
parent 407f9b9e42
commit 0075f99333
8 changed files with 12 additions and 12 deletions

View File

@@ -363,7 +363,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"../examples/fibre_channel": {
"fc": &api.Pod{},
},
"../examples/experimental": {
"../examples/extensions": {
"deployment": &extensions.Deployment{},
},
"../examples/javaweb-tomcat-sidecar": {