mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix typo in security context proposal
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user