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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user