fix an offense against the style guide (#14102)

> Use code style for object field names
This commit is contained in:
王(Wang)
2019-04-30 22:33:37 +09:00
committed by Kubernetes Prow Robot
parent 7e4657f6d3
commit 7a6a8e1915
@@ -18,7 +18,7 @@ deliver a functioning Kubernetes cluster.
## Master Components
Master components provide the cluster's control plane. Master components make global decisions about the
cluster (for example, scheduling), and detecting and responding to cluster events (starting up a new pod when a replication controller's 'replicas' field is unsatisfied).
cluster (for example, scheduling), and detecting and responding to cluster events (starting up a new pod when a replication controller's `replicas` field is unsatisfied).
Master components can be run on any machine in the cluster. However,
for simplicity, set up scripts typically start all master components on