Merge pull request #12470 from simon3z/add-host-ipc

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-21 09:15:01 -07:00
22 changed files with 107 additions and 19 deletions

View File

@@ -12566,6 +12566,10 @@
"type": "boolean",
"description": "Use the host's pid namespace. Optional: Default to false."
},
"hostIPC": {
"type": "boolean",
"description": "Use the host's ipc namespace. Optional: Default to false."
},
"imagePullSecrets": {
"type": "array",
"items": {