unifying .spec like spelling in concepts/workloads/pods (#8831)

This commit is contained in:
lovejoy
2018-06-02 01:46:55 +08:00
committed by k8s-ci-robot
parent d600569e6e
commit 518b6334c5
3 changed files with 7 additions and 7 deletions
@@ -51,7 +51,7 @@ Pods, Kubernetes modifies the Pod Spec. For changes to `Env`, `EnvFrom`, and
the Pod; for changes to `Volume`, Kubernetes modifies the Pod Spec.
{{< note >}}
**Note:** A Pod Preset is capable of modifying the `spec.containers` field in a
**Note:** A Pod Preset is capable of modifying the `.spec.containers` field in a
Pod spec when appropriate. *No* resource definition from the Pod Preset will be
applied to the `initContainers` field.
{{< /note >}}