mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Add dockershim only mode
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user