Walkthrough example cleanup

- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
This commit is contained in:
Karl Isenberg
2015-07-14 13:03:16 -07:00
committed by Kris Rousey
parent 15927215aa
commit ca934c7386
9 changed files with 342 additions and 116 deletions

View File

@@ -161,8 +161,9 @@ func TestExampleObjectSchemas(t *testing.T) {
"redis-slave-service": &api.Service{},
},
"../docs/user-guide/walkthrough": {
"pod1": &api.Pod{},
"pod2": &api.Pod{},
"pod-nginx": &api.Pod{},
"pod-nginx-with-label": &api.Pod{},
"pod-redis": &api.Pod{},
"pod-with-http-healthcheck": &api.Pod{},
"service": &api.Service{},
"replication-controller": &api.ReplicationController{},