diff --git a/docs/design/security_context.md b/docs/design/security_context.md index 7a80c01d2de..6f0b92b0ca1 100644 --- a/docs/design/security_context.md +++ b/docs/design/security_context.md @@ -145,7 +145,7 @@ A security context resides on the container and represents the runtime parameter be used to create and run the container via container APIs. Following is an example of an initial implementation: ```go -type type Container struct { +type Container struct { ... other fields omitted ... // Optional: SecurityContext defines the security options the pod should be run with SecurityContext *SecurityContext