Move walkthroughs from user-guide to tutorials. (#8933)

This commit is contained in:
Steve Perry
2018-06-06 12:36:25 -07:00
committed by k8s-ci-robot
parent 6c5685b01b
commit 70fd7dca04
15 changed files with 18 additions and 41 deletions
-10
View File
@@ -517,16 +517,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"redis-slave-deployment": {&extensions.Deployment{}},
"redis-slave-service": {&api.Service{}},
},
"docs/user-guide/walkthrough": {
"deployment": {&extensions.Deployment{}},
"deployment-update": {&extensions.Deployment{}},
"pod-nginx": {&api.Pod{}},
"pod-nginx-with-label": {&api.Pod{}},
"pod-redis": {&api.Pod{}},
"pod-with-http-healthcheck": {&api.Pod{}},
"pod-with-tcp-socket-healthcheck": {&api.Pod{}},
"service": {&api.Service{}},
},
}
// Note a key in the following map has to be complete relative path