Add dockershim only mode

This commit is contained in:
Random-Liu
2017-04-07 16:43:57 -07:00
parent 27cf62ac29
commit 327fc270d7
11 changed files with 113 additions and 0 deletions

View File

@@ -13785,6 +13785,13 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
Format: "",
},
},
"experimentalDockershim": {
SchemaProps: spec.SchemaProps{
Description: "Enable dockershim only mode.",
Type: []string{"boolean"},
Format: "",
},
},
"experimentalFailSwapOn": {
SchemaProps: spec.SchemaProps{
Description: "Tells the Kubelet to fail to start if swap is enabled on the node.",