Fix a minor typo in intro.md

Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
pull/34743/head
Guangwen Feng 2022-07-01 10:34:08 +08:00
parent d120e696f4
commit d50f64f2a5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ section refers to several key workload abstractions and how they map to Windows.
In the above list, wildcards (`*`) indicate all elements in a list. In the above list, wildcards (`*`) indicate all elements in a list.
For example, `spec.containers[*].securityContext` refers to the SecurityContext object For example, `spec.containers[*].securityContext` refers to the SecurityContext object
for all containers. If any of these fields is specified, the Pod will for all containers. If any of these fields is specified, the Pod will
not be admited by the API server. not be admitted by the API server.
* [Workload resources](/docs/concepts/workloads/controllers/) including: * [Workload resources](/docs/concepts/workloads/controllers/) including:
* ReplicaSet * ReplicaSet