summaryrefslogtreecommitdiff
path: root/security_context.md
diff options
context:
space:
mode:
authorPaul Morie <pmorie@redhat.com>2015-08-06 00:53:01 -0400
committerPaul Morie <pmorie@redhat.com>2015-08-06 00:53:01 -0400
commitecf3f1ba5e7d8399acd5a631c810816d2c9b4fca (patch)
tree68008e0529a9a38a72f2fda97846aceeca086c8e /security_context.md
parentb15dad5066d0fb1bd39b514230bfc8b2328ea72c (diff)
Fix typo in security context proposal
Diffstat (limited to 'security_context.md')
-rw-r--r--security_context.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/security_context.md b/security_context.md
index 7a80c01d..6f0b92b0 100644
--- a/security_context.md
+++ b/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