Replace "Pod Injection Policy" with "Pod Preset" (#3667)

* Replace "Pod Injection Policy" with "Pod Preset"

There are some leftovers of the old term, fixing it.

* Extra typos fix, line breaks
reviewable/pr4160/r1^2
Nail Islamov 2017-06-23 07:21:14 +10:00 committed by Andrew Chen
parent 1984b52e7a
commit 6283e51faa
1 changed files with 6 additions and 6 deletions

View File

@ -68,7 +68,7 @@ following
### Simple Pod Spec Example ### Simple Pod Spec Example
This is a simple example to show how a Pod spec is modified by the Pod This is a simple example to show how a Pod spec is modified by the Pod
Injection Policy. Preset.
**User submitted pod spec:** **User submitted pod spec:**
@ -142,8 +142,8 @@ spec:
### Pod Spec with `ConfigMap` Example ### Pod Spec with `ConfigMap` Example
This is an example to show how a Pod spec is modified by the Pod Injection This is an example to show how a Pod spec is modified by the Pod Preset
Policy that defines a `ConfigMap` for Environment Variables. that defines a `ConfigMap` for Environment Variables.
**User submitted pod spec:** **User submitted pod spec:**
@ -260,7 +260,7 @@ spec:
### ReplicaSet with Pod Spec Example ### ReplicaSet with Pod Spec Example
The following example shows that only the pod spec is modified by the Pod The following example shows that only the pod spec is modified by the Pod
Injection Policy. Preset.
**User submitted ReplicaSet:** **User submitted ReplicaSet:**
@ -454,8 +454,8 @@ spec:
### Conflict Example ### Conflict Example
This is a example to show how a Pod spec is not modified by the Pod Injection This is an example to show how a Pod spec is not modified by the Pod Preset
Policy when there is a conflict. when there is a conflict.
**User submitted pod spec:** **User submitted pod spec:**