Commit 7a73f3cd authored by Paul Morie's avatar Paul Morie

Fix typo in security context proposal

parent 7eade1c2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment