mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Merge pull request #12007 from brendandburns/stdin
Auto commit by PR queue bot
This commit is contained in:
@@ -12540,6 +12540,14 @@
|
||||
"securityContext": {
|
||||
"$ref": "v1.SecurityContext",
|
||||
"description": "security options the pod should run with; see http://releases.k8s.io/HEAD/docs/design/security_context.md"
|
||||
},
|
||||
"stdin": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this container should allocate a buffer for stdin in the container runtime; default is false"
|
||||
},
|
||||
"tty": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true; default is false"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user