From 9c1c3e6f70b01032dc0aecd8cfad9d60ba95275c Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Thu, 24 Sep 2015 12:01:48 -0700 Subject: [PATCH] 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. --- examples_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/examples_test.go b/examples_test.go index 080ec1ec..7726eb0b 100644 --- a/examples_test.go +++ b/examples_test.go @@ -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{},