From 7a73f3cdb832182e03f705d0e1e68617d2fb2214 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Thu, 6 Aug 2015 00:53:01 -0400 Subject: [PATCH] Fix typo in security context proposal --- docs/design/security_context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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