Update replication-controller docs

Adds a document on pod templates that can be shared
between various controller docs.

Move more philosophical content to later in the doc.

Add more task-oriented stuff earlier.

Put example config in the document, early on, so users have something concrete to relate the discussion of fields to.

Link to Job and DaemonSet docs.

Make format more like that of Job and DaemonSet docs.

Use jsonpath in examples, which is available in v1.1.

Added example files.
This commit is contained in:
Eric Tune 2015-09-24 12:01:48 -07:00
parent fc8d5de250
commit 9c1c3e6f70
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"ingress": &extensions.Ingress{},
"nginx-deployment": &extensions.Deployment{},
"new-nginx-deployment": &extensions.Deployment{},
"replication": &api.ReplicationController{},
},
"../docs/admin": {
"daemon": &extensions.DaemonSet{},