Fix typo in security context proposal

This commit is contained in:
Paul Morie 2015-08-06 00:53:01 -04:00
parent b15dad5066
commit ecf3f1ba5e
1 changed files with 1 additions and 1 deletions

View File

@ -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