Added "by" in line 48 (#9013)

s/Each Pod can be matched zero/Each Pod can be matched by zero/

Alternatively:

s/Each Pod can be matched zero/Each Pod can match zero/
This commit is contained in:
nw31304
2018-06-13 11:22:29 +12:00
committed by k8s-ci-robot
parent 982cbd453b
commit 9080f016b1
@@ -45,7 +45,7 @@ When a pod creation request occurs, the system does the following:
modified by a `PodPreset`. The annotation is of the form
`podpreset.admission.kubernetes.io/podpreset-<pod-preset name>: "<resource version>"`.
Each Pod can be matched zero or more Pod Presets; and each `PodPreset` can be
Each Pod can be matched by zero or more Pod Presets; and each `PodPreset` can be
applied to zero or more pods. When a `PodPreset` is applied to one or more
Pods, Kubernetes modifies the Pod Spec. For changes to `Env`, `EnvFrom`, and
`VolumeMounts`, Kubernetes modifies the container spec for all containers in