mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #12328 from pmorie/sc-typo
Fix typo in security context proposal
This commit is contained in:
commit
5b216d8a51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user