Rename experimental-runtime-integration-type to experimental-cri

This commit is contained in:
Yu-Ju Hong
2016-11-06 09:20:57 -08:00
parent dbc4121e16
commit dcce768a3e
21 changed files with 55 additions and 59 deletions

View File

@@ -2996,10 +2996,10 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "",
},
},
"experimentalRuntimeIntegrationType": {
"enableCRI": {
SchemaProps: spec.SchemaProps{
Description: "How to integrate with runtime. If set to cri, kubelet will switch to using the new Container Runtine Interface.",
Type: []string{"string"},
Description: "Enable Container Runtime Interface (CRI) integration.",
Type: []string{"boolean"},
Format: "",
},
},
@@ -14750,10 +14750,10 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "",
},
},
"experimentalRuntimeIntegrationType": {
"enableCRI": {
SchemaProps: spec.SchemaProps{
Description: "How to integrate with runtime. If set to CRI, kubelet will switch to using the new Container Runtine Interface.",
Type: []string{"string"},
Description: "Enable Container Runtime Interface (CRI) integration.",
Type: []string{"boolean"},
Format: "",
},
},