Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404

Also ran hacks/run-gendocs.sh
This commit is contained in:
RichieEscarez
2015-06-16 14:48:51 -07:00
parent 43889c612c
commit eb44b3c830
12 changed files with 53 additions and 52 deletions

View File

@@ -4,11 +4,11 @@ metadata:
name: nginx-controller
spec:
replicas: 2
# selector identifies the set of Pods that this
# replicaController is responsible for managing
# selector identifies the set of pods that this
# replication controller is responsible for managing
selector:
name: nginx
# podTemplate defines the 'cookie cutter' used for creating
# template defines the 'cookie cutter' used for creating
# new pods when necessary
template:
metadata: