correct field name; lower camel case (#16206)

pull/16222/head
Naoki Oketani 2019-09-04 23:40:59 +09:00 committed by Kubernetes Prow Robot
parent dc5179c1c3
commit 8e919aa2c2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ may be disabled by setting `--feature-gates=PodShareProcessNamespace=false`.
## Configure a Pod
Process Namespace Sharing is enabled using the `ShareProcessNamespace` field of
Process Namespace Sharing is enabled using the `shareProcessNamespace` field of
`v1.PodSpec`. For example:
{{< codenew file="pods/share-process-namespace.yaml" >}}