diff options
| author | Paul Morie <pmorie@redhat.com> | 2015-08-06 00:53:01 -0400 |
|---|---|---|
| committer | Paul Morie <pmorie@redhat.com> | 2015-08-06 00:53:01 -0400 |
| commit | ecf3f1ba5e7d8399acd5a631c810816d2c9b4fca (patch) | |
| tree | 68008e0529a9a38a72f2fda97846aceeca086c8e | |
| parent | b15dad5066d0fb1bd39b514230bfc8b2328ea72c (diff) | |
Fix typo in security context proposal
| -rw-r--r-- | security_context.md | 2 |
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 |
