Commit 5b216d8a authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #12328 from pmorie/sc-typo

Fix typo in security context proposal
parents 4244a7cb 7a73f3cd
...@@ -145,7 +145,7 @@ A security context resides on the container and represents the runtime parameter ...@@ -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: be used to create and run the container via container APIs. Following is an example of an initial implementation:
```go ```go
type type Container struct { type Container struct {
... other fields omitted ... ... other fields omitted ...
// Optional: SecurityContext defines the security options the pod should be run with // Optional: SecurityContext defines the security options the pod should be run with
SecurityContext *SecurityContext 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