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:

committed by
Kris Rousey

parent
15927215aa
commit
ca934c7386
@@ -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{},
|
||||
|
Reference in New Issue
Block a user