Merge pull request #13447 from pweil-/pid-mode

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-16 23:34:35 -07:00
37 changed files with 366 additions and 145 deletions

View File

@@ -12518,7 +12518,11 @@
},
"hostNetwork": {
"type": "boolean",
"description": "Host networking requested for this pod. Uses the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
"description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
},
"hostPID": {
"type": "boolean",
"description": "Use the host's pid namespace. Optional: Default to false."
},
"imagePullSecrets": {
"type": "array",