diff options
| author | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-06 15:27:45 +0200 |
|---|---|---|
| committer | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-06 15:27:45 +0200 |
| commit | 0cbc94352d55aa105d05145dba2ec4327f0a05b2 (patch) | |
| tree | 54f6f78edcfd86dfb0c1a9ecc6a53fc6d52aa14b | |
| parent | 83acc330d485f20a0cbb1fd40c0c513d870e63da (diff) | |
| parent | ecf3f1ba5e7d8399acd5a631c810816d2c9b4fca (diff) | |
Merge pull request #12328 from pmorie/sc-typo
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 1d2b4f71..434d275e 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 |
